Add app rating
This commit is contained in:
parent
74f1fe5475
commit
4e5998da61
4 changed files with 44 additions and 1 deletions
|
|
@ -155,6 +155,9 @@ PODS:
|
|||
- PromisesObjC (= 2.4.0)
|
||||
- quick_actions_ios (0.0.1):
|
||||
- Flutter
|
||||
- rate_my_app (2.3.0):
|
||||
- Flutter
|
||||
- FlutterMacOS
|
||||
- shared_preferences_foundation (0.0.1):
|
||||
- Flutter
|
||||
- FlutterMacOS
|
||||
|
|
@ -168,6 +171,7 @@ DEPENDENCIES:
|
|||
- Flutter (from `Flutter`)
|
||||
- flutter_background_geolocation (from `.symlinks/plugins/flutter_background_geolocation/ios`)
|
||||
- quick_actions_ios (from `.symlinks/plugins/quick_actions_ios/ios`)
|
||||
- rate_my_app (from `.symlinks/plugins/rate_my_app/darwin`)
|
||||
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
|
||||
|
||||
SPEC REPOS:
|
||||
|
|
@ -207,6 +211,8 @@ EXTERNAL SOURCES:
|
|||
:path: ".symlinks/plugins/flutter_background_geolocation/ios"
|
||||
quick_actions_ios:
|
||||
:path: ".symlinks/plugins/quick_actions_ios/ios"
|
||||
rate_my_app:
|
||||
:path: ".symlinks/plugins/rate_my_app/darwin"
|
||||
shared_preferences_foundation:
|
||||
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
|
||||
|
||||
|
|
@ -236,6 +242,7 @@ SPEC CHECKSUMS:
|
|||
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
|
||||
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
|
||||
quick_actions_ios: 4b07fb49d8d8f3518d7565fbb7a91014067a7d82
|
||||
rate_my_app: 567848e885b804d65eb9443f96e9fc2c30a06abb
|
||||
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
|
||||
|
||||
PODFILE CHECKSUM: f8c2dcdfb50bb67645580d28a6bf814fca30bdec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue