airpay 2.0.2 copy "airpay: ^2.0.2" to clipboard
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 airpay

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  airpay: ^2.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:airpay/main.dart';
import 'package:airpay/screens/home.dart';
import 'package:airpay/screens/launch.dart';
import 'package:airpay/v3home.dart';
0
likes
30
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A Airpay Flutter example project for the integeration of the flutter AirPay package.

Homepage

License

MIT (license)

Dependencies

airpay_package, alert_dialog, awesome_dialog, cupertino_icons, email_validator, flutter, flutter_launcher_icons

More

Packages that depend on airpay