bmi_b2b_package 0.0.2
bmi_b2b_package: ^0.0.2 copied to clipboard
A common code package for b2b-main && b2b-client in bmi
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bmi_b2b_packageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bmi_b2b_package: ^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:bmi_b2b_package/bmi_b2b_package.dart';