From 32d743db6220ff056906f4fda8a4a05a2ddf6265 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Mon, 14 Dec 2020 22:54:20 +0100 Subject: [PATCH] Release 0.0.7 --- README.md | 9 ++++ assets/locales/de_DE.json | 4 +- pubspec.lock | 110 +++++++++++++++++++------------------- pubspec.yaml | 2 +- 4 files changed, 68 insertions(+), 57 deletions(-) diff --git a/README.md b/README.md index 6925bf0..0f425c2 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,12 @@ In order to build the app for local testing, follow these steps: 1. [Install Flutter](https://flutter.dev/docs/get-started/install). This is a Flutter app so you need to set up the Flutter SDK. 2. Run `flutter pub run build_runner build` to build the JSON parser for the Paperless API. 3. Open the app in [whichever editor you prefer](https://flutter.dev/docs/get-started/editor) and start it. + +## Releasing new versions +1. Update pubspec.yaml. +2. Run `flutter upgrade` to upgrade SDK. +3. Test if the app still runs. +4. Tag a new release. +5. Run `flutter build apk --split-per-abi`. +6. Upload APKs to Github releases. +7. Upload APKs to Play Store. \ No newline at end of file diff --git a/assets/locales/de_DE.json b/assets/locales/de_DE.json index b62a652..a769f64 100644 --- a/assets/locales/de_DE.json +++ b/assets/locales/de_DE.json @@ -28,5 +28,7 @@ "Okay": "Okay", "Ascending": "Aufsteigend", "Descending": "Absteigend", - "Uploading 1 scanned document": "1 gescanntes Dokument wird hochgeladen" + "Uploading 1 scanned document": "1 gescanntes Dokument wird hochgeladen", + "Logout": "Logout", + "Error while uploading document": "Fehler beim Hochladen des Dokuments" } \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index e403762..c137272 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "10.0.0" + version: "14.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "0.40.3" + version: "0.41.1" args: dependency: transitive description: @@ -28,28 +28,28 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.5.0-nullsafety" + version: "2.5.0-nullsafety.3" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.1.0-nullsafety" + version: "2.1.0-nullsafety.3" build: dependency: transitive description: name: build url: "https://pub.dartlang.org" source: hosted - version: "1.5.0" + version: "1.5.2" build_config: dependency: transitive description: name: build_config url: "https://pub.dartlang.org" source: hosted - version: "0.4.2" + version: "0.4.5" build_daemon: dependency: transitive description: @@ -63,21 +63,21 @@ packages: name: build_resolvers url: "https://pub.dartlang.org" source: hosted - version: "1.4.1" + version: "1.4.4" build_runner: dependency: "direct dev" description: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "1.10.3" + version: "1.10.9" build_runner_core: dependency: transitive description: name: build_runner_core url: "https://pub.dartlang.org" source: hosted - version: "6.0.2" + version: "6.1.4" built_collection: dependency: transitive description: @@ -98,28 +98,28 @@ packages: name: cached_network_image url: "https://pub.dartlang.org" source: hosted - version: "2.3.2+1" + version: "2.4.1" characters: dependency: transitive description: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.1.0-nullsafety.2" + version: "1.1.0-nullsafety.5" charcode: dependency: transitive description: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.2.0-nullsafety" + version: "1.2.0-nullsafety.3" checked_yaml: dependency: transitive description: name: checked_yaml url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" + version: "1.0.4" cli_util: dependency: transitive description: @@ -133,21 +133,21 @@ packages: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.1.0-nullsafety" + version: "1.1.0-nullsafety.3" code_builder: dependency: transitive description: name: code_builder url: "https://pub.dartlang.org" source: hosted - version: "3.4.1" + version: "3.5.0" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.15.0-nullsafety.2" + version: "1.15.0-nullsafety.5" convert: dependency: transitive description: @@ -168,7 +168,7 @@ packages: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "1.3.7" + version: "1.3.10" dio: dependency: "direct main" description: @@ -191,7 +191,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.1.0-nullsafety" + version: "1.2.0-nullsafety.3" ffi: dependency: transitive description: @@ -231,7 +231,7 @@ packages: name: flutter_cache_manager url: "https://pub.dartlang.org" source: hosted - version: "1.4.2" + version: "2.0.0" flutter_localizations: dependency: "direct main" description: flutter @@ -243,14 +243,14 @@ packages: name: flutter_secure_storage url: "https://pub.dartlang.org" source: hosted - version: "3.3.4" + version: "3.3.5" flutter_svg: dependency: "direct main" description: name: flutter_svg url: "https://pub.dartlang.org" source: hosted - version: "0.19.0" + version: "0.19.2+1" flutter_test: dependency: "direct dev" description: flutter @@ -337,21 +337,21 @@ packages: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.2" + version: "0.6.3-nullsafety.3" json_annotation: dependency: "direct main" description: name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "3.1.0" + version: "3.1.1" json_serializable: dependency: "direct dev" description: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "3.5.0" + version: "3.5.1" logging: dependency: transitive description: @@ -365,14 +365,14 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.10-nullsafety" + version: "0.12.10-nullsafety.3" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.3.0-nullsafety.2" + version: "1.3.0-nullsafety.6" mime: dependency: transitive description: @@ -386,14 +386,14 @@ packages: name: node_interop url: "https://pub.dartlang.org" source: hosted - version: "1.1.1" + version: "1.2.1" node_io: dependency: transitive description: name: node_io url: "https://pub.dartlang.org" source: hosted - version: "1.1.1" + version: "1.2.0" octo_image: dependency: transitive description: @@ -407,7 +407,7 @@ packages: name: open_file url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.0.3" package_config: dependency: transitive description: @@ -421,7 +421,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.0-nullsafety" + version: "1.8.0-nullsafety.3" path_drawing: dependency: transitive description: @@ -442,7 +442,7 @@ packages: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "1.6.18" + version: "1.6.24" path_provider_linux: dependency: transitive description: @@ -456,21 +456,21 @@ packages: name: path_provider_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.4+4" + version: "0.0.4+6" path_provider_platform_interface: dependency: transitive description: name: path_provider_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.0.4" path_provider_windows: dependency: transitive description: name: path_provider_windows url: "https://pub.dartlang.org" source: hosted - version: "0.0.4+1" + version: "0.0.4+3" pedantic: dependency: transitive description: @@ -498,7 +498,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" + version: "1.0.3" pool: dependency: transitive description: @@ -526,14 +526,14 @@ packages: name: pubspec_parse url: "https://pub.dartlang.org" source: hosted - version: "0.1.5" + version: "0.1.7" quiver: dependency: transitive description: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "2.1.5" rxdart: dependency: transitive description: @@ -554,21 +554,21 @@ packages: name: shared_preferences url: "https://pub.dartlang.org" source: hosted - version: "0.5.12" + version: "0.5.12+4" shared_preferences_linux: dependency: transitive description: name: shared_preferences_linux url: "https://pub.dartlang.org" source: hosted - version: "0.0.2+2" + version: "0.0.2+4" shared_preferences_macos: dependency: transitive description: name: shared_preferences_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+10" + version: "0.0.1+11" shared_preferences_platform_interface: dependency: transitive description: @@ -589,7 +589,7 @@ packages: name: shared_preferences_windows url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+1" + version: "0.0.1+3" shelf: dependency: transitive description: @@ -615,14 +615,14 @@ packages: name: source_gen url: "https://pub.dartlang.org" source: hosted - version: "0.9.7+1" + version: "0.9.10+1" source_span: dependency: transitive description: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.0-nullsafety" + version: "1.8.0-nullsafety.4" sprintf: dependency: "direct main" description: @@ -636,7 +636,7 @@ packages: name: sqflite url: "https://pub.dartlang.org" source: hosted - version: "1.3.1+1" + version: "1.3.2+1" sqflite_common: dependency: transitive description: @@ -650,14 +650,14 @@ packages: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.10.0-nullsafety" + version: "1.10.0-nullsafety.6" stream_channel: dependency: transitive description: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.1.0-nullsafety" + version: "2.1.0-nullsafety.3" stream_transform: dependency: transitive description: @@ -671,7 +671,7 @@ packages: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.0-nullsafety" + version: "1.1.0-nullsafety.3" synchronized: dependency: transitive description: @@ -685,28 +685,28 @@ packages: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.2.0-nullsafety" + version: "1.2.0-nullsafety.3" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.19-nullsafety" + version: "0.2.19-nullsafety.6" timing: dependency: transitive description: name: timing url: "https://pub.dartlang.org" source: hosted - version: "0.1.1+2" + version: "0.1.1+3" typed_data: dependency: transitive description: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.3.0-nullsafety.2" + version: "1.3.0-nullsafety.5" uuid: dependency: transitive description: @@ -720,7 +720,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.0-nullsafety.2" + version: "2.1.0-nullsafety.5" watcher: dependency: transitive description: @@ -741,7 +741,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "1.7.3" + version: "1.7.4" xdg_directories: dependency: transitive description: @@ -764,5 +764,5 @@ packages: source: hosted version: "2.2.1" sdks: - dart: ">=2.10.0-93.0.dev <2.10.0" - flutter: ">=1.20.0 <2.0.0" + dart: ">=2.12.0-0.0 <3.0.0" + flutter: ">=1.24.0-6.0.pre <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index fb9d527..c5a18c9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A new Flutter project. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.0.6+6 +version: 0.0.7+7 environment: sdk: ">=2.8.0 <3.0.0"