reown_appkit
as dependency in your pubspec.yaml
and run flutter pub get
(check out the latest version)flutter pub add reown_appkit
/ios/Podfile
file and add the following as the first line:$ pod install
inside /ios
folder.flutter run --dart-define=PROJECT_ID={your_project_id}
Info.plist
file.<key>LSApplicationQueriesSchemes</key>
section.<array>
. These schemes represent the wallets you want to detect.Info.plist
file.<key>LSApplicationQueriesSchemes</key>
section.<string>cbwallet</string>
scheme as mentioned above in previous sectionpod install
inside your /ios
folder./ios/Runner.xcworkspace
file with Xcode and add the following code in AppDelegate.swift
file:fd20dc426fb37566d803205b19bbc1d4096b248ac04548e3cfb6b3a38bd033aa
to excludedWalletIds options Array.
reown_appkit: ^1.4.0
.await _appKitModal.dispatchEnvelope(link);
EventChannel
where links are going to be received and passed to dispatchEnvelope()
.eventsChannel
is important Phantom wise)eventsChannel
is important Phantom wise)eventsChannel
is important Phantom wise)solana_web3
package.
a797aa35c0fadbfc1a53e7f675162ed5226968b44a19ee3d24385c64d1d3c393
to excludedWalletIds options Array.