upgraded Flutter to stable v3.3.5

This commit is contained in:
Thibault Deckers 2022-10-20 11:56:07 +02:00
parent 12c8277210
commit c77a9f670a
13 changed files with 54 additions and 28 deletions

View file

@ -17,7 +17,7 @@ jobs:
# Available versions may lag behind https://github.com/flutter/flutter.git
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.4'
flutter-version: '3.3.5'
channel: 'stable'
- name: Clone the repository.

View file

@ -19,7 +19,7 @@ jobs:
# Available versions may lag behind https://github.com/flutter/flutter.git
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.4'
flutter-version: '3.3.5'
channel: 'stable'
# Workaround for this Android Gradle Plugin issue (supposedly fixed in AGP 4.1):
@ -56,15 +56,15 @@ jobs:
rm release.keystore.asc
mkdir outputs
(cd scripts/; ./apply_flavor_play.sh)
flutter build appbundle -t lib/main_play.dart --flavor play --bundle-sksl-path shaders_3.3.4.sksl.json
flutter build appbundle -t lib/main_play.dart --flavor play --bundle-sksl-path shaders_3.3.5.sksl.json
cp build/app/outputs/bundle/playRelease/*.aab outputs
flutter build apk -t lib/main_play.dart --flavor play --bundle-sksl-path shaders_3.3.4.sksl.json
flutter build apk -t lib/main_play.dart --flavor play --bundle-sksl-path shaders_3.3.5.sksl.json
cp build/app/outputs/apk/play/release/*.apk outputs
(cd scripts/; ./apply_flavor_huawei.sh)
flutter build apk -t lib/main_huawei.dart --flavor huawei --bundle-sksl-path shaders_3.3.4.sksl.json
flutter build apk -t lib/main_huawei.dart --flavor huawei --bundle-sksl-path shaders_3.3.5.sksl.json
cp build/app/outputs/apk/huawei/release/*.apk outputs
(cd scripts/; ./apply_flavor_izzy.sh)
flutter build apk -t lib/main_izzy.dart --flavor izzy --split-per-abi --bundle-sksl-path shaders_3.3.4.sksl.json
flutter build apk -t lib/main_izzy.dart --flavor izzy --split-per-abi --bundle-sksl-path shaders_3.3.5.sksl.json
cp build/app/outputs/apk/izzy/release/*.apk outputs
rm $AVES_STORE_FILE
env:

View file

@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
- Collection / Info: edit MP4 metadata (date / location / title / description / rating / tags)
- Widget: option to open collection on tap
### Changed
- upgraded Flutter to stable v3.3.5
### Fixed
- rendering of panoramas with inconsistent metadata

View file

@ -14,7 +14,7 @@ packages:
name: _flutterfire_internals
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.0.4"
analyzer:
dependency: transitive
description:
@ -126,14 +126,14 @@ packages:
name: cloud_firestore_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "5.7.7"
version: "5.8.1"
cloud_firestore_web:
dependency: transitive
description:
name: cloud_firestore_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.10"
version: "3.0.1"
collection:
dependency: "direct main"
description:
@ -147,14 +147,14 @@ packages:
name: connectivity_plus
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
connectivity_plus_platform_interface:
dependency: transitive
description:
name: connectivity_plus_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.2"
version: "1.2.3"
convert:
dependency: transitive
description:
@ -210,14 +210,14 @@ packages:
name: device_info_plus
url: "https://pub.dartlang.org"
source: hosted
version: "7.0.0"
version: "7.0.1"
device_info_plus_platform_interface:
dependency: transitive
description:
name: device_info_plus_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.0"
version: "6.0.1"
dynamic_color:
dependency: "direct main"
description:
@ -284,7 +284,7 @@ packages:
name: firebase_core
url: "https://pub.dartlang.org"
source: hosted
version: "1.24.0"
version: "2.0.0"
firebase_core_platform_interface:
dependency: transitive
description:
@ -298,21 +298,21 @@ packages:
name: firebase_core_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.3"
version: "2.0.0"
firebase_crashlytics:
dependency: transitive
description:
name: firebase_crashlytics
url: "https://pub.dartlang.org"
source: hosted
version: "2.9.0"
version: "3.0.1"
firebase_crashlytics_platform_interface:
dependency: transitive
description:
name: firebase_crashlytics_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.0"
version: "3.3.2"
flex_color_picker:
dependency: "direct main"
description:
@ -659,14 +659,14 @@ packages:
name: package_info_plus
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
package_info_plus_platform_interface:
dependency: transitive
description:
name: package_info_plus_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
palette_generator:
dependency: "direct main"
description:
@ -738,7 +738,7 @@ packages:
name: permission_handler
url: "https://pub.dartlang.org"
source: hosted
version: "10.1.0"
version: "10.2.0"
permission_handler_android:
dependency: transitive
description:
@ -995,14 +995,14 @@ packages:
name: source_map_stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
source_maps:
dependency: transitive
description:
name: source_maps
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.10"
version: "0.10.11"
source_span:
dependency: transitive
description:

View file

@ -1,4 +1,8 @@
#!/bin/bash
if [ ! -d "scripts" ]; then
cd ..
fi
PUBSPEC_PATH="../pubspec.yaml"
flutter clean

View file

@ -1,4 +1,8 @@
#!/bin/bash
if [ ! -d "scripts" ]; then
cd ..
fi
PUBSPEC_PATH="../pubspec.yaml"
flutter clean

View file

@ -1,4 +1,8 @@
#!/bin/bash
if [ ! -d "scripts" ]; then
cd ..
fi
PUBSPEC_PATH="../pubspec.yaml"
flutter clean

View file

@ -1,7 +1,10 @@
#!/bin/bash
if [ ! -d "scripts" ]; then
cd ..
fi
flutter pub get
cd plugins
cd plugins || exit
for plugin in $(ls -d *); do
cd $plugin
flutter pub get

View file

@ -1,7 +1,10 @@
#!/bin/bash
if [ ! -d "scripts" ]; then
cd ..
fi
flutter pub upgrade
cd plugins
cd plugins || exit
for plugin in $(ls -d *); do
cd $plugin
flutter pub upgrade

View file

@ -1,4 +1,8 @@
#!/bin/bash
if [ ! -d "scripts" ]; then
cd ..
fi
# process raw screenshots from test driver to generate:
# - scaled down versions for IzzyOnDroid
# - framed versions for Google Play

File diff suppressed because one or more lines are too long

1
shaders_3.3.5.sksl.json Normal file

File diff suppressed because one or more lines are too long

View file

@ -19,7 +19,7 @@ String get adb {
you need to use the -d, -e, or -s option to specify the target device
to which the command should be directed.
*/
const List<String> adbDeviceParam = []; // '[]', '[-d]', '[-e]', or '[-s, <serial_number>]'
const List<String> adbDeviceParam = ['-d']; // `[]`, `['-d']`, `['-e']`, or `['-s', <serial_number>]`
Future<void> runAdb(List<String> args) async {
await Process.run(adb, [...adbDeviceParam, ...args]);