This document outlines the steps to migrate from the old web3modal_flutter
package to the new reown_appkit
packages in your Flutter project.
Remove web3modal_flutter
dependency from pubspec.yaml and add reown_appkit
:
Run flutter clean && flutter pub get
after replacing the packages
Then replace the imports…
See more about how to initialize on Initialization section
The way we used to manipulate the network presets has changed
See more on Custom networks section
Update your web3app instance within the service:
If you use to subscribe to web3App
events you should now change it to appKit
. Example:
Same for anything related to _w3mService.web3App!...
This document outlines the steps to migrate from the old web3modal_flutter
package to the new reown_appkit
packages in your Flutter project.
Remove web3modal_flutter
dependency from pubspec.yaml and add reown_appkit
:
Run flutter clean && flutter pub get
after replacing the packages
Then replace the imports…
See more about how to initialize on Initialization section
The way we used to manipulate the network presets has changed
See more on Custom networks section
Update your web3app instance within the service:
If you use to subscribe to web3App
events you should now change it to appKit
. Example:
Same for anything related to _w3mService.web3App!...