Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flutter_markdown version to latest #2339

Merged
Merged
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
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
Loading