flutter_inapp_purchase 6.0.0-rc.1
flutter_inapp_purchase: ^6.0.0-rc.1 copied to clipboard
In App Purchase plugin for flutter. This project has been forked by react-native-iap and we are willing to share same experience with that on react-native.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'src/app.dart';
void main() {
runApp(const App());
}