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

A frontend implementation of Sign in With Ethereum for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add siwe_flutter

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

dependencies:
  siwe_flutter: ^0.0.12

Alternatively, your editor might support 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
120
points
69
downloads

Publisher

verified publishermoongate.one

Weekly Downloads

A frontend implementation of Sign in With Ethereum for Flutter.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, plugin_platform_interface, walletconnect_dart, walletconnect_qrcode_modal_dart, web3dart

More

Packages that depend on siwe_flutter