eimzo_flutter 1.1.4
eimzo_flutter: ^1.1.4 copied to clipboard
Flutter plugin wrapping the official E-IMZO Mobile SDK for Uzbekistan electronic signatures. Supports PFX/QR/NFC ID-card/USB token signing and eimzo:// deep links.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add eimzo_flutterWith Flutter:
$ flutter pub add eimzo_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
eimzo_flutter: ^1.1.4Alternatively, 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:eimzo_flutter/eimzo_flutter.dart';