Skip to content

Commit

Permalink
chore: pub update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucien144 committed Sep 20, 2024
1 parent 94f0bff commit d5060d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit d5060d1

Please sign in to comment.