Adds code for the callback for floating app window, and fixes Trip End time not being initialized.
This commit is contained in:
parent
35863780f6
commit
aedde74e77
5 changed files with 30 additions and 2 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.13
|
||||
version: 1.0.0-beta.14
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.2
|
||||
|
@ -48,6 +48,7 @@ dependencies:
|
|||
flutter_map_tile_caching: ^10.1.1
|
||||
url_launcher: ^6.3.1
|
||||
flutter_background: ^1.3.0+1
|
||||
floating_window_android: ^1.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue