Skip to content

Commit

Permalink
upgraded Flutter to stable v3.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed Nov 3, 2023
1 parent f6ab3cd commit 49952b0
Show file tree
Hide file tree
Showing 25 changed files with 96 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .flutter
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
### Changed

- target Android 14 (API 34)
- upgraded Flutter to stable v3.13.8
- upgraded Flutter to stable v3.13.9

### Fixed

Expand Down
26 changes: 21 additions & 5 deletions lib/model/app/dependencies.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ class Dependencies {
licenseUrl: 'https://github.com/material-foundation/flutter-packages/blob/main/packages/dynamic_color/LICENSE',
sourceUrl: 'https://github.com/material-foundation/flutter-packages/tree/main/packages/dynamic_color',
),
Dependency(
name: 'FFmpegKit',
license: lgpl3,
sourceUrl: 'https://github.com/arthenica/ffmpeg-kit',
),
Dependency(
name: 'Floating',
license: mit,
Expand All @@ -89,16 +94,17 @@ class Dependencies {
licenseUrl: 'https://github.com/flutter/packages/blob/main/packages/local_auth/local_auth/LICENSE',
sourceUrl: 'https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth',
),
Dependency(
name: 'FFmpegKit',
license: lgpl3,
sourceUrl: 'https://github.com/arthenica/ffmpeg-kit',
),
Dependency(
name: 'Media Kit',
license: mit,
sourceUrl: 'https://github.com/media-kit/media-kit',
),
Dependency(
name: 'Network Info Plus',
license: bsd3,
licenseUrl: 'https://github.com/fluttercommunity/plus_plugins/blob/main/packages/network_info_plus/network_info_plus/LICENSE',
sourceUrl: 'https://github.com/fluttercommunity/plus_plugins/tree/main/packages/network_info_plus',
),
Dependency(
name: 'Package Info Plus',
license: bsd3,
Expand Down Expand Up @@ -305,6 +311,11 @@ class Dependencies {
license: mit,
sourceUrl: 'https://github.com/denixport/dart.country',
),
Dependency(
name: 'DLNA Dart',
license: bsd3,
sourceUrl: 'https://github.com/suconghou/dlna-dart',
),
Dependency(
name: 'Equatable',
license: mit,
Expand Down Expand Up @@ -367,6 +378,11 @@ class Dependencies {
license: mit,
sourceUrl: 'https://github.com/maRci002/proj4dart',
),
Dependency(
name: 'Shelf',
license: bsd3,
sourceUrl: 'https://github.com/dart-lang/shelf',
),
Dependency(
name: 'Stack Trace',
license: bsd3,
Expand Down
27 changes: 5 additions & 22 deletions lib/widgets/about/licenses.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,29 +127,12 @@ class _LicenseRow extends StatelessWidget {

@override
Widget build(BuildContext context) {
final textTheme = Theme.of(context).textTheme;
final bodyTextStyle = textTheme.bodyMedium!;
final subColor = bodyTextStyle.color!.withOpacity(.6);

return Padding(
padding: const EdgeInsets.symmetric(vertical: 8),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
LinkChip(
text: package.name,
urlString: package.sourceUrl,
textStyle: const TextStyle(fontWeight: FontWeight.bold),
),
Padding(
padding: const EdgeInsetsDirectional.only(start: 16),
child: LinkChip(
text: package.license,
urlString: package.licenseUrl,
color: subColor,
),
),
],
padding: const EdgeInsets.symmetric(vertical: 4, horizontal: 8),
child: LinkChip(
text: package.name,
urlString: package.sourceUrl,
textStyle: const TextStyle(fontWeight: FontWeight.bold),
),
);
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_magnifier/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_map/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
flutter_map:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_model/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_platform_meta/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_report/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_report_console/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down
20 changes: 10 additions & 10 deletions plugins/aves_report_crashlytics/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: _flutterfire_internals
sha256: "7bcb5c5d62b3907fb4a269c0f0843df46760d38e12829a715f2ff1fb492f19ef"
sha256: "5dadadeecceac19d6a63c9d2e037bb8df58ddd4aedb94e8a056af2f39ee50f9d"
url: "https://pub.dev"
source: hosted
version: "1.3.10"
version: "1.3.11"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -68,10 +68,10 @@ packages:
dependency: "direct main"
description:
name: firebase_core
sha256: "37299e4907391d7fac8c7ea059bb3292768cc07b72b6c6c777675cc58da2ef4d"
sha256: "7706f4ade6cc2698c70074083bc262586a185047f6bfdd53938dcc35d35cbb9e"
url: "https://pub.dev"
source: hosted
version: "2.20.0"
version: "2.21.0"
firebase_core_platform_interface:
dependency: transitive
description:
Expand All @@ -92,18 +92,18 @@ packages:
dependency: "direct main"
description:
name: firebase_crashlytics
sha256: d279ec1a3377df3762778e55ded07fe6d169d216713a44bbc624ae6218e35c3c
sha256: c1f6b7a75df5f83af187b396d763de0e7673fcb358093e04be68e82e6d80d41a
url: "https://pub.dev"
source: hosted
version: "3.4.2"
version: "3.4.3"
firebase_crashlytics_platform_interface:
dependency: transitive
description:
name: firebase_crashlytics_platform_interface
sha256: "8a82ce2879e359134f5ce786048737b6385a65ec696d68cf0c27134a1c933676"
sha256: "08f0a3a99a12a31a47a08ccb268efe163c2f0d89fec74eb5b8a86b219611175c"
url: "https://pub.dev"
source: hosted
version: "3.6.10"
version: "3.6.11"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -113,10 +113,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
flutter_test:
dependency: transitive
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_screen_state/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_services/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
flutter_map:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions plugins/aves_services_google/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
flutter_map:
dependency: transitive
description:
Expand Down Expand Up @@ -196,10 +196,10 @@ packages:
dependency: "direct main"
description:
name: google_maps_flutter_android
sha256: "1a4375d0ed0e36af4a2c7a7cd97ec8c423b40bff6c4270face40d2c1cba6c8af"
sha256: "4023e79184c762e63efe04da629d876085e0c296a7ca26745fb5750d4acd0aa2"
url: "https://pub.dev"
source: hosted
version: "2.5.2"
version: "2.5.3"
google_maps_flutter_ios:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_services_huawei/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
flutter_map:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_services_none/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
flutter_map:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_ui/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_utils/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_video/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_video_ffmpeg/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/aves_video_ijk/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down
Loading

0 comments on commit 49952b0

Please sign in to comment.