Skip to content

Commit

Permalink
Bump flutter_markdown version to latest (#2339)
Browse files Browse the repository at this point in the history
fixes: #2332

## Pre-launch Checklist

- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].

<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
  • Loading branch information
domesticmouse committed Jun 30, 2024
1 parent a01daa7 commit f117a0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ai_recipe_generation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
flutter:
sdk: flutter
flutter_floating_bottom_bar: ^1.2.0
flutter_markdown: ^0.6.20
flutter_markdown: ^0.7.3
flutter_svg: ^2.0.9
google_fonts: 6.1.0
google_generative_ai: ^0.4.0
Expand Down
2 changes: 1 addition & 1 deletion dynamic_theme/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_markdown: ^0.7.1
flutter_markdown: ^0.7.3
google_generative_ai: ^0.4.0
url_launcher: ^6.2.6

Expand Down
2 changes: 1 addition & 1 deletion experimental/linting_tool/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
cupertino_icons: ^1.0.2
equatable: ^2.0.3
file_selector: ^1.0.0
flutter_markdown: ^0.7.0
flutter_markdown: ^0.7.3
google_fonts: ^6.0.0
hive: ^2.0.4
hive_flutter: ^1.1.0
Expand Down
2 changes: 1 addition & 1 deletion gemini_tasks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_markdown: ^0.7.1
flutter_markdown: ^0.7.3
google_generative_ai: ^0.4.0
url_launcher: ^6.2.6

Expand Down

0 comments on commit f117a0b

Please sign in to comment.