esign 2.0.0+2 copy "esign: ^2.0.0+2" to clipboard
esign: ^2.0.0+2 copied to clipboard

ESign Module for Android & iOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add esign

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

dependencies:
  esign: ^2.0.0+2

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:esign/ApiRepository/api_repository.dart';
import 'package:esign/Screens/esign_screen.dart';
import 'package:esign/globals.dart';
import 'package:esign/main.dart';
import 'package:esign/nuniyo_custom_icons.dart';
import 'package:esign/utils/localstorage.dart';
import 'package:esign/widgets/widgets.dart';