Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.0.5

* Minor dependency updates to help with builds

## 1.0.4

* Ignore example directory to resolve publishing issues and reduce package size

## 1.0.3

* Add support for LaTeX rendering in markdown.
Expand Down
4 changes: 1 addition & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ dependencies:
flutter:
sdk: flutter

# flutter_markdown_plus: ^1.0.3
flutter_markdown_plus_latex: ^1.0.2

flutter_markdown_plus:
path: ../
# flutter_markdown_plus_latex: ^1.0.4
# flutter_markdown_plus_latex:
# path: ../../flutter_markdown_plus_latex # For relative path testing

Expand Down
Loading