Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hhstore committed Jul 12, 2022
1 parent 03d34fd commit 4e0fe33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "2.5.1",
"flutterSdkVersion": "3.0.4",
"flavors": {}
}
16 changes: 8 additions & 8 deletions packages/better_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ dependencies:
flutter:
sdk: flutter

get: ^4.1.4
flutter_svg: ^0.22.0
get: ^4.6.5
flutter_svg: ^1.1.1+1
flutter_swiper_null_safety: ^1.0.2
cached_network_image: ^3.0.0
flutter_form_builder: ^6.0.1 # form
scan: ^1.4.3 # fix qr code scan
google_fonts: ^2.1.0 # 字体集
catcher: ^0.6.8 # debug
sentry_flutter: ^5.1.0 # by catcher
cached_network_image: ^3.2.1
flutter_form_builder: ^7.3.1 # form
scan: ^1.6.0 # fix qr code scan
google_fonts: ^3.0.1 # 字体集
catcher: ^0.6.9 # debug
sentry_flutter: ^6.6.3 # by catcher


dev_dependencies:
Expand Down

0 comments on commit 4e0fe33

Please sign in to comment.