m2p_flutter_base 1.0.1+1
m2p_flutter_base: ^1.0.1+1 copied to clipboard
Encryption & Decryption for M2P
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add m2p_flutter_baseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
m2p_flutter_base: ^1.0.1+1Alternatively, 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:m2p_flutter_base/m2p_flutter_base.dart';