begin_id_sdk_dart 1.0.4
begin_id_sdk_dart: ^1.0.4 copied to clipboard
Flutter/Dart Begin Wallet Begin-ID SDK package. Easy to integrate and use across Flutter and Dart applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add begin_id_sdk_dart
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
begin_id_sdk_dart: ^1.0.4
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:begin_id_sdk_dart/begin_id_sdk_dart.dart';