Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walletconnect/web3modalflutter
The Web3Modal for WalletConnect built using Flutter.
https://github.com/walletconnect/web3modalflutter
dart flutter walletconnectv2
Last synced: 12 days ago
JSON representation
The Web3Modal for WalletConnect built using Flutter.
- Host: GitHub
- URL: https://github.com/walletconnect/web3modalflutter
- Owner: WalletConnect
- License: apache-2.0
- Created: 2023-06-09T23:09:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T18:01:02.000Z (7 months ago)
- Last Synced: 2024-04-14T07:18:22.967Z (7 months ago)
- Topics: dart, flutter, walletconnectv2
- Language: Dart
- Homepage: https://pub.dev/packages/web3modal_flutter
- Size: 5.28 MB
- Stars: 24
- Watchers: 9
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️ WARNING
### This package is no longer maintened, please upgrade to reown_appkit.
- Read more at: [https://docs.reown.com/advanced/walletconnect-deprecations#flutter](https://docs.reown.com/advanced/walletconnect-deprecations#flutter)
- AppKit Updgrade guide: [https://docs.reown.com/appkit/upgrade/from-web3modal-flutter](https://docs.reown.com/appkit/upgrade/from-web3modal-flutter)# WalletConnect's official AppKit SDK for Flutter
The all-in-one stack to build apps for the new internet
With a layered feature stack spanning onboarding to payments, messaging and more, AppKit enables apps to build powerful top-to-bottom web3 experiences made to last, all through one seamless integration.Read more about it on our [website](https://walletconnect.com/appkit)
## Documentation
For a full reference please check the [Official Documentation](https://docs.walletconnect.com/appkit/flutter/core/installation)
## Example
Please check the [example](https://github.com/WalletConnect/Web3ModalFlutter/tree/master/example) folder for the example.
## Run the example app
`$ cd example` then
`$ flutter run --dart-define=PROJECT_ID={YOUR_PROJECT_ID}`## Useful Commands
If you are cloning this repo do the following inside the root folder
`$ flutter pub get` to get dependencies
`$ dart run build_runner build --delete-conflicting-outputs` to generate files
do the same inside `example` folder