wallet_sdk_metamask 0.0.6 copy "wallet_sdk_metamask: ^0.0.6" to clipboard
wallet_sdk_metamask: ^0.0.6 copied to clipboard

Wallet connect for GoDatingFi project. Auto-add network on the Metamask mobile by flutter

example/lib/main.dart

import 'package:example/pages/add_chain.dart';
import 'package:flutter/material.dart';

import 'utils/routes.dart';

void main(List<String> args) {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      initialRoute: Routes.addChainRoute,
      routes: {
        Routes.addChainRoute: (context) => const AddChainScreen(),
      },
    );
  }
}
4
likes
140
points
55
downloads

Publisher

verified publishergodatingfi.com

Weekly Downloads

Wallet connect for GoDatingFi project. Auto-add network on the Metamask mobile by flutter

Homepage

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

convert, cryptography, flutter, json_annotation, stack_trace, uuid, web_socket_channel

More

Packages that depend on wallet_sdk_metamask