airpay 2.0.2
airpay: ^2.0.2 copied to clipboard
A Airpay Flutter example project for the integeration of the flutter AirPay package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add airpayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
airpay: ^2.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:airpay/main.dart';
import 'package:airpay/screens/home.dart';
import 'package:airpay/screens/launch.dart';
import 'package:airpay/v3home.dart';