bookgmt_api_package 0.7.3
bookgmt_api_package: ^0.7.3 copied to clipboard
A booking app API (Application Programming Interface) is a set of rules and protocols that defines how two or more systems can interact with each other.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bookgmt_api_packageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bookgmt_api_package: ^0.7.3Alternatively, 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:bookgmt_api_package/bookgmt_api_package.dart';