forked from RevenueCat/purchases-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
40 lines (36 loc) · 1 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: purchases_flutter
description: A Flutter plugin that makes it simple to add and manage in-app
purchases (IAP) and subscriptions. Supports Android, iOS, macOS, iPadOS, and
watchOS.
version: 3.10.0
homepage: https://www.revenuecat.com/
repository: https://github.com/RevenueCat/purchases-flutter
issue_tracker: https://github.com/RevenueCat/purchases-flutter/issues
documentation: https://docs.revenuecat.com/docs
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.6"
dependencies:
flutter:
sdk: flutter
freezed_annotation: ^2.0.1
json_annotation: ^4.5.0
dev_dependencies:
build_runner: ^2.1.10
flutter_driver:
sdk: flutter
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
freezed: ^2.0.2
json_serializable: ^6.0.0
flutter:
plugin:
platforms:
android:
package: com.revenuecat.purchases_flutter
pluginClass: PurchasesFlutterPlugin
ios:
pluginClass: PurchasesFlutterPlugin
macos:
pluginClass: PurchasesFlutterPlugin