diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index b40b65366..92c838139 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -30,4 +30,5 @@ + \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index b90f034d2..ce13f81e5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -333,6 +333,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.18" + in_app_purchase: + dependency: "direct main" + description: + name: in_app_purchase + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.4+16" intl: dependency: transitive description: @@ -340,6 +347,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.16.1" + json_annotation: + dependency: transitive + description: + name: json_annotation + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.1" like_button: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 1a9d28152..4934d08e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -68,6 +68,7 @@ dependencies: pretty_dio_logger: ^1.1.1 url_launcher: ^5.7.10 fluttercontactpicker: ^3.1.0 + in_app_purchase: ^0.3.4+16 dev_dependencies: flutter_test: