diff --git a/README.md b/README.md index e0808e0..42b994c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 5cd307c..f4f36ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.