Browse Source

Update flutter to 3.3.0

pull/56/head
jld3103 2 years ago
parent
commit
1e4ed18701
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      .fvm/fvm_config.json
  2. 4
      packages/file_icons/pubspec.yaml
  3. 14
      packages/neon/lib/l10n/localizations.dart
  4. 78
      packages/neon/pubspec.lock
  5. 11
      packages/neon/pubspec.yaml
  6. 2
      packages/nextcloud/pubspec.yaml
  7. 2
      packages/nextcloud_push_proxy/pubspec.yaml
  8. 4
      packages/settings/pubspec.yaml
  9. 2
      packages/sort_box/pubspec.yaml
  10. 2
      packages/spec_templates/pubspec.yaml

2
.fvm/fvm_config.json

@ -1,4 +1,4 @@
{ {
"flutterSdkVersion": "3.0.5@stable", "flutterSdkVersion": "3.3.0@stable",
"flavors": {} "flavors": {}
} }

4
packages/file_icons/pubspec.yaml

@ -2,8 +2,8 @@ name: file_icons
version: 1.0.0 version: 1.0.0
environment: environment:
sdk: '>=2.17.0 <3.0.0' sdk: '>=2.18.0 <3.0.0'
flutter: '>=3.0.0' flutter: '>=3.3.0'
dependencies: dependencies:
flutter: flutter:

14
packages/neon/lib/l10n/localizations.dart

@ -7,14 +7,14 @@ import 'package:intl/intl.dart' as intl;
import 'localizations_en.dart'; import 'localizations_en.dart';
/// Callers can lookup localized strings with an instance of AppLocalizations returned /// Callers can lookup localized strings with an instance of AppLocalizations
/// by `AppLocalizations.of(context)`. /// returned by `AppLocalizations.of(context)`.
/// ///
/// Applications need to include `AppLocalizations.delegate()` in their app's /// Applications need to include `AppLocalizations.delegate()` in their app's
/// localizationDelegates list, and the locales they support in the app's /// `localizationDelegates` list, and the locales they support in the app's
/// supportedLocales list. For example: /// `supportedLocales` list. For example:
/// ///
/// ``` /// ```dart
/// import 'l10n/localizations.dart'; /// import 'l10n/localizations.dart';
/// ///
/// return MaterialApp( /// return MaterialApp(
@ -29,14 +29,14 @@ import 'localizations_en.dart';
/// Please make sure to update your pubspec.yaml to include the following /// Please make sure to update your pubspec.yaml to include the following
/// packages: /// packages:
/// ///
/// ``` /// ```yaml
/// dependencies: /// dependencies:
/// # Internationalization support. /// # Internationalization support.
/// flutter_localizations: /// flutter_localizations:
/// sdk: flutter /// sdk: flutter
/// intl: any # Use the pinned version from flutter_localizations /// intl: any # Use the pinned version from flutter_localizations
/// ///
/// # rest of dependencies /// # Rest of dependencies
/// ``` /// ```
/// ///
/// ## iOS Applications /// ## iOS Applications

78
packages/neon/pubspec.lock

@ -7,21 +7,21 @@ packages:
name: _fe_analyzer_shared name: _fe_analyzer_shared
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "45.0.0" version: "46.0.0"
analyzer: analyzer:
dependency: "direct overridden" dependency: transitive
description: description:
name: analyzer name: analyzer
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "4.5.0" version: "4.6.0"
archive: archive:
dependency: transitive dependency: transitive
description: description:
name: archive name: archive
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.1.11" version: "3.3.0"
args: args:
dependency: transitive dependency: transitive
description: description:
@ -42,7 +42,7 @@ packages:
name: async name: async
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.8.2" version: "2.9.0"
boolean_selector: boolean_selector:
dependency: transitive dependency: transitive
description: description:
@ -105,14 +105,14 @@ packages:
name: built_value name: built_value
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "8.4.0" version: "8.4.1"
characters: characters:
dependency: transitive dependency: transitive
description: description:
name: characters name: characters
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.2.1"
charcode: charcode:
dependency: transitive dependency: transitive
description: description:
@ -133,7 +133,7 @@ packages:
name: clock name: clock
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.0" version: "1.1.1"
code_builder: code_builder:
dependency: transitive dependency: transitive
description: description:
@ -168,7 +168,7 @@ packages:
name: crypto name: crypto
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.0.1" version: "3.0.2"
crypton: crypton:
dependency: transitive dependency: transitive
description: description:
@ -203,7 +203,7 @@ packages:
name: fake_async name: fake_async
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.3.0" version: "1.3.1"
ffi: ffi:
dependency: transitive dependency: transitive
description: description:
@ -269,7 +269,7 @@ packages:
name: flutter_file_dialog name: flutter_file_dialog
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.3.0" version: "2.3.1"
flutter_html: flutter_html:
dependency: "direct main" dependency: "direct main"
description: description:
@ -283,7 +283,7 @@ packages:
name: flutter_local_notifications name: flutter_local_notifications
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "9.7.0" version: "9.9.0"
flutter_local_notifications_linux: flutter_local_notifications_linux:
dependency: transitive dependency: transitive
description: description:
@ -309,14 +309,14 @@ packages:
name: flutter_markdown name: flutter_markdown
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.6.10+3" version: "0.6.10+5"
flutter_native_splash: flutter_native_splash:
dependency: "direct main" dependency: "direct main"
description: description:
name: flutter_native_splash name: flutter_native_splash
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.2.7" version: "2.2.8"
flutter_plugin_android_lifecycle: flutter_plugin_android_lifecycle:
dependency: transitive dependency: transitive
description: description:
@ -330,14 +330,14 @@ packages:
name: flutter_rx_bloc name: flutter_rx_bloc
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "4.0.2" version: "5.0.1"
flutter_svg: flutter_svg:
dependency: "direct main" dependency: "direct main"
description: description:
name: flutter_svg name: flutter_svg
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.3" version: "1.1.4"
flutter_test: flutter_test:
dependency: "direct dev" dependency: "direct dev"
description: flutter description: flutter
@ -518,14 +518,14 @@ packages:
name: matcher name: matcher
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.12.11" version: "0.12.12"
material_color_utilities: material_color_utilities:
dependency: transitive dependency: transitive
description: description:
name: material_color_utilities name: material_color_utilities
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.1.4" version: "0.1.5"
material_design_icons_flutter: material_design_icons_flutter:
dependency: "direct main" dependency: "direct main"
description: description:
@ -546,7 +546,7 @@ packages:
name: meta name: meta
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.7.0" version: "1.8.0"
mime: mime:
dependency: transitive dependency: transitive
description: description:
@ -646,7 +646,7 @@ packages:
name: path name: path
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.8.1" version: "1.8.2"
path_drawing: path_drawing:
dependency: transitive dependency: transitive
description: description:
@ -674,7 +674,7 @@ packages:
name: path_provider_android name: path_provider_android
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.18" version: "2.0.20"
path_provider_ios: path_provider_ios:
dependency: transitive dependency: transitive
description: description:
@ -807,7 +807,7 @@ packages:
name: pubspec_parse name: pubspec_parse
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.2.1"
queue: queue:
dependency: "direct main" dependency: "direct main"
description: description:
@ -835,7 +835,7 @@ packages:
name: quick_actions_ios name: quick_actions_ios
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.6.0+13" version: "0.6.0+14"
quick_actions_platform_interface: quick_actions_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -961,7 +961,7 @@ packages:
name: shared_preferences_platform_interface name: shared_preferences_platform_interface
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.0" version: "2.1.0"
shared_preferences_web: shared_preferences_web:
dependency: transitive dependency: transitive
description: description:
@ -1029,7 +1029,7 @@ packages:
name: source_span name: source_span
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.8.2" version: "1.9.0"
sqflite: sqflite:
dependency: "direct main" dependency: "direct main"
description: description:
@ -1057,7 +1057,7 @@ packages:
name: sqlite3 name: sqlite3
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.7.2" version: "1.8.0"
stack_trace: stack_trace:
dependency: transitive dependency: transitive
description: description:
@ -1085,14 +1085,14 @@ packages:
name: string_scanner name: string_scanner
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.0" version: "1.1.1"
sync_http: sync_http:
dependency: transitive dependency: transitive
description: description:
name: sync_http name: sync_http
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.3.0" version: "0.3.1"
synchronized: synchronized:
dependency: transitive dependency: transitive
description: description:
@ -1106,14 +1106,14 @@ packages:
name: term_glyph name: term_glyph
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.2.1"
test_api: test_api:
dependency: transitive dependency: transitive
description: description:
name: test_api name: test_api
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.4.9" version: "0.4.12"
timezone: timezone:
dependency: transitive dependency: transitive
description: description:
@ -1134,14 +1134,14 @@ packages:
name: tray_manager name: tray_manager
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.1.8" version: "0.2.0"
typed_data: typed_data:
dependency: transitive dependency: transitive
description: description:
name: typed_data name: typed_data
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.3.0" version: "1.3.1"
unifiedpush: unifiedpush:
dependency: "direct main" dependency: "direct main"
description: description:
@ -1239,7 +1239,7 @@ packages:
name: vm_service name: vm_service
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "8.2.2" version: "9.0.0"
wakelock: wakelock:
dependency: "direct main" dependency: "direct main"
description: description:
@ -1309,14 +1309,14 @@ packages:
name: webview_flutter_android name: webview_flutter_android
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.9.3" version: "2.9.5"
webview_flutter_platform_interface: webview_flutter_platform_interface:
dependency: transitive dependency: transitive
description: description:
name: webview_flutter_platform_interface name: webview_flutter_platform_interface
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.9.1" version: "1.9.2"
webview_flutter_wkwebview: webview_flutter_wkwebview:
dependency: transitive dependency: transitive
description: description:
@ -1337,14 +1337,14 @@ packages:
name: window_manager name: window_manager
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.2.5" version: "0.2.7"
xdg_directories: xdg_directories:
dependency: "direct main" dependency: "direct main"
description: description:
name: xdg_directories name: xdg_directories
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.2.0+1" version: "0.2.0+2"
xml: xml:
dependency: transitive dependency: transitive
description: description:
@ -1360,5 +1360,5 @@ packages:
source: hosted source: hosted
version: "3.1.1" version: "3.1.1"
sdks: sdks:
dart: ">=2.17.0 <3.0.0" dart: ">=2.18.0 <3.0.0"
flutter: ">=3.0.0" flutter: ">=3.3.0"

11
packages/neon/pubspec.yaml

@ -3,8 +3,8 @@ version: 1.0.0
publish_to: 'none' publish_to: 'none'
environment: environment:
sdk: '>=2.17.0 <3.0.0' sdk: '>=2.18.0 <3.0.0'
flutter: '>=3.0.0' flutter: '>=3.3.0'
dependencies: dependencies:
collection: ^1.16.0 collection: ^1.16.0
@ -23,7 +23,7 @@ dependencies:
sdk: flutter sdk: flutter
flutter_markdown: ^0.6.10+2 flutter_markdown: ^0.6.10+2
flutter_native_splash: ^2.2.0+1 flutter_native_splash: ^2.2.0+1
flutter_rx_bloc: ^4.0.0 flutter_rx_bloc: ^5.0.1
flutter_svg: ^1.0.3 flutter_svg: ^1.0.3
html: ^0.15.0 html: ^0.15.0
http: ^0.13.4 http: ^0.13.4
@ -52,7 +52,7 @@ dependencies:
path: ../sort_box path: ../sort_box
sqflite: ^2.0.2+1 sqflite: ^2.0.2+1
sqflite_common_ffi: ^2.1.1 sqflite_common_ffi: ^2.1.1
tray_manager: ^0.1.8 tray_manager: ^0.2.0
unifiedpush: ^4.0.1 unifiedpush: ^4.0.1
url_launcher: ^6.0.18 url_launcher: ^6.0.18
wakelock: ^0.6.1+2 wakelock: ^0.6.1+2
@ -75,9 +75,6 @@ dev_dependencies:
ref: f29382f ref: f29382f
rx_bloc_generator: ^6.0.0 rx_bloc_generator: ^6.0.0
dependency_overrides:
analyzer: ^4.0.0 # https://github.com/dart-lang/language/issues/1855#issuecomment-1013212536
flutter: flutter:
uses-material-design: true uses-material-design: true
assets: assets:

2
packages/nextcloud/pubspec.yaml

@ -2,7 +2,7 @@ name: nextcloud
version: 1.0.0 version: 1.0.0
environment: environment:
sdk: '>=2.17.0 <3.0.0' sdk: '>=2.18.0 <3.0.0'
dependencies: dependencies:
crypto: ^3.0.1 crypto: ^3.0.1

2
packages/nextcloud_push_proxy/pubspec.yaml

@ -2,7 +2,7 @@ name: nextcloud_push_proxy
version: 1.0.0 version: 1.0.0
environment: environment:
sdk: '>=2.17.0 <3.0.0' sdk: '>=2.18.0 <3.0.0'
dependencies: dependencies:
shelf: ^1.3.1 shelf: ^1.3.1

4
packages/settings/pubspec.yaml

@ -2,8 +2,8 @@ name: settings
version: 1.0.0 version: 1.0.0
environment: environment:
sdk: '>=2.17.0 <3.0.0' sdk: '>=2.18.0 <3.0.0'
flutter: '>=3.0.0' flutter: '>=3.3.0'
dependencies: dependencies:
flutter: flutter:

2
packages/sort_box/pubspec.yaml

@ -2,7 +2,7 @@ name: sort_box
version: 1.0.0 version: 1.0.0
environment: environment:
sdk: '>=2.17.0 <3.0.0' sdk: '>=2.18.0 <3.0.0'
dev_dependencies: dev_dependencies:
nit_picking: nit_picking:

2
packages/spec_templates/pubspec.yaml

@ -3,7 +3,7 @@ version: 1.0.0
publish_to: 'none' publish_to: 'none'
environment: environment:
sdk: '>=2.17.0 <3.0.0' sdk: '>=2.18.0 <3.0.0'
dependencies: dependencies:
path: ^1.8.1 path: ^1.8.1

Loading…
Cancel
Save