ecp_sync_plugin 4.0.0+4 ecp_sync_plugin: ^4.0.0+4 copied to clipboard
A new Flutter plugin. Added AES Encription, Added QR Code Scanner, File & DB Sync for Android & IOS, Internet Connectivity check for both Android & IOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ecp_sync_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ecp_sync_plugin: ^4.0.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:ecp_sync_plugin/ecp_sync_plugin.dart';