Switch to AlarmManager plugin from WorkManager for more reliable update checking (for #87) (#97)

This commit is contained in:
Imran Remtulla
2022-11-05 23:25:19 -04:00
committed by GitHub
parent bd5f21984e
commit ed4a26d348
6 changed files with 53 additions and 57 deletions

View File

@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.6.6+50 # When changing this, update the tag in main() accordingly
version: 0.6.7+51 # When changing this, update the tag in main() accordingly
environment:
sdk: '>=2.18.2 <3.0.0'
@@ -42,7 +42,6 @@ dependencies:
provider: ^6.0.3
http: ^0.13.5
webview_flutter: ^3.0.4
workmanager: ^0.5.0
dynamic_color: ^1.5.4
html: ^0.15.0
shared_preferences: ^2.0.15
@@ -56,6 +55,7 @@ dependencies:
share_plus: ^6.0.1
installed_apps: ^1.3.1
package_archive_info: ^0.1.0
android_alarm_manager_plus: ^2.1.0
dev_dependencies: