From b6a8d08a3e77c61ae818088a1a8d8cca5b102282 Mon Sep 17 00:00:00 2001 From: Anze Mavric Date: Sun, 24 Jul 2022 15:48:52 +0200 Subject: [PATCH] Update to 1.0.1 --- README.md | 4 +- pubspec.yaml | 108 +++++++++++++++++++++++++-------------------------- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/README.md b/README.md index 66f00b7..09ec028 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ ## Screenshots -| Portarius | Portarius | Portarius | +| Drawer | Home | Auth | | :--: | :--: | :--: | | ![Screenshot of functions](https://i.imgur.com/1cmRnmb.jpeg) | ![Screenshot of OBD data](https://i.imgur.com/yAKqI9S.jpeg) | ![Screenshot of Dashboard](https://i.imgur.com/N6MqvTx.jpeg) |
More Screenshots -| Portarius | Portarius | Portarius | Portarius | Portarius | +| Settings | Drawer Light | Home Light | Auth Light | Settings Light | | :--: | :--: | :--: | :--: | :--: | | ![Screenshot of functions](https://i.imgur.com/IRjzCYd.jpeg) | ![Screenshot of Dashboard](https://i.imgur.com/L8CG6hG.jpeg) | ![Screenshot of functions](https://i.imgur.com/jbblbfZ.jpeg) | ![Screenshot of functions](https://i.imgur.com/ETl1vpC.jpeg) | ![Screenshot of functions](https://i.imgur.com/oNxU12R.jpeg) | diff --git a/pubspec.yaml b/pubspec.yaml index 9760597..ddbf46b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,10 +15,10 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # 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: 1.0.0 +version: 1.0.1 environment: - sdk: ">=2.17.1 <3.0.0" + sdk: ">=2.17.1 <3.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions @@ -27,64 +27,64 @@ environment: # the latest version available on pub.dev. To see which dependencies have newer # versions available, run `flutter pub outdated`. dependencies: - build_runner: ^2.2.0 - flex_color_scheme: ^5.1.0 - flutter: - sdk: flutter - flutter_launcher_icons: ^0.9.3 - flutter_secure_storage: ^5.0.2 - flutter_speed_dial: ^6.0.0 - hive: ^2.2.2 - hive_generator: ^1.1.3 - http: ^0.13.4 - local_auth: ^2.1.0 - package_info_plus: ^1.4.2 - path_provider: ^2.0.11 - provider: ^6.0.3 - toast: ^0.3.0 - url_launcher: ^6.1.5 + build_runner: ^2.2.0 + flex_color_scheme: ^5.1.0 + flutter: + sdk: flutter + flutter_launcher_icons: ^0.9.3 + flutter_secure_storage: ^5.0.2 + flutter_speed_dial: ^6.0.0 + hive: ^2.2.2 + hive_generator: ^1.1.3 + http: ^0.13.4 + local_auth: ^2.1.0 + package_info_plus: ^1.4.2 + path_provider: ^2.0.11 + provider: ^6.0.3 + toast: ^0.3.0 + url_launcher: ^6.1.5 dev_dependencies: - flutter_lints: ^2.0.0 - flutter_test: - sdk: flutter + flutter_lints: ^2.0.0 + flutter_test: + sdk: flutter flutter_icons: - android: true - ios: true - image_path: "assets/icons/icon.png" + android: true + ios: true + image_path: "assets/icons/icon.png" # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec # 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. - uses-material-design: true - # To add assets to your application, add an assets section, like this: - assets: - - "assets/icons/icon.png" - # An image asset can refer to one or more resolution-specific "variants", see - # https://flutter.dev/assets-and-images/#resolution-aware - # For details regarding adding assets from package dependencies, see - # https://flutter.dev/assets-and-images/#from-packages - # To add custom fonts to your application, add a fonts section here, - # in this "flutter" section. Each entry in this list should have a - # "family" key with the font family name, and a "fonts" key with a - # list giving the asset and other descriptors for the font. For - # example: - # fonts: - # - family: Schyler - # fonts: - # - asset: fonts/Schyler-Regular.ttf - # - asset: fonts/Schyler-Italic.ttf - # style: italic - # - family: Trajan Pro - # fonts: - # - asset: fonts/TrajanPro.ttf - # - asset: fonts/TrajanPro_Bold.ttf - # weight: 700 - # - # For details regarding fonts from package dependencies, - # see https://flutter.dev/custom-fonts/#from-packages + # 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. + uses-material-design: true + # To add assets to your application, add an assets section, like this: + assets: + - "assets/icons/icon.png" + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages