name: in_app_purchase_example | |
description: Demonstrates how to use the in_app_purchase plugin. | |
author: Flutter Team <flutter-dev@googlegroups.com> | |
dependencies: | |
flutter: | |
sdk: flutter | |
cupertino_icons: ^0.1.2 | |
shared_preferences: ^0.5.2 | |
dev_dependencies: | |
test: ^1.5.2 | |
flutter_driver: | |
sdk: flutter | |
in_app_purchase: | |
path: ../ | |
integration_test: | |
path: ../../integration_test | |
pedantic: ^1.8.0 | |
flutter: | |
uses-material-design: true | |
environment: | |
sdk: ">=2.3.0 <3.0.0" | |
flutter: ">=1.9.1+hotfix.2 <2.0.0" |