Skip to content

Commit f117a0b

Browse files
Bump flutter_markdown version to latest (#2339)
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
1 parent a01daa7 commit f117a0b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ai_recipe_generation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
flutter:
1616
sdk: flutter
1717
flutter_floating_bottom_bar: ^1.2.0
18-
flutter_markdown: ^0.6.20
18+
flutter_markdown: ^0.7.3
1919
flutter_svg: ^2.0.9
2020
google_fonts: 6.1.0
2121
google_generative_ai: ^0.4.0

dynamic_theme/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
flutter:
1010
sdk: flutter
11-
flutter_markdown: ^0.7.1
11+
flutter_markdown: ^0.7.3
1212
google_generative_ai: ^0.4.0
1313
url_launcher: ^6.2.6
1414

experimental/linting_tool/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
cupertino_icons: ^1.0.2
1616
equatable: ^2.0.3
1717
file_selector: ^1.0.0
18-
flutter_markdown: ^0.7.0
18+
flutter_markdown: ^0.7.3
1919
google_fonts: ^6.0.0
2020
hive: ^2.0.4
2121
hive_flutter: ^1.1.0

gemini_tasks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
flutter:
1010
sdk: flutter
11-
flutter_markdown: ^0.7.1
11+
flutter_markdown: ^0.7.3
1212
google_generative_ai: ^0.4.0
1313
url_launcher: ^6.2.6
1414

0 commit comments

Comments
 (0)