Skip to content

Commit

Permalink
update: example dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelongqy committed May 18, 2023
1 parent ed4f54c commit 3b15b15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/lib/page/more/cryptocurrency_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class _CryptocurrencyPageState extends State<CryptocurrencyPage>
width: double.infinity,
child: Column(
children: [
QrImage(
QrImageView(
data: info.address,
size: 240,
backgroundColor: Colors.white,
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ dependencies:

cupertino_icons: ^1.0.5

url_launcher: ^6.1.10
url_launcher: ^6.1.11
flutter_spinkit: ^5.2.0
extended_nested_scroll_view: ^6.1.0
get: ^4.6.5
convert: ^3.1.1
carousel_slider: ^4.2.1
rive: ^0.10.4
qr_flutter: ^4.0.0
rive: ^0.11.0
qr_flutter: ^4.1.0
flutter_svg: ^2.0.5
flutter_sticky_header: ^0.6.5
easy_refresh:
Expand Down

0 comments on commit 3b15b15

Please sign in to comment.