reown_walletkit
as dependency in your pubspec.yaml
and run flutter pub get
(check out the latest version)flutter pub add reown_walletkit
If you are on Android add jitpack support to your android (project’s) build.gradle file
If you are on MacOS add the following to your DebugProfile.entitlements
and Release.entitlements
files to connect to the WebSocket server.
Now that you’ve installed WalletKit SDK, you’re ready to start integrating it. The next section will walk you through the process of setting up your project to use the SDK.