dcoupon_sdk_flutter_plugin 0.0.2
dcoupon_sdk_flutter_plugin: ^0.0.2 copied to clipboard
dcoupon sdk flutter plugin project. Support flutter (Android/iOS) applications to integrate dcoupon web services for flutter projects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dcoupon_sdk_flutter_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dcoupon_sdk_flutter_plugin: ^0.0.2Alternatively, 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:dcoupon_sdk_flutter_plugin/dcoupon_sdk_flutter_plugin.dart';