siwe_flutter 0.0.1 copy "siwe_flutter: ^0.0.1" to clipboard
siwe_flutter: ^0.0.1 copied to clipboard

Frontend implementation of Sign in With Ethereum for Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add siwe_flutter

With Flutter:

 $ flutter pub add siwe_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  siwe_flutter: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:siwe_flutter/create_external_message.dart';
import 'package:siwe_flutter/create_message.dart';
import 'package:siwe_flutter/get_nonce.dart';
import 'package:siwe_flutter/global.dart';
import 'package:siwe_flutter/initalize_provider.dart';
import 'package:siwe_flutter/library.dart';
import 'package:siwe_flutter/sign_message.dart';
import 'package:siwe_flutter/siwe.dart';
import 'package:siwe_flutter/verify_message.dart';
1
likes
0
points
69
downloads

Publisher

verified publishermoongate.one

Weekly Downloads

Frontend implementation of Sign in With Ethereum for Flutter.

Homepage

License

unknown (license)

Dependencies

flutter, http, plugin_platform_interface, walletconnect_dart, walletconnect_qrcode_modal_dart, web3dart

More

Packages that depend on siwe_flutter