Fix background service, add support for NBT instead of Json
This commit is contained in:
parent
a686412ec7
commit
4a8d515f4d
6 changed files with 289 additions and 24 deletions
|
@ -16,7 +16,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: 1.0.0-beta.16
|
||||
version: 1.0.0-beta.17
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.2
|
||||
|
@ -50,6 +50,7 @@ dependencies:
|
|||
flutter_background: ^1.3.0+1
|
||||
floating_window_android: ^1.0.0
|
||||
shared_preferences: ^2.5.3
|
||||
wakelock_plus: ^1.3.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue