airpay_example 2.0.0
airpay_example: ^2.0.0 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_exampleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
airpay_example: ^2.0.0Alternatively, 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_example/main.dart';
import 'package:airpay_example/screens/home.dart';
import 'package:airpay_example/screens/launch.dart';