diff --git a/pubspec.lock b/pubspec.lock index 84ed3b2..e19d1b8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -253,10 +253,10 @@ packages: dependency: "direct main" description: name: cupertino_icons - sha256: d57953e10f9f8327ce64a508a355f0b1ec902193f66288e8cb5070e7c47eeb2d + sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6 url: "https://pub.dev" source: hosted - version: "1.0.6" + version: "1.0.8" dart_style: dependency: transitive description: @@ -543,10 +543,10 @@ packages: dependency: "direct main" description: name: flutter_markdown - sha256: "30088ce826b5b9cfbf9e8bece34c716c8a59fa54461dcae1e4ac01a94639e762" + sha256: a23c41ee57573e62fc2190a1f36a0480c4d90bde3a8a8d7126e5d5992fb53fb7 url: "https://pub.dev" source: hosted - version: "0.6.18+3" + version: "0.7.3+1" flutter_plugin_android_lifecycle: dependency: transitive description: @@ -1644,5 +1644,5 @@ packages: source: hosted version: "3.1.2" sdks: - dart: ">=3.2.0 <4.0.0" - flutter: ">=3.16.0" + dart: ">=3.3.0 <4.0.0" + flutter: ">=3.19.0" diff --git a/pubspec.yaml b/pubspec.yaml index b659cce..3957ffc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: flutter_dotenv: ^5.0.2 flutter_highlight: ^0.7.0 flutter_html: ^3.0.0-beta.2 - flutter_markdown: ^0.6.9 + flutter_markdown: ^0.7.3+1 flutter_riverpod: ^2.0.0-dev.4 flutter_sticky_header: ^0.6.0 fluttertoast: ^8.0.9 @@ -75,7 +75,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.3 + cupertino_icons: ^1.0.8 modal_bottom_sheet: git: @@ -92,6 +92,7 @@ dependency_overrides: # # https://github.com/flutter/flutter/issues/44435#issuecomment-817583694 webview_flutter: ^3.0.4 sqflite: ^2.3.2 + intl: any dev_dependencies: hive_generator: ^2.0.1