mzcustomerlib 0.0.2 mzcustomerlib: ^0.0.2 copied to clipboard
All the bolts and nuts you need to create, distribute and manage for Digital Coupon, within one powerful platform on the cloud.We provide a comprehensive Digital Coupon platform for the merchant to cr [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mzcustomerlib
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mzcustomerlib: ^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:mzcustomerlib/Model/authentication_exception.dart';
import 'package:mzcustomerlib/Model/jsonresponsestaus_error.dart';
import 'package:mzcustomerlib/mezzofylib.dart';
import 'package:mzcustomerlib/repository/authRepo.dart';
import 'package:mzcustomerlib/service/authservice.dart';