Crypto Wallet SDK

Flutter SDK for integrating cryptocurrency wallet functionality into your mobile apps. This SDK provides a seamless way to handle crypto transactions and wallet management in Flutter applications.

Features

  • Easy integration with Flutter apps
  • Secure cryptocurrency transactions with industry-standard encryption
  • Customizable UI components that match your app's design
  • Callback URL support for real-time transaction notifications
  • WebView-based secure interface
  • Support for BEP20 tokens on Binance Smart Chain
  • Simple API key authentication

Usage


CryptoWalletSdkWidget(
    apiKey: 'Your api key',
    callbackUrl: 'your custom callback url',
    businessName: "your business Name",
    businessLogo:
        "Your business logo url",
    customerEmail: "customer@email.com",
),