upgraded flutter to v2.5.3

This commit is contained in:
Thibault Deckers 2021-10-18 18:47:25 +09:00
parent 220db5facd
commit 43fb8eab17
8 changed files with 46 additions and 30 deletions

View file

@ -15,7 +15,7 @@ jobs:
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
channel: stable channel: stable
flutter-version: '2.5.2' flutter-version: '2.5.3'
- name: Clone the repository. - name: Clone the repository.
uses: actions/checkout@v2 uses: actions/checkout@v2

View file

@ -17,7 +17,7 @@ jobs:
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
channel: stable channel: stable
flutter-version: '2.5.2' flutter-version: '2.5.3'
# Workaround for this Android Gradle Plugin issue (supposedly fixed in AGP 4.1): # Workaround for this Android Gradle Plugin issue (supposedly fixed in AGP 4.1):
# https://issuetracker.google.com/issues/144111441 # https://issuetracker.google.com/issues/144111441
@ -50,9 +50,9 @@ jobs:
echo "${{ secrets.KEY_JKS }}" > release.keystore.asc echo "${{ secrets.KEY_JKS }}" > release.keystore.asc
gpg -d --passphrase "${{ secrets.KEY_JKS_PASSPHRASE }}" --batch release.keystore.asc > $AVES_STORE_FILE gpg -d --passphrase "${{ secrets.KEY_JKS_PASSPHRASE }}" --batch release.keystore.asc > $AVES_STORE_FILE
rm release.keystore.asc rm release.keystore.asc
flutter build appbundle --flavor universal --bundle-sksl-path shaders_2.5.2.sksl.json flutter build appbundle --flavor universal --bundle-sksl-path shaders_2.5.3.sksl.json
flutter build apk --flavor universal --bundle-sksl-path shaders_2.5.2.sksl.json flutter build apk --flavor universal --bundle-sksl-path shaders_2.5.3.sksl.json
flutter build apk --flavor byAbi --split-per-abi --bundle-sksl-path shaders_2.5.2.sksl.json flutter build apk --flavor byAbi --split-per-abi --bundle-sksl-path shaders_2.5.3.sksl.json
rm $AVES_STORE_FILE rm $AVES_STORE_FILE
env: env:
AVES_STORE_FILE: ${{ github.workspace }}/key.jks AVES_STORE_FILE: ${{ github.workspace }}/key.jks

View file

@ -4,9 +4,25 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
### Added
- Collection: use a foreground service when scanning many items
- Collection: ask to rename/replace/skip when moving items with name conflict
- Map: filter to view items from a specific region in the Collection page
- Viewer: option to show/hide overlay on opening
- Info: improved display for PNG text metadata, XMP and others
- Export: output format selection
### Changed ### Changed
- upgraded Flutter to stable v2.5.2 - upgraded Flutter to stable v2.5.3
- use build flavors to generate universal or split APKs
### Fixed
- hide root album of hidden path
- gesture & spacing handling for Android 10+ navigation gestures
- renaming was leaving behind obsolete items in some cases
## [v1.5.3] - 2021-09-30 ## [v1.5.3] - 2021-09-30

View file

@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared name: _fe_analyzer_shared
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "28.0.0" version: "29.0.0"
analyzer: analyzer:
dependency: transitive dependency: transitive
description: description:
name: analyzer name: analyzer
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.5.0" version: "2.6.0"
archive: archive:
dependency: transitive dependency: transitive
description: description:
@ -86,7 +86,7 @@ packages:
name: cli_util name: cli_util
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.3.4" version: "0.3.5"
clock: clock:
dependency: transitive dependency: transitive
description: description:
@ -121,7 +121,7 @@ packages:
name: connectivity_plus_macos name: connectivity_plus_macos
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.2.1"
connectivity_plus_platform_interface: connectivity_plus_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -198,7 +198,7 @@ packages:
name: device_info_plus name: device_info_plus
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.0.1" version: "3.1.0"
device_info_plus_linux: device_info_plus_linux:
dependency: transitive dependency: transitive
description: description:
@ -212,14 +212,14 @@ packages:
name: device_info_plus_macos name: device_info_plus_macos
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.0" version: "2.2.0"
device_info_plus_platform_interface: device_info_plus_platform_interface:
dependency: transitive dependency: transitive
description: description:
name: device_info_plus_platform_interface name: device_info_plus_platform_interface
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.0" version: "2.2.0"
device_info_plus_web: device_info_plus_web:
dependency: transitive dependency: transitive
description: description:
@ -435,7 +435,7 @@ packages:
name: github name: github
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "8.1.3" version: "8.2.1"
glob: glob:
dependency: transitive dependency: transitive
description: description:
@ -526,7 +526,7 @@ packages:
name: json_annotation name: json_annotation
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "4.1.0" version: "4.3.0"
latlong2: latlong2:
dependency: "direct main" dependency: "direct main"
description: description:
@ -575,7 +575,7 @@ packages:
name: material_design_icons_flutter name: material_design_icons_flutter
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "5.0.5955-rc.1" version: "5.0.6295"
meta: meta:
dependency: transitive dependency: transitive
description: description:
@ -659,7 +659,7 @@ packages:
name: package_info_plus_macos name: package_info_plus_macos
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.3.0"
package_info_plus_platform_interface: package_info_plus_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -687,7 +687,7 @@ packages:
name: palette_generator name: palette_generator
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.3.1" version: "0.3.2"
panorama: panorama:
dependency: "direct main" dependency: "direct main"
description: description:
@ -757,7 +757,7 @@ packages:
name: permission_handler name: permission_handler
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "8.2.2" version: "8.2.5"
permission_handler_platform_interface: permission_handler_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -771,7 +771,7 @@ packages:
name: petitparser name: petitparser
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "4.3.0" version: "4.4.0"
platform: platform:
dependency: transitive dependency: transitive
description: description:
@ -848,7 +848,7 @@ packages:
name: quiver name: quiver
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.0.1" version: "3.0.1+1"
shared_preferences: shared_preferences:
dependency: "direct main" dependency: "direct main"
description: description:
@ -1184,7 +1184,7 @@ packages:
name: xml name: xml
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "5.3.0" version: "5.3.1"
yaml: yaml:
dependency: transitive dependency: transitive
description: description:

View file

@ -12,7 +12,7 @@ dependencies:
sdk: flutter sdk: flutter
flutter_localizations: flutter_localizations:
sdk: flutter sdk: flutter
# TODO TLAD as of 2021/09/23, latest version (v0.11.0) is incompatible with Flutter v2.5 # TODO TLAD as of 2021/10/18, latest version (v0.11.0) is incompatible with Flutter v2.5
charts_flutter: charts_flutter:
git: git:
url: git://github.com/google/charts.git url: git://github.com/google/charts.git
@ -20,7 +20,7 @@ dependencies:
collection: collection:
connectivity_plus: connectivity_plus:
country_code: country_code:
# TODO TLAD as of 2021/09/23, null safe version is pre-release # TODO TLAD as of 2021/10/18, null safe version is pre-release
custom_rounded_rectangle_border: '>=0.2.0-nullsafety.0' custom_rounded_rectangle_border: '>=0.2.0-nullsafety.0'
decorated_icon: decorated_icon:
device_info_plus: device_info_plus:
@ -47,12 +47,11 @@ dependencies:
google_maps_flutter: google_maps_flutter:
intl: intl:
latlong2: latlong2:
# TODO TLAD as of 2021/09/23, null safe version is pre-release material_design_icons_flutter:
material_design_icons_flutter: '>=5.0.5955-rc.1'
overlay_support: overlay_support:
package_info_plus: package_info_plus:
palette_generator: palette_generator:
# TODO TLAD as of 2021/09/23, latest version (v0.4.1) has this issue: https://github.com/zesage/panorama/issues/25 # TODO TLAD as of 2021/10/18, latest version (v0.4.1) has this issue: https://github.com/zesage/panorama/issues/25
panorama: 0.4.0 panorama: 0.4.0
pdf: pdf:
percent_indicator: percent_indicator:
@ -117,7 +116,7 @@ flutter:
# Test driver # Test driver
# run (any device): # run (any device):
# % flutter drive -t test_driver/driver_app.dart --profile # % flutter drive --flavor universal -t test_driver/driver_app.dart --profile
# capture shaders in profile mode (real device only): # capture shaders in profile mode (real device only):
# % flutter drive -t test_driver/driver_app.dart --profile --cache-sksl --write-sksl-on-exit shaders.sksl.json # % flutter drive --flavor universal -t test_driver/driver_app.dart --profile --cache-sksl --write-sksl-on-exit shaders.sksl.json

1
shaders.sksl.json Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
shaders_2.5.3.sksl.json Normal file

File diff suppressed because one or more lines are too long