checklist stuff
This commit is contained in:
parent
660a4a670a
commit
d0ad9c9364
2 changed files with 3 additions and 3 deletions
|
@ -26,6 +26,7 @@ The app does not store data locally, due to the way android permissions function
|
|||
|
||||
- [ ] Basic UI
|
||||
- [x] Permissions
|
||||
- [x] Automatic updates
|
||||
- [ ] GPS Tracking
|
||||
- [ ] Formatting GPS on a viewable map
|
||||
- [ ] Track driving hours
|
||||
|
|
|
@ -2,7 +2,7 @@ name: timetrack
|
|||
description: "A new Flutter project."
|
||||
# The following line prevents the package from being accidentally published to
|
||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
# The following defines the version and build number for your application.
|
||||
# A version number is three numbers separated by dots, like 1.2.43
|
||||
|
@ -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+1
|
||||
version: 1.0.0-dev.2
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.2
|
||||
|
@ -59,7 +59,6 @@ dev_dependencies:
|
|||
|
||||
# The following section is specific to Flutter packages.
|
||||
flutter:
|
||||
|
||||
# The following line ensures that the Material Icons font is
|
||||
# included with your application, so that you can use the icons in
|
||||
# the material Icons class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue