Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Jan 17, 2025
1 parent 55920b0 commit f1c1756
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reown_appkit/example/modal/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter
http: ^1.2.2
intl: ^0.19.0
intl: ^0.20.1
reown_appkit:
path: ../..
shared_preferences: ^2.3.4
Expand Down
13 changes: 13 additions & 0 deletions packages/reown_appkit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ dependencies:
reown_sign: ^1.1.1
# reown_sign:
# path: ../reown_sign/
intl: ^0.20.1
json_annotation: ^4.9.0
plugin_platform_interface: ^2.1.8
qr_flutter_wc: ^0.0.3
# reown_core: ^1.1.0-beta02
reown_core:
path: ../reown_core/
# reown_sign: ^1.1.0-beta02
reown_sign:
path: ../reown_sign/
shimmer: ^3.0.0
# solana: ^0.31.0+1
# solana_web3: ^0.1.3
Expand Down Expand Up @@ -60,6 +70,9 @@ dev_dependencies:
reown_walletkit: ^1.1.0
# reown_walletkit:
# path: ../reown_walletkit/
# reown_walletkit: ^1.1.0-beta02
reown_walletkit:
path: ../reown_walletkit/

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
3 changes: 3 additions & 0 deletions packages/reown_sign/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ dependencies:
reown_core: ^1.1.1
# reown_core:
# path: ../reown_core/
# reown_core: ^1.1.0-beta02
reown_core:
path: ../reown_core/
web3dart: ^2.7.3

dev_dependencies:
Expand Down
9 changes: 9 additions & 0 deletions packages/reown_walletkit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ dependencies:
reown_sign: ^1.1.1
# reown_sign:
# path: ../reown_sign/
# reown_core: ^1.1.0-beta02
reown_core:
path: ../reown_core/
# reown_sign: ^1.1.0-beta02
reown_sign:
path: ../reown_sign/

dependency_overrides:
# because of solana_web3 on reown_appkit
Expand All @@ -37,6 +43,9 @@ dev_dependencies:
reown_appkit: ^1.4.0-beta01
# reown_appkit:
# path: ../reown_appkit/
# reown_appkit: ^1.3.0-beta01
reown_appkit:
path: ../reown_appkit/

platforms:
android:
Expand Down

0 comments on commit f1c1756

Please sign in to comment.