flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
166.23k stars 27.5k forks source link

Flutter web stop working after upgrading to stable 2.8.+ #96368

Closed followthemoney1 closed 2 years ago

followthemoney1 commented 2 years ago

Steps to Reproduce

  1. Execute flutter run on the code sample
  2. ...
  3. ...

Expected results:

Actual results:

Code sample index.html: ` nemesis ` main.dart: ` import 'package:feature_discovery/feature_discovery.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/scheduler.dart'; import 'package:get/get.dart'; import 'package:oktoast/oktoast.dart'; import 'package:sport_news/constants.dart'; import 'package:sport_news/di/initial_binding.dart'; import 'package:sport_news/managers/shared_preference_manager.dart'; import 'package:sport_news/routes.dart'; import 'package:sport_news/style/locale/localization_delegate.dart'; import 'package:sport_news/style/theme/gallery_option.dart'; import 'package:sport_news/style/theme/gallery_theme_data.dart'; void main() async { WidgetsFlutterBinding.ensureInitialized(); runApp( const SportNews(), ); } class SportNews extends StatelessWidget { const SportNews({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return OKToast( dismissOtherOnShow: true, duration: const Duration(seconds: 5), position: ToastPosition.bottom, backgroundColor: NewsThemeData.buttonMainColor.withOpacity(0.8), child: //MARK: the same behaviour with MaterialApp GetMaterialApp( smartManagement: SmartManagement.full, getPages: RouteConfiguration.pages, initialBinding: InitialBinding(), home: Container(), debugShowCheckedModeBanner: false, ), ); } } ` ` name: sport_news description: Related sport news application. publish_to: "none" # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: sdk: ">=2.16.0-80.1.beta <3.0.0" dependencies: flutter: sdk: flutter #assets #firebase #firebase_messaging: ^10.0.0 #firebase_database: 6.1.2 firebase_core: "^1.5.0" cloud_firestore: ^3.1.6 firebase_analytics: ^9.0.5 firebase_auth: ^3.3.5 firebase_storage: "^10.2.5" cloud_functions: "^3.2.5" # firebase_storage_web: ^1.1.1 #firebase_crashlytics: ^0.1.4+1 flare_flutter: ^3.0.2 #widgets step_progress_indicator: ^1.0.2 feature_discovery: ^0.14.1 flutter_staggered_animations: "^1.0.0" equatable: ^2.0.3 #ui \ code #bloc: ^7.0.0 #flutter_bloc: ^7.0.1 auto_size_text: ^3.0.0-nullsafety.0 url_launcher: ^6.0.17 oktoast: ^3.1.5 stream_transform: ^2.0.0 shared_preferences: ^2.0.11 rx_shared_preferences: ^2.3.0 #other flutter_localizations: sdk: flutter cupertino_icons: ^1.0.4 font_awesome_flutter: ^9.2.0 flutter_svg: 1.0.0 # git: # url: https://github.com/dnfield/flutter_svg.git extended_image: ^6.0.1 get: ^4.6.1 flutter_datetime_picker: ^1.5.1 google_sign_in: ^5.2.1 image_picker_web: 2.1.0 webviewx: 0.2.1 measured_size: ^1.0.0 auto_animated: ^3.0.1 flutter_markdown: ^0.6.9 ink_page_indicator: ^0.2.1 clipboard: ^0.1.3 markdown_editable_textinput: ^2.0.2 align_positioned: ^3.0.0 universal_html: ^2.0.8 pointer_interceptor: ^0.9.0+1 rive: ^0.8.1 google_fonts: ^2.2.0 flutter_link_previewer: path: ../flutter_link_previewer # version: ^2.3.0 animated_category: path: ../animated_category floatingpanel: path: ../floatingpanel xlive_switch: path: ../XliveSwitch #robots_txt_processor: ^1.0.0 # dependency_overrides: # google_fonts: ^2.1.0 # http: ^0.13.0 # rive: ^0.7.28 dev_dependencies: flutter_test: sdk: flutter #pedantic: ^1.11.0 #http: ^0.13.3 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/ - assets/icons/ - assets/images/ - assets/drawable/ - assets/animations/ - assets/placeholders/ # 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: # For details regarding fonts from package dependencies, # see https://flutter.dev/custom-fonts/#from-packages ` ``` [ +172 ms] executing: sysctl hw.optional.arm64 [ +32 ms] Exit code 1 from: sysctl hw.optional.arm64 [ ] sysctl: unknown oid 'hw.optional.arm64' [ +13 ms] executing: [/Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +22 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 8f1f9c10f04b8f106d78275e93ceead8ea837d8b [ +1 ms] executing: [/Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/] git tag --points-at 8f1f9c10f04b8f106d78275e93ceead8ea837d8b [ +114 ms] Exit code 0 from: git tag --points-at 8f1f9c10f04b8f106d78275e93ceead8ea837d8b [ ] 2.9.0-0.1.pre [ +11 ms] executing: [/Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/] git rev-parse --abbrev-ref --symbolic @{u} [ +17 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/beta [ ] executing: [/Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/] git ls-remote --get-url origin [ +13 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +133 ms] executing: [/Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/] git rev-parse --abbrev-ref HEAD [ +20 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ +1 ms] beta [ +7 ms] executing: sw_vers -productName [ +23 ms] Exit code 0 from: sw_vers -productName [ ] macOS [ ] executing: sw_vers -productVersion [ +33 ms] Exit code 0 from: sw_vers -productVersion [ ] 12.1 [ ] executing: sw_vers -buildVersion [ +27 ms] Exit code 0 from: sw_vers -buildVersion [ ] 21C52 [ +99 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +6 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +151 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ +1 ms] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ +4 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ +2 ms] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +50 ms] executing: sysctl hw.optional.arm64 [ +19 ms] Exit code 1 from: sysctl hw.optional.arm64 [ +16 ms] sysctl: unknown oid 'hw.optional.arm64' [ +1 ms] executing: xcrun xcodebuild -version [ +230 ms] Exit code 0 from: xcrun xcodebuild -version [ ] Xcode 13.1 Build version 13A1030d [ +91 ms] Skipping pub get: version match. [ +46 ms] Found plugin cloud_firestore at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-3.1.6/ [ +10 ms] Found plugin cloud_firestore_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2.6.6/ [ +4 ms] Found plugin cloud_functions at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.2.5/ [ +4 ms] Found plugin cloud_functions_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4.2.6/ [ +27 ms] Found plugin firebase_analytics at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-9.0.5/ [ +2 ms] Found plugin firebase_analytics_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.4.0+5/ [ +4 ms] Found plugin firebase_auth at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.3.5/ [ +3 ms] Found plugin firebase_auth_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.3.6/ [ +2 ms] Found plugin firebase_core at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.11.0/ [ +3 ms] Found plugin firebase_core_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.5.3/ [ +2 ms] Found plugin firebase_storage at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.2.5/ [ +2 ms] Found plugin firebase_storage_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3.2.6/ [ +27 ms] Found plugin google_sign_in at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.2.1/ [ +2 ms] Found plugin google_sign_in_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.10.0+3/ [ +7 ms] Found plugin image_picker_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/image_picker_web-2.1.0/ [ +19 ms] Found plugin path_provider at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.8/ [ +3 ms] Found plugin path_provider_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_android-2.0.11/ [ +1 ms] Found plugin path_provider_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_ios-2.0.7/ [ ] Found plugin path_provider_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.1.4/ [ +10 ms] Found plugin path_provider_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.4/ [ +4 ms] Found plugin path_provider_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.4/ [ +16 ms] Found plugin shared_preferences at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.11/ [ +1 ms] Found plugin shared_preferences_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_android-2.0.9/ [ ] Found plugin shared_preferences_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios-2.0.8/ [ +1 ms] Found plugin shared_preferences_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.3/ [ +1 ms] Found plugin shared_preferences_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.2/ [ +2 ms] Found plugin shared_preferences_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.2/ [ +1 ms] Found plugin shared_preferences_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.3/ [ +7 ms] Found plugin url_launcher at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.17/ [ +2 ms] Found plugin url_launcher_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_android-6.0.13/ [ ] Found plugin url_launcher_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_ios-6.0.13/ [ +1 ms] Found plugin url_launcher_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.2/ [ ] Found plugin url_launcher_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.2/ [ +1 ms] Found plugin url_launcher_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.5/ [ ] Found plugin url_launcher_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.2/ [ +4 ms] Found plugin webview_flutter at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.8.0/ [ ] Found plugin webview_flutter_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_android-2.8.2/ [ +1 ms] Found plugin webview_flutter_wkwebview at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebview-2.7.1/ [ +52 ms] Found plugin cloud_firestore at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-3.1.6/ [ +1 ms] Found plugin cloud_firestore_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2.6.6/ [ ] Found plugin cloud_functions at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.2.5/ [ +1 ms] Found plugin cloud_functions_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4.2.6/ [ +10 ms] Found plugin firebase_analytics at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-9.0.5/ [ +1 ms] Found plugin firebase_analytics_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.4.0+5/ [ ] Found plugin firebase_auth at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.3.5/ [ +1 ms] Found plugin firebase_auth_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.3.6/ [ +1 ms] Found plugin firebase_core at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.11.0/ [ +2 ms] Found plugin firebase_core_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.5.3/ [ +5 ms] Found plugin firebase_storage at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.2.5/ [ +1 ms] Found plugin firebase_storage_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3.2.6/ [ +6 ms] Found plugin google_sign_in at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.2.1/ [ +2 ms] Found plugin google_sign_in_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.10.0+3/ [ +10 ms] Found plugin image_picker_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/image_picker_web-2.1.0/ [ +14 ms] Found plugin path_provider at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.8/ [ +1 ms] Found plugin path_provider_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_android-2.0.11/ [ +4 ms] Found plugin path_provider_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_ios-2.0.7/ [ +1 ms] Found plugin path_provider_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.1.4/ [ +1 ms] Found plugin path_provider_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.4/ [ +1 ms] Found plugin path_provider_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.4/ [ +22 ms] Found plugin shared_preferences at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.11/ [ +1 ms] Found plugin shared_preferences_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_android-2.0.9/ [ +1 ms] Found plugin shared_preferences_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios-2.0.8/ [ +1 ms] Found plugin shared_preferences_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.3/ [ ] Found plugin shared_preferences_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.2/ [ +1 ms] Found plugin shared_preferences_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.2/ [ +1 ms] Found plugin shared_preferences_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.3/ [ +16 ms] Found plugin url_launcher at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.17/ [ +3 ms] Found plugin url_launcher_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_android-6.0.13/ [ +3 ms] Found plugin url_launcher_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_ios-6.0.13/ [ +2 ms] Found plugin url_launcher_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.2/ [ +1 ms] Found plugin url_launcher_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.2/ [ +1 ms] Found plugin url_launcher_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.5/ [ +1 ms] Found plugin url_launcher_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.2/ [ +6 ms] Found plugin webview_flutter at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.8.0/ [ +1 ms] Found plugin webview_flutter_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_android-2.8.2/ [ +3 ms] Found plugin webview_flutter_wkwebview at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebview-2.7.1/ [ +240 ms] Launching lib/main.dart on Chrome in debug mode... [ +138 ms] Updating assets [ +334 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466. [ +64 ms] Found plugin cloud_firestore at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-3.1.6/ [ +2 ms] Found plugin cloud_firestore_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2.6.6/ [ +2 ms] Found plugin cloud_functions at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.2.5/ [ +3 ms] Found plugin cloud_functions_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4.2.6/ [ +14 ms] Found plugin firebase_analytics at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-9.0.5/ [ +2 ms] Found plugin firebase_analytics_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.4.0+5/ [ +2 ms] Found plugin firebase_auth at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.3.5/ [ +2 ms] Found plugin firebase_auth_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.3.6/ [ +1 ms] Found plugin firebase_core at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.11.0/ [ +1 ms] Found plugin firebase_core_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.5.3/ [ +1 ms] Found plugin firebase_storage at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.2.5/ [ +1 ms] Found plugin firebase_storage_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3.2.6/ [ +8 ms] Found plugin google_sign_in at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.2.1/ [ +3 ms] Found plugin google_sign_in_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.10.0+3/ [ +3 ms] Found plugin image_picker_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/image_picker_web-2.1.0/ [ +9 ms] Found plugin path_provider at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.8/ [ +1 ms] Found plugin path_provider_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_android-2.0.11/ [ +1 ms] Found plugin path_provider_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_ios-2.0.7/ [ +1 ms] Found plugin path_provider_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.1.4/ [ +1 ms] Found plugin path_provider_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.4/ [ +1 ms] Found plugin path_provider_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.4/ [ +32 ms] Found plugin shared_preferences at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.11/ [ +4 ms] Found plugin shared_preferences_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_android-2.0.9/ [ +1 ms] Found plugin shared_preferences_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios-2.0.8/ [ +1 ms] Found plugin shared_preferences_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.3/ [ ] Found plugin shared_preferences_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.2/ [ +2 ms] Found plugin shared_preferences_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.2/ [ +1 ms] Found plugin shared_preferences_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.3/ [ +3 ms] Found plugin url_launcher at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.17/ [ ] Found plugin url_launcher_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_android-6.0.13/ [ +1 ms] Found plugin url_launcher_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_ios-6.0.13/ [ +1 ms] Found plugin url_launcher_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.2/ [ +1 ms] Found plugin url_launcher_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.2/ [ +2 ms] Found plugin url_launcher_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.5/ [ +3 ms] Found plugin url_launcher_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.2/ [ +4 ms] Found plugin webview_flutter at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.8.0/ [ ] Found plugin webview_flutter_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_android-2.8.2/ [ ] Found plugin webview_flutter_wkwebview at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebview-2.7.1/ [ +20 ms] Found plugin cloud_firestore at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-3.1.6/ [ +1 ms] Found plugin cloud_firestore_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2.6.6/ [ ] Found plugin cloud_functions at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.2.5/ [ +1 ms] Found plugin cloud_functions_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4.2.6/ [ +14 ms] Found plugin firebase_analytics at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-9.0.5/ [ +3 ms] Found plugin firebase_analytics_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.4.0+5/ [ ] Found plugin firebase_auth at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.3.5/ [ +1 ms] Found plugin firebase_auth_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.3.6/ [ ] Found plugin firebase_core at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.11.0/ [ ] Found plugin firebase_core_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.5.3/ [ ] Found plugin firebase_storage at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.2.5/ [ +1 ms] Found plugin firebase_storage_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3.2.6/ [ +6 ms] Found plugin google_sign_in at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.2.1/ [ +2 ms] Found plugin google_sign_in_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.10.0+3/ [ +2 ms] Found plugin image_picker_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/image_picker_web-2.1.0/ [ +6 ms] Found plugin path_provider at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.8/ [ ] Found plugin path_provider_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_android-2.0.11/ [ ] Found plugin path_provider_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_ios-2.0.7/ [ ] Found plugin path_provider_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.1.4/ [ ] Found plugin path_provider_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.4/ [ +1 ms] Found plugin path_provider_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.4/ [ +7 ms] Found plugin shared_preferences at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.11/ [ ] Found plugin shared_preferences_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_android-2.0.9/ [ ] Found plugin shared_preferences_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios-2.0.8/ [ ] Found plugin shared_preferences_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.3/ [ ] Found plugin shared_preferences_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.2/ [ ] Found plugin shared_preferences_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.2/ [ ] Found plugin shared_preferences_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.3/ [ +5 ms] Found plugin url_launcher at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.17/ [ ] Found plugin url_launcher_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_android-6.0.13/ [ +1 ms] Found plugin url_launcher_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_ios-6.0.13/ [ +1 ms] Found plugin url_launcher_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.2/ [ ] Found plugin url_launcher_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.2/ [ +1 ms] Found plugin url_launcher_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.5/ [ ] Found plugin url_launcher_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.2/ [ +1 ms] Found plugin webview_flutter at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.8.0/ [ +2 ms] Found plugin webview_flutter_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_android-2.8.2/ [ +1 ms] Found plugin webview_flutter_wkwebview at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebview-2.7.1/ [ +132 ms] <- reset [ +28 ms] /Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/bin/cache/flutter_web_sdk/ --incremental --target=dartdevc --debugger-module-names --experimental-emit-debug-metadata -Dflutter.inspector.structuredErrors=true -DFLUTTER_WEB_AUTO_DETECT=true --output-dill /var/folders/vy/v16l0g5x2mx_yzpk5yg3mhlc0000gn/T/flutter_tools.WOylGt/flutter_tool.n6qvIF/app.dill --libraries-spec file:///Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/bin/cache/flutter_web_sdk/libraries.json --packages /Users/dmitrydyachenko/Desktop/git/site/nemesis/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-root /var/folders/vy/v16l0g5x2mx_yzpk5yg3mhlc0000gn/T/flutter_tools.WOylGt/flutter_tools.gtsliq --filesystem-scheme org-dartlang-app --initialize-from-dill build/9da3ff2a5297e0c47025236ff84e71f4.cache.dill.track.dill --platform file:///Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/bin/cache/flutter_web_sdk/kernel/flutter_ddc_sdk_sound.dill --sound-null-safety [ +13 ms] <- compile org-dartlang-app:/web_entrypoint.dart [+38145 ms] Unhandled exception: [ +2 ms] Invalid argument(s): Expected a library reference to be valid but was `null`. [ ] #0 BinaryPrinter.writeLibraryReference (package:kernel/binary/ast_to_binary.dart:987:7) [ ] #1 BinaryPrinter.writeLibraryDependency (package:kernel/binary/ast_to_binary.dart:1129:5) [ ] #2 BinaryPrinter.writeLibraryDependencies (package:kernel/binary/ast_to_binary.dart:1111:7) [ ] #3 BinaryPrinter.visitLibrary (package:kernel/binary/ast_to_binary.dart:1051:5) [ ] #4 Library.accept (package:kernel/ast.dart:557:38) [ ] #5 BinaryPrinter.writeLibraryNode (package:kernel/binary/ast_to_binary.dart:451:10) [ ] #6 BinaryPrinter.writeLibraries (package:kernel/binary/ast_to_binary.dart:756:9) [ ] #7 BinaryPrinter.writeComponentFile. (package:kernel/binary/ast_to_binary.dart:595:7) [ ] #8 Timeline.timeSync (dart:developer/timeline.dart:163:22) [ ] #9 BinaryPrinter.writeComponentFile (package:kernel/binary/ast_to_binary.dart:577:14) [ ] #10 IncrementalSerializer.serialize (package:front_end/src/fasta/incremental_serializer.dart:308:13) [ ] #11 IncrementalSerializer.writePackagesToSinkAndTrimComponent (package:front_end/src/fasta/incremental_serializer.dart:158:24) [ ] #12 FrontendCompiler.writeDillFile (package:frontend_server/frontend_server.dart:695:29) [ ] #13 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:572:13) [ ] [ ] #14 listenAndCompile. (package:frontend_server/frontend_server.dart:1150:11) [ ] the Dart compiler exited unexpectedly. Exited (sigterm) [ ] Failed to compile application. [ +6 ms] #0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3) #1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:586:9) #2 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1161:27) #3 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #4 CommandRunner.runCommand #5 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:281:9) #6 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #7 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5) #8 run.. (package:flutter_tools/runner.dart:62:9) #9 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #10 main (package:flutter_tools/executable.dart:94:3) ```
Logs ``` Dmitrys-MacBook-Pro:nemesis dmitrydyachenko$ flutter run --verbose [ +148 ms] executing: sysctl hw.optional.arm64 [ +28 ms] Exit code 1 from: sysctl hw.optional.arm64 [ +1 ms] sysctl: unknown oid 'hw.optional.arm64' [ +13 ms] executing: [/Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +33 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ +1 ms] 8f1f9c10f04b8f106d78275e93ceead8ea837d8b [ +1 ms] executing: [/Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/] git tag --points-at 8f1f9c10f04b8f106d78275e93ceead8ea837d8b [ +111 ms] Exit code 0 from: git tag --points-at 8f1f9c10f04b8f106d78275e93ceead8ea837d8b [ ] 2.9.0-0.1.pre [ +10 ms] executing: [/Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/] git rev-parse --abbrev-ref --symbolic @{u} [ +14 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/beta [ ] executing: [/Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/] git ls-remote --get-url origin [ +18 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +141 ms] executing: [/Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/] git rev-parse --abbrev-ref HEAD [ +15 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] beta [ +6 ms] executing: sw_vers -productName [ +21 ms] Exit code 0 from: sw_vers -productName [ ] macOS [ ] executing: sw_vers -productVersion [ +16 ms] Exit code 0 from: sw_vers -productVersion [ ] 12.1 [ ] executing: sw_vers -buildVersion [ +15 ms] Exit code 0 from: sw_vers -buildVersion [ ] 21C52 [ +66 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +5 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +53 ms] executing: /Users/dmitrydyachenko/Library/Android/sdk/platform-tools/adb devices -l [ +13 ms] executing: sysctl hw.optional.arm64 [ +4 ms] Exit code 1 from: sysctl hw.optional.arm64 [ ] sysctl: unknown oid 'hw.optional.arm64' [ ] executing: xcrun xcodebuild -version [ +208 ms] Exit code 0 from: xcrun xcodebuild -version [ ] Xcode 13.1 Build version 13A1030d [ +2 ms] executing: xcrun xcdevice list --timeout 2 [ +4 ms] xcrun simctl list --json devices [ ] executing: xcrun simctl list --json devices [ +7 ms] executing: xcrun simctl list [ +118 ms] Exit code 0 from: xcrun simctl list [ +1 ms] == Device Types == iPhone 4s (com.apple.CoreSimulator.SimDeviceType.iPhone-4s) iPhone 5 (com.apple.CoreSimulator.SimDeviceType.iPhone-5) iPhone 5s (com.apple.CoreSimulator.SimDeviceType.iPhone-5s) iPhone 6 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus) iPhone 6 (com.apple.CoreSimulator.SimDeviceType.iPhone-6) iPhone 6s (com.apple.CoreSimulator.SimDeviceType.iPhone-6s) iPhone 6s Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus) iPhone SE (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE) iPhone 7 (com.apple.CoreSimulator.SimDeviceType.iPhone-7) iPhone 7 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus) iPhone 8 (com.apple.CoreSimulator.SimDeviceType.iPhone-8) iPhone 8 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus) iPhone X (com.apple.CoreSimulator.SimDeviceType.iPhone-X) iPhone Xs (com.apple.CoreSimulator.SimDeviceType.iPhone-XS) iPhone Xs Max (com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max) iPhone Xʀ (com.apple.CoreSimulator.SimDeviceType.iPhone-XR) iPhone 11 (com.apple.CoreSimulator.SimDeviceType.iPhone-11) iPhone 11 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro) iPhone 11 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max) iPhone SE (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-) iPhone 12 mini (com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini) iPhone 12 (com.apple.CoreSimulator.SimDeviceType.iPhone-12) iPhone 12 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro) iPhone 12 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max) iPhone 13 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro) iPhone 13 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max) iPhone 13 mini (com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini) iPhone 13 (com.apple.CoreSimulator.SimDeviceType.iPhone-13) iPod touch (7th generation) (com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-) iPad 2 (com.apple.CoreSimulator.SimDeviceType.iPad-2) iPad Retina (com.apple.CoreSimulator.SimDeviceType.iPad-Retina) iPad Air (com.apple.CoreSimulator.SimDeviceType.iPad-Air) iPad mini 2 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-2) iPad mini 3 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-3) iPad mini 4 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-4) iPad Air 2 (com.apple.CoreSimulator.SimDeviceType.iPad-Air-2) iPad Pro (9.7-inch) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-) iPad Pro (12.9-inch) (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro) iPad (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-) iPad Pro (12.9-inch) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-gene ration-) iPad Pro (10.5-inch) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-) iPad (6th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-) iPad (7th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-) iPad Pro (11-inch) (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-) iPad Pro (12.9-inch) (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-gene ration-) iPad Pro (11-inch) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-genera tion-) iPad Pro (12.9-inch) (4th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-gene ration-) iPad mini (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-) iPad Air (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-) iPad (8th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-) iPad (9th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation) iPad Air (4th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-) iPad Pro (11-inch) (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generatio n) iPad Pro (12.9-inch) (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generat ion) iPad mini (6th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation) Apple TV (com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p) Apple TV 4K (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K) Apple TV 4K (at 1080p) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p) Apple TV 4K (2nd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K) Apple TV 4K (at 1080p) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-108 0p) Apple Watch - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm) Apple Watch - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm) Apple Watch Series 2 - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-38mm) Apple Watch Series 2 - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-42mm) Apple Watch Series 3 - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-38mm) Apple Watch Series 3 - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-42mm) Apple Watch Series 4 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm) Apple Watch Series 4 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm) Apple Watch Series 5 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm) Apple Watch Series 5 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm) Apple Watch SE - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm) Apple Watch SE - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm) Apple Watch Series 6 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm) Apple Watch Series 6 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm) Apple Watch Series 7 - 41mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm) Apple Watch Series 7 - 45mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm) == Runtimes == iOS 15.0 (15.0 - 19A339) - com.apple.CoreSimulator.SimRuntime.iOS-15-0 tvOS 15.0 (15.0 - 19J344) - com.apple.CoreSimulator.SimRuntime.tvOS-15-0 watchOS 8.0 (8.0 - 19R345) - com.apple.CoreSimulator.SimRuntime.watchOS-8-0 == Devices == -- iOS 15.0 -- iPhone 8 (42A8D8F0-C943-4735-BF41-A4EFD409272F) (Shutdown) iPhone 8 Plus (B32A739A-ABD0-440D-A79C-011CEEADC2D7) (Shutdown) iPhone 11 (7D08CE4B-45BC-4BF7-A291-F2EEDE0582A0) (Shutdown) iPhone 11 Pro (823A746F-E9AC-4AD3-89CF-9FC994AE2F56) (Shutdown) iPhone 11 Pro Max (2963FBAA-B4A3-4E4E-9F39-BE58EC18E5AC) (Shutdown) iPhone SE (2nd generation) (100BB95C-E97C-480A-8A44-3280E51B23AE) (Shutdown) iPhone 12 mini (40CB6077-1419-4536-B5FC-F995EFCCB381) (Shutdown) iPhone 12 (97D9E396-1517-474E-BF1F-81414BD4A753) (Shutdown) iPhone 12 Pro (D67723F2-0EA4-4DC5-9637-7CE94A2B951E) (Shutdown) iPhone 12 Pro Max (29EFAD97-5DBE-427F-964B-714AE6776A96) (Shutdown) iPhone 13 Pro (793B8ACB-7ED8-4CF5-9ADB-29E72A23620B) (Shutdown) iPhone 13 Pro Max (36962D56-4D3D-4310-8B65-C8E65FD7F295) (Shutdown) iPhone 13 mini (50FB3E5C-4739-41CB-B94A-AD61F4DEA907) (Shutdown) iPhone 13 (6EB342A9-8F3B-4D5F-BA80-6BEABAEF6CC4) (Shutdown) iPod touch (7th generation) (315A9DC0-C6E9-4739-A6E2-CA1EB2563D7D) (Shutdown) iPad Pro (9.7-inch) (FB932FEB-8F8E-4D0F-998D-D54591C49640) (Shutdown) iPad (9th generation) (E6820DC9-4C19-4A9B-B466-2100ED95EE53) (Shutdown) iPad Air (4th generation) (FC0D646C-0BF1-490D-9B3A-79337C5BB0D1) (Shutdown) iPad Pro (11-inch) (3rd generation) (A9A79B55-4A55-4D89-BAFB-EA815ABF9FAD) (Shutdown) iPad Pro (12.9-inch) (5th generation) (FB40C66C-7857-4D5A-AF3C-7F2BE3ED9B55) (Shutdown) iPad mini (6th generation) (B96655A3-440D-479F-B45C-1422BA0AF441) (Shutdown) -- tvOS 15.0 -- Apple TV (F6746E80-6C2D-46E1-978E-08BBF5A7C6EC) (Shutdown) Apple TV 4K (2nd generation) (934CF3E2-6069-4F4C-819A-AF11D274BD47) (Shutdown) Apple TV 4K (at 1080p) (2nd generation) (53D581BB-FBD7-4DDA-894F-A48B6435F952) (Shutdown) -- watchOS 8.0 -- Apple Watch Series 5 - 40mm (9974166F-C9AA-4BF9-8DFF-D22A72D0625D) (Shutdown) Apple Watch Series 5 - 44mm (557651B9-AE43-4BBD-A397-FF330565EED3) (Shutdown) Apple Watch Series 6 - 40mm (283EA0EE-113F-41C5-9FD7-772A7581BB50) (Shutdown) Apple Watch Series 6 - 44mm (035F369E-967C-4EB2-A748-4CD0057EE8EF) (Shutdown) Apple Watch Series 7 - 41mm (02B66DEC-83E3-4EEE-BDA4-6105E94B68F5) (Shutdown) Apple Watch Series 7 - 45mm (FC360299-6665-45B6-9F29-77034EAC6102) (Shutdown) == Device Pairs == F2648D58-3A12-486F-B259-709CB1F2C772 (active, disconnected) Watch: Apple Watch Series 5 - 40mm (9974166F-C9AA-4BF9-8DFF-D22A72D0625D) (Shutdown) Phone: iPhone 12 Pro (D67723F2-0EA4-4DC5-9637-7CE94A2B951E) (Shutdown) 68CCA0FA-C29E-4B8E-B080-CAF652EE9A00 (active, disconnected) Watch: Apple Watch Series 5 - 44mm (557651B9-AE43-4BBD-A397-FF330565EED3) (Shutdown) Phone: iPhone 12 Pro Max (29EFAD97-5DBE-427F-964B-714AE6776A96) (Shutdown) AC60AE6E-7E68-4004-960F-5BF7CFC36663 (active, disconnected) Watch: Apple Watch Series 6 - 40mm (283EA0EE-113F-41C5-9FD7-772A7581BB50) (Shutdown) Phone: iPhone 13 Pro (793B8ACB-7ED8-4CF5-9ADB-29E72A23620B) (Shutdown) 12072981-0BB9-4ED0-AFF8-CB0E97418FCA (active, disconnected) Watch: Apple Watch Series 6 - 44mm (035F369E-967C-4EB2-A748-4CD0057EE8EF) (Shutdown) Phone: iPhone 13 Pro Max (36962D56-4D3D-4310-8B65-C8E65FD7F295) (Shutdown) 015F8720-2087-4609-9E4E-A95C21BE4198 (active, disconnected) Watch: Apple Watch Series 7 - 41mm (02B66DEC-83E3-4EEE-BDA4-6105E94B68F5) (Shutdown) Phone: iPhone 13 mini (50FB3E5C-4739-41CB-B94A-AD61F4DEA907) (Shutdown) A683F4C0-6FB8-4308-9B2F-74F957846CB2 (active, disconnected) Watch: Apple Watch Series 7 - 45mm (FC360299-6665-45B6-9F29-77034EAC6102) (Shutdown) Phone: iPhone 13 (6EB342A9-8F3B-4D5F-BA80-6BEABAEF6CC4) (Shutdown) [ +75 ms] List of devices attached [ +104 ms] { "devices" : { "com.apple.CoreSimulator.SimRuntime.tvOS-15-0" : [ { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/F6746E80-6C2D-46E1-978E-08BBF5A7C 6EC\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/F6746E80-6C2D-46E1-978E-08BBF5A7C6EC", "udid" : "F6746E80-6C2D-46E1-978E-08BBF5A7C6EC", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080 p", "state" : "Shutdown", "name" : "Apple TV" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/934CF3E2-6069-4F4C-819A-AF11D274B D47\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/934CF3E2-6069-4F4C-819A-AF11D274BD47", "udid" : "934CF3E2-6069-4F4C-819A-AF11D274BD47", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2 nd-generation-4K", "state" : "Shutdown", "name" : "Apple TV 4K (2nd generation)" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/53D581BB-FBD7-4DDA-894F-A48B6435F 952\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/53D581BB-FBD7-4DDA-894F-A48B6435F952", "udid" : "53D581BB-FBD7-4DDA-894F-A48B6435F952", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2 nd-generation-1080p", "state" : "Shutdown", "name" : "Apple TV 4K (at 1080p) (2nd generation)" } ], "com.apple.CoreSimulator.SimRuntime.watchOS-8-0" : [ { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/9974166F-C9AA-4BF9-8DFF-D22A72D06 25D\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/9974166F-C9AA-4BF9-8DFF-D22A72D0625D", "udid" : "9974166F-C9AA-4BF9-8DFF-D22A72D0625D", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S eries-5-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 40mm" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/557651B9-AE43-4BBD-A397-FF330565E ED3\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/557651B9-AE43-4BBD-A397-FF330565EED3", "udid" : "557651B9-AE43-4BBD-A397-FF330565EED3", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S eries-5-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 44mm" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/283EA0EE-113F-41C5-9FD7-772A7581B B50\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/283EA0EE-113F-41C5-9FD7-772A7581BB50", "udid" : "283EA0EE-113F-41C5-9FD7-772A7581BB50", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S eries-6-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 40mm" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/035F369E-967C-4EB2-A748-4CD0057EE 8EF\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/035F369E-967C-4EB2-A748-4CD0057EE8EF", "udid" : "035F369E-967C-4EB2-A748-4CD0057EE8EF", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S eries-6-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 44mm" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/02B66DEC-83E3-4EEE-BDA4-6105E94B6 8F5\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/02B66DEC-83E3-4EEE-BDA4-6105E94B68F5", "udid" : "02B66DEC-83E3-4EEE-BDA4-6105E94B68F5", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S eries-7-41mm", "state" : "Shutdown", "name" : "Apple Watch Series 7 - 41mm" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/FC360299-6665-45B6-9F29-77034EAC6 102\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/FC360299-6665-45B6-9F29-77034EAC6102", "udid" : "FC360299-6665-45B6-9F29-77034EAC6102", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S eries-7-45mm", "state" : "Shutdown", "name" : "Apple Watch Series 7 - 45mm" } ], "com.apple.CoreSimulator.SimRuntime.iOS-15-0" : [ { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/42A8D8F0-C943-4735-BF41-A4EFD4092 72F\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/42A8D8F0-C943-4735-BF41-A4EFD409272F", "udid" : "42A8D8F0-C943-4735-BF41-A4EFD409272F", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", "state" : "Shutdown", "name" : "iPhone 8" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/B32A739A-ABD0-440D-A79C-011CEEADC 2D7\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/B32A739A-ABD0-440D-A79C-011CEEADC2D7", "udid" : "B32A739A-ABD0-440D-A79C-011CEEADC2D7", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus ", "state" : "Shutdown", "name" : "iPhone 8 Plus" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/7D08CE4B-45BC-4BF7-A291-F2EEDE058 2A0\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/7D08CE4B-45BC-4BF7-A291-F2EEDE0582A0", "udid" : "7D08CE4B-45BC-4BF7-A291-F2EEDE0582A0", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", "state" : "Shutdown", "name" : "iPhone 11" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/823A746F-E9AC-4AD3-89CF-9FC994AE2 F56\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/823A746F-E9AC-4AD3-89CF-9FC994AE2F56", "udid" : "823A746F-E9AC-4AD3-89CF-9FC994AE2F56", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro ", "state" : "Shutdown", "name" : "iPhone 11 Pro" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/2963FBAA-B4A3-4E4E-9F39-BE58EC18E 5AC\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/2963FBAA-B4A3-4E4E-9F39-BE58EC18E5AC", "udid" : "2963FBAA-B4A3-4E4E-9F39-BE58EC18E5AC", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro -Max", "state" : "Shutdown", "name" : "iPhone 11 Pro Max" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/100BB95C-E97C-480A-8A44-3280E51B2 3AE\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/100BB95C-E97C-480A-8A44-3280E51B23AE", "udid" : "100BB95C-E97C-480A-8A44-3280E51B23AE", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2n d-generation-", "state" : "Shutdown", "name" : "iPhone SE (2nd generation)" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/40CB6077-1419-4536-B5FC-F995EFCCB 381\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/40CB6077-1419-4536-B5FC-F995EFCCB381", "udid" : "40CB6077-1419-4536-B5FC-F995EFCCB381", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-min i", "state" : "Shutdown", "name" : "iPhone 12 mini" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/97D9E396-1517-474E-BF1F-81414BD4A 753\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/97D9E396-1517-474E-BF1F-81414BD4A753", "udid" : "97D9E396-1517-474E-BF1F-81414BD4A753", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12", "state" : "Shutdown", "name" : "iPhone 12" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/D67723F2-0EA4-4DC5-9637-7CE94A2B9 51E\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/D67723F2-0EA4-4DC5-9637-7CE94A2B951E", "udid" : "D67723F2-0EA4-4DC5-9637-7CE94A2B951E", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro ", "state" : "Shutdown", "name" : "iPhone 12 Pro" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/29EFAD97-5DBE-427F-964B-714AE6776 A96\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/29EFAD97-5DBE-427F-964B-714AE6776A96", "udid" : "29EFAD97-5DBE-427F-964B-714AE6776A96", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro -Max", "state" : "Shutdown", "name" : "iPhone 12 Pro Max" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/793B8ACB-7ED8-4CF5-9ADB-29E72A236 20B\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/793B8ACB-7ED8-4CF5-9ADB-29E72A23620B", "udid" : "793B8ACB-7ED8-4CF5-9ADB-29E72A23620B", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro ", "state" : "Shutdown", "name" : "iPhone 13 Pro" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/36962D56-4D3D-4310-8B65-C8E65FD7F 295\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/36962D56-4D3D-4310-8B65-C8E65FD7F295", "udid" : "36962D56-4D3D-4310-8B65-C8E65FD7F295", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro -Max", "state" : "Shutdown", "name" : "iPhone 13 Pro Max" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/50FB3E5C-4739-41CB-B94A-AD61F4DEA 907\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/50FB3E5C-4739-41CB-B94A-AD61F4DEA907", "udid" : "50FB3E5C-4739-41CB-B94A-AD61F4DEA907", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-min i", "state" : "Shutdown", "name" : "iPhone 13 mini" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/6EB342A9-8F3B-4D5F-BA80-6BEABAEF6 CC4\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/6EB342A9-8F3B-4D5F-BA80-6BEABAEF6CC4", "udid" : "6EB342A9-8F3B-4D5F-BA80-6BEABAEF6CC4", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13", "state" : "Shutdown", "name" : "iPhone 13" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/315A9DC0-C6E9-4739-A6E2-CA1EB2563 D7D\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/315A9DC0-C6E9-4739-A6E2-CA1EB2563D7D", "udid" : "315A9DC0-C6E9-4739-A6E2-CA1EB2563D7D", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7 th-generation-", "state" : "Shutdown", "name" : "iPod touch (7th generation)" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/FB932FEB-8F8E-4D0F-998D-D54591C49 640\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/FB932FEB-8F8E-4D0F-998D-D54591C49640", "udid" : "FB932FEB-8F8E-4D0F-998D-D54591C49640", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7 -inch-", "state" : "Shutdown", "name" : "iPad Pro (9.7-inch)" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/E6820DC9-4C19-4A9B-B466-2100ED95E E53\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/E6820DC9-4C19-4A9B-B466-2100ED95EE53", "udid" : "E6820DC9-4C19-4A9B-B466-2100ED95EE53", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-gene ration", "state" : "Shutdown", "name" : "iPad (9th generation)" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/FC0D646C-0BF1-490D-9B3A-79337C5BB 0D1\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/FC0D646C-0BF1-490D-9B3A-79337C5BB0D1", "udid" : "FC0D646C-0BF1-490D-9B3A-79337C5BB0D1", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th -generation-", "state" : "Shutdown", "name" : "iPad Air (4th generation)" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/A9A79B55-4A55-4D89-BAFB-EA815ABF9 FAD\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/A9A79B55-4A55-4D89-BAFB-EA815ABF9FAD", "udid" : "A9A79B55-4A55-4D89-BAFB-EA815ABF9FAD", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-i nch-3rd-generation", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (3rd generation)" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/FB40C66C-7857-4D5A-AF3C-7F2BE3ED9 B55\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/FB40C66C-7857-4D5A-AF3C-7F2BE3ED9B55", "udid" : "FB40C66C-7857-4D5A-AF3C-7F2BE3ED9B55", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9 -inch-5th-generation", "state" : "Shutdown", "name" : "iPad Pro (12.9-inch) (5th generation)" }, { "dataPath" : "\/Users\/dmitrydyachenko\/Library\/Developer\/CoreS imulator\/Devices\/B96655A3-440D-479F-B45C-1422BA0AF 441\/data", "logPath" : "\/Users\/dmitrydyachenko\/Library\/Logs\/CoreSimula tor\/B96655A3-440D-479F-B45C-1422BA0AF441", "udid" : "B96655A3-440D-479F-B45C-1422BA0AF441", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th -generation", "state" : "Shutdown", "name" : "iPad mini (6th generation)" } ] } } [+3125 ms] [ { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPod9,1", "identifier" : "315A9DC0-C6E9-4739-A6E2-CA1EB2563D7D", "architecture" : "x86_64", "modelUTI" : "com.apple.ipod-touch-7-2", "modelName" : "iPod touch (7th generation)", "name" : "iPod touch (7th generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,1", "identifier" : "7D08CE4B-45BC-4BF7-A291-F2EEDE0582A0", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-11-1", "modelName" : "iPhone 11", "name" : "iPhone 11" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,8", "identifier" : "100BB95C-E97C-480A-8A44-3280E51B23AE", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-se-1", "modelName" : "iPhone SE (2nd generation)", "name" : "iPhone SE (2nd generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad12,2", "identifier" : "E6820DC9-4C19-4A9B-B466-2100ED95EE53", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-9-wwan-1", "modelName" : "iPad (9th generation)", "name" : "iPad (9th generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19J344)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV11,1", "identifier" : "934CF3E2-6069-4F4C-819A-AF11D274BD47", "architecture" : "x86_64", "modelUTI" : "com.apple.apple-tv-4k-2nd", "modelName" : "Apple TV 4K (2nd generation)", "name" : "Apple TV 4K (2nd generation)" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R345)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,1", "identifier" : "283EA0EE-113F-41C5-9FD7-772A7581BB50", "architecture" : "x86_64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 - 40mm", "name" : "Apple Watch Series 6 - 40mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,2", "identifier" : "FC0D646C-0BF1-490D-9B3A-79337C5BB0D1", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-air4-1", "modelName" : "iPad Air (4th generation)", "name" : "iPad Air (4th generation)" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R345)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,6", "identifier" : "02B66DEC-83E3-4EEE-BDA4-6105E94B68F5", "architecture" : "x86_64", "modelUTI" : "com.apple.watch-series7-1", "modelName" : "Apple Watch Series 7 - 41mm", "name" : "Apple Watch Series 7 - 41mm" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R345)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,2", "identifier" : "035F369E-967C-4EB2-A748-4CD0057EE8EF", "architecture" : "x86_64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 - 44mm", "name" : "Apple Watch Series 6 - 44mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad14,1", "identifier" : "B96655A3-440D-479F-B45C-1422BA0AF441", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-mini6-1", "modelName" : "iPad mini (6th generation)", "name" : "iPad mini (6th generation)" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R345)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,9", "identifier" : "FC360299-6665-45B6-9F29-77034EAC6102", "architecture" : "x86_64", "modelUTI" : "com.apple.watch-series7-1", "modelName" : "Apple Watch Series 7 - 45mm", "name" : "Apple Watch Series 7 - 45mm" }, { "modelCode" : "iPad13,4", "simulator" : false, "modelName" : "iPad Pro (11-inch) (3rd generation)", "error" : { "code" : -13, "failureReason" : "", "underlyingErrors" : [ { "code" : 3, "failureReason" : "", "description" : "iPad (9) is locked.", "recoverySuggestion" : "To use iPad (9) with Xcode, unlock it.", "domain" : "DVTDeviceIneligibilityErrorDomain" } ], "description" : "iPad (9) is not connected", "recoverySuggestion" : "Xcode will continue when iPad (9) is connected.", "domain" : "com.apple.platform.iphoneos" }, "operatingSystemVersion" : "15.1 (19B74)", "identifier" : "00008103-000C15E40A79001E", "platform" : "com.apple.platform.iphoneos", "architecture" : "arm64e", "interface" : "usb", "available" : false, "name" : "iPad (9)", "modelUTI" : "com.apple.ipad-pro-11-3rd-2" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19J344)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV11,1", "identifier" : "53D581BB-FBD7-4DDA-894F-A48B6435F952", "architecture" : "x86_64", "modelUTI" : "com.apple.apple-tv-4k-2nd", "modelName" : "Apple TV 4K (at 1080p) (2nd generation)", "name" : "Apple TV 4K (at 1080p) (2nd generation)" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R345)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,3", "identifier" : "9974166F-C9AA-4BF9-8DFF-D22A72D0625D", "architecture" : "x86_64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 - 40mm", "name" : "Apple Watch Series 5 - 40mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19J344)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV5,3", "identifier" : "F6746E80-6C2D-46E1-978E-08BBF5A7C6EC", "architecture" : "x86_64", "modelUTI" : "com.apple.apple-tv-4", "modelName" : "Apple TV", "name" : "Apple TV" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,4", "identifier" : "29EFAD97-5DBE-427F-964B-714AE6776A96", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-12-pro-max-1", "modelName" : "iPhone 12 Pro Max", "name" : "iPhone 12 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,2", "identifier" : "793B8ACB-7ED8-4CF5-9ADB-29E72A23620B", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-13-pro-1", "modelName" : "iPhone 13 Pro", "name" : "iPhone 13 Pro" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,3", "identifier" : "36962D56-4D3D-4310-8B65-C8E65FD7F295", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-13-pro-max-1", "modelName" : "iPhone 13 Pro Max", "name" : "iPhone 13 Pro Max" }, { "simulator" : false, "operatingSystemVersion" : "12.1 (21C52)", "interface" : "usb", "available" : true, "platform" : "com.apple.platform.macosx", "modelCode" : "MacBookPro14,2", "identifier" : "3542E23F-5756-5069-BC46-1AEE7CAB1256", "architecture" : "x86_64h", "modelUTI" : "com.apple.macbookpro-13-retina-touchid-2017", "modelName" : "MacBook Pro", "name" : "My Mac" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,5", "identifier" : "6EB342A9-8F3B-4D5F-BA80-6BEABAEF6CC4", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-13-1", "modelName" : "iPhone 13", "name" : "iPhone 13" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,5", "identifier" : "2963FBAA-B4A3-4E4E-9F39-BE58EC18E5AC", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-11-pro-max-1", "modelName" : "iPhone 11 Pro Max", "name" : "iPhone 11 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,5", "identifier" : "B32A739A-ABD0-440D-A79C-011CEEADC2D7", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-8-plus-2", "modelName" : "iPhone 8 Plus", "name" : "iPhone 8 Plus" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,2", "identifier" : "97D9E396-1517-474E-BF1F-81414BD4A753", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-12-1", "modelName" : "iPhone 12", "name" : "iPhone 12" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad6,4", "identifier" : "FB932FEB-8F8E-4D0F-998D-D54591C49640", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba", "modelName" : "iPad Pro (9.7-inch)", "name" : "iPad Pro (9.7-inch)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,5", "identifier" : "A9A79B55-4A55-4D89-BAFB-EA815ABF9FAD", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-11-3rd-1", "modelName" : "iPad Pro (11-inch) (3rd generation)", "name" : "iPad Pro (11-inch) (3rd generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,3", "identifier" : "D67723F2-0EA4-4DC5-9637-7CE94A2B951E", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-12-pro-1", "modelName" : "iPhone 12 Pro", "name" : "iPhone 12 Pro" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,10", "identifier" : "FB40C66C-7857-4D5A-AF3C-7F2BE3ED9B55", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-12point9-5th-1", "modelName" : "iPad Pro (12.9-inch) (5th generation)", "name" : "iPad Pro (12.9-inch) (5th generation)" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R345)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,4", "identifier" : "557651B9-AE43-4BBD-A397-FF330565EED3", "architecture" : "x86_64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 - 44mm", "name" : "Apple Watch Series 5 - 44mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,4", "identifier" : "42A8D8F0-C943-4735-BF41-A4EFD409272F", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-8-2", "modelName" : "iPhone 8", "name" : "iPhone 8" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,4", "identifier" : "50FB3E5C-4739-41CB-B94A-AD61F4DEA907", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-13-mini-1", "modelName" : "iPhone 13 mini", "name" : "iPhone 13 mini" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,1", "identifier" : "40CB6077-1419-4536-B5FC-F995EFCCB381", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-12-mini-1", "modelName" : "iPhone 12 mini", "name" : "iPhone 12 mini" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,3", "identifier" : "823A746F-E9AC-4AD3-89CF-9FC994AE2F56", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-11-pro-1", "modelName" : "iPhone 11 Pro", "name" : "iPhone 11 Pro" } ] [ +5 ms] Error: iPad (9) is not connected. Xcode will continue when iPad (9) is connected. (code -13) [ +6 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update. [ +3 ms] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +98 ms] Skipping pub get: version match. [ +44 ms] Found plugin cloud_firestore at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-3.1.6/ [ +12 ms] Found plugin cloud_firestore_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2. 6.6/ [ +4 ms] Found plugin cloud_functions at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.2.5/ [ +5 ms] Found plugin cloud_functions_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4. 2.6/ [ +30 ms] Found plugin firebase_analytics at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-9.0 .5/ [ +5 ms] Found plugin firebase_analytics_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web -0.4.0+5/ [ +3 ms] Found plugin firebase_auth at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.3.5/ [ +6 ms] Found plugin firebase_auth_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.3. 6/ [ +2 ms] Found plugin firebase_core at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.11.0/ [ +4 ms] Found plugin firebase_core_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.5. 3/ [ +2 ms] Found plugin firebase_storage at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.2. 5/ [ +4 ms] Found plugin firebase_storage_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3 .2.6/ [ +28 ms] Found plugin google_sign_in at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.2.1/ [ +6 ms] Found plugin google_sign_in_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.1 0.0+3/ [ +12 ms] Found plugin image_picker_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/image_picker_web-2.1.0 / [ +34 ms] Found plugin path_provider at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.8/ [ +3 ms] Found plugin path_provider_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_android- 2.0.11/ [ +2 ms] Found plugin path_provider_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_ios-2.0. 7/ [ +2 ms] Found plugin path_provider_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2. 1.4/ [ +3 ms] Found plugin path_provider_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2. 0.4/ [ +3 ms] Found plugin path_provider_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_windows- 2.0.4/ [ +22 ms] Found plugin shared_preferences at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0 .11/ [ +3 ms] Found plugin shared_preferences_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_and roid-2.0.9/ [ +2 ms] Found plugin shared_preferences_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios -2.0.8/ [ +1 ms] Found plugin shared_preferences_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_lin ux-2.0.3/ [ +1 ms] Found plugin shared_preferences_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_mac os-2.0.2/ [ +3 ms] Found plugin shared_preferences_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web -2.0.2/ [ +2 ms] Found plugin shared_preferences_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_win dows-2.0.3/ [ +17 ms] Found plugin url_launcher at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.17/ [ +2 ms] Found plugin url_launcher_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_android-6 .0.13/ [ +2 ms] Found plugin url_launcher_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_ios-6.0.1 3/ [ +2 ms] Found plugin url_launcher_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0 .2/ [ +2 ms] Found plugin url_launcher_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0 .2/ [ +3 ms] Found plugin url_launcher_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.5 / [ +1 ms] Found plugin url_launcher_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2 .0.2/ [ +6 ms] Found plugin webview_flutter at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.8.0/ [ +2 ms] Found plugin webview_flutter_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_androi d-2.8.2/ [ +3 ms] Found plugin webview_flutter_wkwebview at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebv iew-2.7.1/ [ +46 ms] Found plugin cloud_firestore at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-3.1.6/ [ +1 ms] Found plugin cloud_firestore_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2. 6.6/ [ +1 ms] Found plugin cloud_functions at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.2.5/ [ +2 ms] Found plugin cloud_functions_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4. 2.6/ [ +5 ms] Found plugin firebase_analytics at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-9.0 .5/ [ +1 ms] Found plugin firebase_analytics_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web -0.4.0+5/ [ ] Found plugin firebase_auth at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.3.5/ [ +1 ms] Found plugin firebase_auth_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.3. 6/ [ +1 ms] Found plugin firebase_core at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.11.0/ [ +1 ms] Found plugin firebase_core_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.5. 3/ [ ] Found plugin firebase_storage at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.2. 5/ [ +1 ms] Found plugin firebase_storage_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3 .2.6/ [ +5 ms] Found plugin google_sign_in at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.2.1/ [ ] Found plugin google_sign_in_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.1 0.0+3/ [ +2 ms] Found plugin image_picker_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/image_picker_web-2.1.0 / [ +5 ms] Found plugin path_provider at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.8/ [ ] Found plugin path_provider_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_android- 2.0.11/ [ ] Found plugin path_provider_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_ios-2.0. 7/ [ ] Found plugin path_provider_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2. 1.4/ [ +1 ms] Found plugin path_provider_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2. 0.4/ [ +2 ms] Found plugin path_provider_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_windows- 2.0.4/ [ +6 ms] Found plugin shared_preferences at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0 .11/ [ ] Found plugin shared_preferences_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_and roid-2.0.9/ [ +1 ms] Found plugin shared_preferences_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios -2.0.8/ [ +1 ms] Found plugin shared_preferences_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_lin ux-2.0.3/ [ ] Found plugin shared_preferences_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_mac os-2.0.2/ [ ] Found plugin shared_preferences_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web -2.0.2/ [ ] Found plugin shared_preferences_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_win dows-2.0.3/ [ +3 ms] Found plugin url_launcher at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.17/ [ +1 ms] Found plugin url_launcher_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_android-6 .0.13/ [ ] Found plugin url_launcher_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_ios-6.0.1 3/ [ ] Found plugin url_launcher_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0 .2/ [ ] Found plugin url_launcher_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0 .2/ [ ] Found plugin url_launcher_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.5 / [ ] Found plugin url_launcher_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2 .0.2/ [ +1 ms] Found plugin webview_flutter at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.8.0/ [ ] Found plugin webview_flutter_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_androi d-2.8.2/ [ +1 ms] Found plugin webview_flutter_wkwebview at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebv iew-2.7.1/ [ +168 ms] Launching lib/main.dart on Chrome in debug mode... [ +121 ms] Updating assets [ +230 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466. [ +7 ms] Waiting for connection from debug service on Chrome... [ +9 ms] Found plugin cloud_firestore at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-3.1.6/ [ +1 ms] Found plugin cloud_firestore_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2. 6.6/ [ +1 ms] Found plugin cloud_functions at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.2.5/ [ ] Found plugin cloud_functions_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4. 2.6/ [ +3 ms] Found plugin firebase_analytics at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-9.0 .5/ [ ] Found plugin firebase_analytics_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web -0.4.0+5/ [ ] Found plugin firebase_auth at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.3.5/ [ ] Found plugin firebase_auth_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.3. 6/ [ ] Found plugin firebase_core at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.11.0/ [ +1 ms] Found plugin firebase_core_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.5. 3/ [ ] Found plugin firebase_storage at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.2. 5/ [ ] Found plugin firebase_storage_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3 .2.6/ [ +3 ms] Found plugin google_sign_in at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.2.1/ [ ] Found plugin google_sign_in_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.1 0.0+3/ [ +2 ms] Found plugin image_picker_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/image_picker_web-2.1.0 / [ +4 ms] Found plugin path_provider at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.8/ [ ] Found plugin path_provider_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_android- 2.0.11/ [ ] Found plugin path_provider_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_ios-2.0. 7/ [ ] Found plugin path_provider_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2. 1.4/ [ ] Found plugin path_provider_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2. 0.4/ [ ] Found plugin path_provider_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_windows- 2.0.4/ [ +3 ms] Found plugin shared_preferences at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0 .11/ [ ] Found plugin shared_preferences_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_and roid-2.0.9/ [ ] Found plugin shared_preferences_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios -2.0.8/ [ ] Found plugin shared_preferences_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_lin ux-2.0.3/ [ ] Found plugin shared_preferences_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_mac os-2.0.2/ [ +1 ms] Found plugin shared_preferences_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web -2.0.2/ [ ] Found plugin shared_preferences_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_win dows-2.0.3/ [ +3 ms] Found plugin url_launcher at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.17/ [ ] Found plugin url_launcher_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_android-6 .0.13/ [ ] Found plugin url_launcher_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_ios-6.0.1 3/ [ ] Found plugin url_launcher_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0 .2/ [ ] Found plugin url_launcher_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0 .2/ [ +1 ms] Found plugin url_launcher_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.5 / [ ] Found plugin url_launcher_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2 .0.2/ [ +1 ms] Found plugin webview_flutter at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.8.0/ [ ] Found plugin webview_flutter_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_androi d-2.8.2/ [ ] Found plugin webview_flutter_wkwebview at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebv iew-2.7.1/ [ +15 ms] Found plugin cloud_firestore at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-3.1.6/ [ +1 ms] Found plugin cloud_firestore_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2. 6.6/ [ ] Found plugin cloud_functions at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.2.5/ [ +1 ms] Found plugin cloud_functions_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4. 2.6/ [ +4 ms] Found plugin firebase_analytics at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-9.0 .5/ [ +1 ms] Found plugin firebase_analytics_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web -0.4.0+5/ [ ] Found plugin firebase_auth at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.3.5/ [ ] Found plugin firebase_auth_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.3. 6/ [ +1 ms] Found plugin firebase_core at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.11.0/ [ +1 ms] Found plugin firebase_core_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.5. 3/ [ ] Found plugin firebase_storage at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.2. 5/ [ +1 ms] Found plugin firebase_storage_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3 .2.6/ [ +3 ms] Found plugin google_sign_in at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.2.1/ [ ] Found plugin google_sign_in_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.1 0.0+3/ [ +1 ms] Found plugin image_picker_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/image_picker_web-2.1.0 / [ +4 ms] Found plugin path_provider at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.8/ [ ] Found plugin path_provider_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_android- 2.0.11/ [ ] Found plugin path_provider_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_ios-2.0. 7/ [ ] Found plugin path_provider_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2. 1.4/ [ ] Found plugin path_provider_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2. 0.4/ [ ] Found plugin path_provider_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/path_provider_windows- 2.0.4/ [ +3 ms] Found plugin shared_preferences at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0 .11/ [ ] Found plugin shared_preferences_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_and roid-2.0.9/ [ ] Found plugin shared_preferences_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios -2.0.8/ [ ] Found plugin shared_preferences_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_lin ux-2.0.3/ [ ] Found plugin shared_preferences_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_mac os-2.0.2/ [ +1 ms] Found plugin shared_preferences_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web -2.0.2/ [ +1 ms] Found plugin shared_preferences_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/shared_preferences_win dows-2.0.3/ [ +2 ms] Found plugin url_launcher at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.17/ [ ] Found plugin url_launcher_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_android-6 .0.13/ [ ] Found plugin url_launcher_ios at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_ios-6.0.1 3/ [ ] Found plugin url_launcher_linux at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0 .2/ [ ] Found plugin url_launcher_macos at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0 .2/ [ ] Found plugin url_launcher_web at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.5 / [ ] Found plugin url_launcher_windows at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2 .0.2/ [ +1 ms] Found plugin webview_flutter at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.8.0/ [ ] Found plugin webview_flutter_android at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_androi d-2.8.2/ [ ] Found plugin webview_flutter_wkwebview at /Users/dmitrydyachenko/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebv iew-2.7.1/ [ +77 ms] <- reset [ +8 ms] /Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/bin/cache/artifacts/engine/dar win-x64/frontend_server.dart.snapshot --sdk-root /Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/bin/cache/flutter_web_sdk/ --incremental --target=dartdevc --debugger-module-names --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill /var/folders/vy/v16l0g5x2mx_yzpk5yg3mhlc0000gn/T/flutter_tools.QfA3lA/flutter_to ol.iwKNlV/app.dill --libraries-spec file:///Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/bin/cache/flutter_web_s dk/libraries.json --packages /Users/dmitrydyachenko/Desktop/git/site/nemesis/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-root /var/folders/vy/v16l0g5x2mx_yzpk5yg3mhlc0000gn/T/flutter_tools.QfA3lA/flutter_to ols.jYN2wq --filesystem-scheme org-dartlang-app --initialize-from-dill build/b1b715402d823b7fd5c2b68d2edcb2ce.cache.dill.track.dill --platform file:///Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre/bin/cache/flutter_web_s dk/kernel/flutter_ddc_sdk_sound.dill --sound-null-safety [ +12 ms] <- compile org-dartlang-app:/web_entrypoint.dart [+49862 ms] Unhandled exception: [ +2 ms] Invalid argument(s): Expected a library reference to be valid but was `null`. [ ] #0 BinaryPrinter.writeLibraryReference (package:kernel/binary/ast_to_binary.dart:987:7) [ ] #1 BinaryPrinter.writeLibraryDependency (package:kernel/binary/ast_to_binary.dart:1129:5) [ ] #2 BinaryPrinter.writeLibraryDependencies (package:kernel/binary/ast_to_binary.dart:1111:7) [ ] #3 BinaryPrinter.visitLibrary (package:kernel/binary/ast_to_binary.dart:1051:5) [ ] #4 Library.accept (package:kernel/ast.dart:557:38) [ ] #5 BinaryPrinter.writeLibraryNode (package:kernel/binary/ast_to_binary.dart:451:10) [ ] #6 BinaryPrinter.writeLibraries (package:kernel/binary/ast_to_binary.dart:756:9) [ ] #7 BinaryPrinter.writeComponentFile. (package:kernel/binary/ast_to_binary.dart:595:7) [ ] #8 Timeline.timeSync (dart:developer/timeline.dart:163:22) [ ] #9 BinaryPrinter.writeComponentFile (package:kernel/binary/ast_to_binary.dart:577:14) [ ] #10 IncrementalSerializer.serialize (package:front_end/src/fasta/incremental_serializer.dart:308:13) [ ] #11 IncrementalSerializer.writePackagesToSinkAndTrimComponent (package:front_end/src/fasta/incremental_serializer.dart:158:24) [ ] #12 FrontendCompiler.writeDillFile (package:frontend_server/frontend_server.dart:695:29) [ ] #13 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:572:13) [ ] [ ] #14 listenAndCompile. (package:frontend_server/frontend_server.dart:1150:11) [ ] [ +291 ms] "flutter run" took 55,207ms. [ +4 ms] the Dart compiler exited unexpectedly. [ +1 ms] #0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3) #1 DefaultResidentCompiler._compile. (package:flutter_tools/src/compile.dart:773:13) #2 _rootRun (dart:async/zone.dart:1418:47) #3 _CustomZone.run (dart:async/zone.dart:1328:19) #4 _CustomZone.runGuarded (dart:async/zone.dart:1236:7) #5 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13) #6 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:7) #7 _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7) #8 _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:87:11) #9 _EventSinkWrapper.close (dart:async/stream_transformers.dart:21:11) #10 _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11) #11 _LineSplitterSink.close (dart:convert/line_splitter.dart:154:11) #12 _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:132:24) #13 _rootRun (dart:async/zone.dart:1418:47) #14 _CustomZone.run (dart:async/zone.dart:1328:19) #15 _CustomZone.runGuarded (dart:async/zone.dart:1236:7) #16 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13) #17 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:7) #18 _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7) #19 _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:87:11) #20 _EventSinkWrapper.close (dart:async/stream_transformers.dart:21:11) #21 _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11) #22 _Utf8ConversionSink.close (dart:convert/string_conversion.dart:305:20) #23 _ConverterStreamEventSink.close (dart:convert/chunked_conversion.dart:81:18) #24 _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:132:24) #25 _rootRun (dart:async/zone.dart:1418:47) #26 _CustomZone.run (dart:async/zone.dart:1328:19) #27 _CustomZone.runGuarded (dart:async/zone.dart:1236:7) #28 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13) #29 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:7) #30 _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7) #31 _SyncStreamControllerDispatch._sendDone (dart:async/stream_controller.dart:741:19) #32 _StreamController._closeUnchecked (dart:async/stream_controller.dart:596:7) #33 _StreamController.close (dart:async/stream_controller.dart:589:5) #34 _Socket._onData (dart:io-patch/socket_patch.dart:2310:21) #35 _rootRunUnary (dart:async/zone.dart:1442:13) #36 _CustomZone.runUnary (dart:async/zone.dart:1335:19) #37 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1244:7) #38 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11) #39 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7) #40 _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:733:19) #41 _StreamController._add (dart:async/stream_controller.dart:607:7) #42 _StreamController.add (dart:async/stream_controller.dart:554:5) #43 new _RawSocket. (dart:io-patch/socket_patch.dart:1838:35) #44 _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1307:18) #45 _microtaskLoop (dart:async/schedule_microtask.dart:40:21) #46 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5) #47 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:122:13) #48 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:193:5) [ +3 ms] Running shutdown hooks [ +2 ms] Waiting for connection from debug service on Chrome... (completed in 50.4s) [ ] Synced 0.0MB. [ ] Failed to compile application. [ ] Shutdown hooks complete [ ] exiting with code 1 ``` ``` info • Unused import: 'package:sport_news/ui/widgets/expand_item_transition.dart' • lib/routes.dart:9:8 • unused_import info • Unused import: 'data/network_new/user_post.dart' • lib/routes.dart:13:8 • unused_import info • The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/style/locale/localization.dart:1:8 • unnecessary_import info • Private field could be final • lib/style/locale/localization.dart:14:43 • prefer_final_fields info • Avoid const keyword • lib/style/locale/localization_delegate.dart:12:7 • unnecessary_const info • Use key in widget constructors • lib/style/theme/gallery_option.dart:179:3 • use_key_in_widget_constructors info • Prefer declaring const constructors on `@immutable` classes • lib/style/theme/gallery_option.dart:208:3 • prefer_const_constructors_in_immutables info • Prefer declaring const constructors on `@immutable` classes • lib/style/theme/gallery_option.dart:221:3 • prefer_const_constructors_in_immutables info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:25:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:26:48 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:27:44 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:28:46 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:29:48 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:30:47 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:31:48 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:32:49 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:34:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:36:43 • prefer_const_constructors info • 'textTheme' is deprecated and shouldn't be used. This property is no longer used, please use toolbarTextStyle and titleTextStyle instead. This feature was deprecated after v2.4.0-0.0.pre. • lib/style/theme/gallery_theme_data.dart:55:11 • deprecated_member_use info • 'secondaryVariant' is deprecated and shouldn't be used. Use secondary or secondaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/style/theme/gallery_theme_data.dart:56:30 • deprecated_member_use info • 'brightness' is deprecated and shouldn't be used. This property is no longer used, please use systemOverlayStyle instead. This feature was deprecated after v2.4.0-0.0.pre. • lib/style/theme/gallery_theme_data.dart:59:11 • deprecated_member_use info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:61:20 • prefer_const_constructors info • Unnecessary new keyword • lib/style/theme/gallery_theme_data.dart:61:20 • unnecessary_new info • 'accentColor' is deprecated and shouldn't be used. Use colorScheme.secondary instead. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/theme-data-accent-properties#migration-guide. This feature was deprecated after v2.3.0-0.1.pre. • lib/style/theme/gallery_theme_data.dart:65:9 • deprecated_member_use info • 'buttonColor' is deprecated and shouldn't be used. No longer used by the framework, please remove any reference to it. This feature was deprecated after v2.3.0-0.2.pre. • lib/style/theme/gallery_theme_data.dart:67:9 • deprecated_member_use info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:92:37 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:93:45 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:94:48 • prefer_const_constructors info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/style/theme/gallery_theme_data.dart:98:5 • deprecated_member_use info • 'secondaryVariant' is deprecated and shouldn't be used. Use secondary or secondaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/style/theme/gallery_theme_data.dart:100:5 • deprecated_member_use info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:101:17 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:108:16 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:112:37 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:113:45 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:114:48 • prefer_const_constructors info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/style/theme/gallery_theme_data.dart:117:5 • deprecated_member_use info • 'secondaryVariant' is deprecated and shouldn't be used. Use secondary or secondaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/style/theme/gallery_theme_data.dart:119:5 • deprecated_member_use info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:120:17 • prefer_const_constructors info • Prefer const with constant constructors • lib/style/theme/gallery_theme_data.dart:127:16 • prefer_const_constructors info • Unused import: 'package:auto_size_text/auto_size_text.dart' • lib/ui/admin/admin_panel.dart:3:8 • unused_import info • The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/ui/admin/admin_panel.dart:4:8 • unnecessary_import info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/admin/admin_panel.dart:9:8 • unnecessary_import info • Unused import: 'package:sport_news/ui/widgets/my_text_field.dart' • lib/ui/admin/admin_panel.dart:17:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: AdminPanel.context • lib/ui/admin/admin_panel.dart:25:7 • must_be_immutable info • Use key in widget constructors • lib/ui/admin/admin_panel.dart:25:7 • use_key_in_widget_constructors info • Prefer const over final for declarations • lib/ui/admin/admin_panel.dart:26:10 • prefer_const_declarations info • The parameter 'c' should have the name 'context' to match the name used in the overridden method • lib/ui/admin/admin_panel.dart:35:29 • avoid_renaming_method_parameters info • Don't access members with `this` unless avoiding shadowing • lib/ui/admin/admin_panel.dart:36:5 • unnecessary_this info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:48:29 • prefer_const_constructors info • Prefer const literals as parameters of constructors on @immutable classes • lib/ui/admin/admin_panel.dart:49:29 • prefer_const_literals_to_create_immutables info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:50:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:51:33 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:56:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:57:33 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:62:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:63:33 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:68:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:69:33 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:101:18 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:125:20 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/admin/admin_panel.dart:126:18 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:151:22 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:157:34 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:159:32 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/admin/admin_panel.dart:185:11 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:213:22 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:232:28 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:236:31 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:242:31 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:248:28 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/admin/admin_panel.dart:266:13 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/admin/admin_panel.dart:275:13 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:282:29 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/admin/admin_panel.dart:287:13 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:291:29 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/admin/admin_panel.dart:308:13 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/admin/admin_panel.dart:315:13 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/admin/admin_panel.dart:324:24 • prefer_const_constructors info • Unused import: 'package:cloud_firestore/cloud_firestore.dart' • lib/ui/admin/admin_panel_controller.dart:3:8 • unused_import info • The import of 'package:get/get_rx/src/rx_types/rx_types.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/admin/admin_panel_controller.dart:5:8 • unnecessary_import info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/admin/admin_panel_controller.dart:6:8 • unnecessary_import info • 'SingleGetTickerProviderMixin' is deprecated and shouldn't be used. use GetSingleTickerProviderStateMixin • lib/ui/admin/admin_panel_controller.dart:17:56 • deprecated_member_use info • The value of the local variable 'res' isn't used • lib/ui/admin/admin_panel_controller.dart:81:11 • unused_local_variable info • Don't access members with `this` unless avoiding shadowing • lib/ui/admin/admin_panel_controller.dart:88:7 • unnecessary_this info • Don't access members with `this` unless avoiding shadowing • lib/ui/admin/admin_panel_controller.dart:89:7 • unnecessary_this info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: CreateCategory.pickedCategory • lib/ui/admin/create_category/create_category.dart:7:7 • must_be_immutable info • Use key in widget constructors • lib/ui/admin/create_category/create_category.dart:11:3 • use_key_in_widget_constructors info • Don't type annotate initializing formals • lib/ui/admin/create_category/create_category.dart:11:47 • type_init_formals info • Prefer const with constant constructors • lib/ui/admin/create_category/create_category.dart:16:16 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_category/create_category.dart:22:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_category/create_category.dart:55:23 • prefer_const_constructors info • The import of 'package:get/get_state_manager/src/simple/get_controllers.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/admin/create_category/create_category_controller.dart:5:8 • unnecessary_import info • Private field could be final • lib/ui/admin/create_category/create_category_controller.dart:19:22 • prefer_final_fields info • Use `isNotEmpty` for Iterables and Maps • lib/ui/admin/create_category/create_category_controller.dart:44:9 • prefer_is_not_empty info • Use key in widget constructors • lib/ui/admin/create_league/create_league.dart:12:3 • use_key_in_widget_constructors info • Prefer const with constant constructors • lib/ui/admin/create_league/create_league.dart:24:21 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_league/create_league.dart:35:34 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_league/create_league.dart:45:33 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_league/create_league.dart:49:36 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_league/create_league.dart:62:33 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_league/create_league.dart:64:21 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_league/create_league.dart:87:32 • prefer_const_constructors info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/admin/create_league/create_league_controller.dart:2:8 • unnecessary_import info • Prefer declaring const constructors on `@immutable` classes • lib/ui/admin/create_new_team/create_new_team.dart:12:3 • prefer_const_constructors_in_immutables info • Use key in widget constructors • lib/ui/admin/create_new_team/create_new_team.dart:12:3 • use_key_in_widget_constructors info • Prefer const with constant constructors • lib/ui/admin/create_new_team/create_new_team.dart:17:16 • prefer_const_constructors info • Avoid unnecessary containers • lib/ui/admin/create_new_team/create_new_team.dart:24:27 • avoid_unnecessary_containers info • Prefer const with constant constructors • lib/ui/admin/create_new_team/create_new_team.dart:32:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_new_team/create_new_team.dart:43:38 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_new_team/create_new_team.dart:53:37 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_new_team/create_new_team.dart:57:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_new_team/create_new_team.dart:69:37 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_new_team/create_new_team.dart:71:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/admin/create_new_team/create_new_team.dart:80:39 • prefer_const_constructors info • The operand can't be null, so the condition is always true • lib/ui/admin/create_new_team/create_new_team.dart:105:45 • unnecessary_null_comparison info • Prefer const with constant constructors • lib/ui/admin/create_new_team/create_new_team.dart:110:30 • prefer_const_constructors info • Unused import: 'package:flutter/material.dart' • lib/ui/admin/create_new_team/create_team_controller.dart:3:8 • unused_import info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/admin/create_new_team/create_team_controller.dart:5:8 • unnecessary_import info • Private field could be final • lib/ui/admin/create_new_team/create_team_controller.dart:30:19 • prefer_final_fields info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/auth/login/login_controller.dart:4:8 • unnecessary_import info • 'SingleGetTickerProviderMixin' is deprecated and shouldn't be used. use GetSingleTickerProviderStateMixin • lib/ui/auth/login/login_controller.dart:8:51 • deprecated_member_use info • Prefer const with constant constructors • lib/ui/auth/login/login_controller.dart:20:17 • prefer_const_constructors info • Avoid single cascade in expression statements • lib/ui/auth/login/login_controller.dart:35:7 • avoid_single_cascade_in_expression_statements info • The exception variable 'e' isn't used, so the 'catch' clause can be removed • lib/ui/auth/login/login_controller.dart:65:35 • unused_catch_clause info • Avoid empty catch blocks • lib/ui/auth/login/login_controller.dart:65:38 • empty_catches info • The operand can't be null, so the condition is always false • lib/ui/auth/login/login_controller.dart:69:18 • unnecessary_null_comparison info • Prefer const over final for declarations • lib/ui/auth/login/login_page.dart:11:10 • prefer_const_declarations info • Prefer typing uninitialized variables and fields • lib/ui/auth/login/login_page.dart:13:9 • prefer_typing_uninitialized_variables info • Prefer typing uninitialized variables and fields • lib/ui/auth/login/login_page.dart:14:9 • prefer_typing_uninitialized_variables info • Prefer declaring const constructors on `@immutable` classes • lib/ui/auth/login/login_page.dart:16:3 • prefer_const_constructors_in_immutables info • SizedBox for whitespace • lib/ui/auth/login/login_page.dart:48:22 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/auth/login/login_page.dart:60:29 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/login/login_page.dart:69:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/login/login_page.dart:76:44 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/login/login_page.dart:91:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/login/login_page.dart:103:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/login/login_page.dart:118:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/login/login_page.dart:120:44 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/login/login_page.dart:131:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/login/login_page.dart:144:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/login/login_page.dart:146:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/login/login_page.dart:148:46 • prefer_const_constructors info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/auth/registration/registration_controller.dart:4:8 • unnecessary_import info • 'SingleGetTickerProviderMixin' is deprecated and shouldn't be used. use GetSingleTickerProviderStateMixin • lib/ui/auth/registration/registration_controller.dart:9:10 • deprecated_member_use info • Prefer const with constant constructors • lib/ui/auth/registration/registration_controller.dart:23:17 • prefer_const_constructors info • Avoid single cascade in expression statements • lib/ui/auth/registration/registration_controller.dart:38:7 • avoid_single_cascade_in_expression_statements info • 'GetBar' is deprecated and shouldn't be used. use GetSnackBar • lib/ui/auth/registration/registration_controller.dart:54:24 • deprecated_member_use info • 'GetBar' is deprecated and shouldn't be used. use GetSnackBar • lib/ui/auth/registration/registration_controller.dart:68:24 • deprecated_member_use info • The exception variable 'e' isn't used, so the 'catch' clause can be removed • lib/ui/auth/registration/registration_controller.dart:76:35 • unused_catch_clause info • Avoid empty catch blocks • lib/ui/auth/registration/registration_controller.dart:76:38 • empty_catches info • The operand can't be null, so the condition is always false • lib/ui/auth/registration/registration_controller.dart:80:18 • unnecessary_null_comparison info • Prefer const over final for declarations • lib/ui/auth/registration/registration_page.dart:10:10 • prefer_const_declarations info • Prefer typing uninitialized variables and fields • lib/ui/auth/registration/registration_page.dart:12:9 • prefer_typing_uninitialized_variables info • Prefer typing uninitialized variables and fields • lib/ui/auth/registration/registration_page.dart:13:9 • prefer_typing_uninitialized_variables info • Prefer declaring const constructors on `@immutable` classes • lib/ui/auth/registration/registration_page.dart:15:3 • prefer_const_constructors_in_immutables info • SizedBox for whitespace • lib/ui/auth/registration/registration_page.dart:47:22 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:59:29 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:68:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:75:44 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:92:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:108:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:124:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:140:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:157:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:159:44 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:174:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:190:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:192:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/auth/registration/registration_page.dart:194:46 • prefer_const_constructors info • Unused import: 'package:sport_news/ui/widgets/chat_widget/post_field.dart' • lib/ui/create_user_news/create_user_news.dart:12:8 • unused_import info • Unused import: 'package:sport_news/ui/widgets/link_preview/user_link_preview.dart' • lib/ui/create_user_news/create_user_news.dart:13:8 • unused_import info • Duplicate import • lib/ui/create_user_news/create_user_news.dart:15:8 • duplicate_import info • Unused import: 'package:sport_news/ui/widgets/user_posts/user_post_create.dart' • lib/ui/create_user_news/create_user_news.dart:16:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: CreateUserNews.context, CreateUserNews.isDesktop • lib/ui/create_user_news/create_user_news.dart:21:7 • must_be_immutable info • Prefer const over final for declarations • lib/ui/create_user_news/create_user_news.dart:22:10 • prefer_const_declarations info • Don't access members with `this` unless avoiding shadowing • lib/ui/create_user_news/create_user_news.dart:37:5 • unnecessary_this info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:52:26 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:91:22 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:98:31 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/create_user_news/create_user_news.dart:114:25 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:117:38 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/create_user_news/create_user_news.dart:126:25 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:140:36 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/create_user_news/create_user_news.dart:141:34 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:160:18 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:177:26 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:191:20 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:196:28 • prefer_const_constructors info • Avoid unnecessary containers • lib/ui/create_user_news/create_user_news.dart:197:26 • avoid_unnecessary_containers info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:212:28 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:213:26 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:231:13 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:246:32 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/create_user_news/create_user_news.dart:278:92 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/create_user_news/create_user_news.dart:311:28 • prefer_const_constructors info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/create_user_news/create_user_news_controller.dart:5:8 • unnecessary_import info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/header/header.dart:6:8 • unnecessary_import info • Unused import: 'package:sport_news/style/theme/gallery_theme_data.dart' • lib/ui/header/header.dart:8:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: Header.onBackPress, Header.context, Header.isDesktop • lib/ui/header/header.dart:21:7 • must_be_immutable info • Don't type annotate initializing formals • lib/ui/header/header.dart:24:21 • type_init_formals info • Prefer const with constant constructors • lib/ui/header/header.dart:26:33 • prefer_const_constructors info • Don't access members with `this` unless avoiding shadowing • lib/ui/header/header.dart:36:5 • unnecessary_this info • SizedBox for whitespace • lib/ui/header/header.dart:48:14 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/header/header.dart:66:19 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/header/header.dart:70:19 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/header/header.dart:80:13 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/header/header.dart:104:12 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/header/header.dart:107:9 • sized_box_for_whitespace info • 'secondaryVariant' is deprecated and shouldn't be used. Use secondary or secondaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/header/header.dart:151:49 • deprecated_member_use info • Prefer const with constant constructors • lib/ui/header/header.dart:161:29 • prefer_const_constructors info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/header/header.dart:189:88 • deprecated_member_use info • Prefer const with constant constructors • lib/ui/header/header.dart:192:15 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/header/header.dart:205:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/header/header.dart:207:24 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/header/header.dart:229:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/header/header.dart:231:24 • prefer_const_constructors info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: RightPanel.state • lib/ui/header/header.dart:259:7 • must_be_immutable info • Use key in widget constructors • lib/ui/header/header.dart:261:3 • use_key_in_widget_constructors info • Don't type annotate initializing formals • lib/ui/header/header.dart:261:24 • type_init_formals info • Prefer const with constant constructors • lib/ui/header/header.dart:271:20 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/header/header.dart:277:29 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/header/header.dart:280:21 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/header/header.dart:296:29 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/header/header.dart:299:21 • sized_box_for_whitespace info • Unused import: 'package:flutter/material.dart' • lib/ui/header/header_controller.dart:4:8 • unused_import info • Avoid using web-only libraries outside Flutter web plugin packages • lib/ui/header/header_controller.dart:12:1 • avoid_web_libraries_in_flutter info • Don't access members with `this` unless avoiding shadowing • lib/ui/header/header_controller.dart:65:7 • unnecessary_this info • 'getImage' is deprecated and shouldn't be used. Use [getImageAsBytes], [getImageAsWidget] or [getImageAsFile] instead. • lib/ui/header/header_controller.dart:74:52 • deprecated_member_use info • Prefer typing uninitialized variables and fields • lib/ui/header/header_controller.dart:75:11 • prefer_typing_uninitialized_variables info • The operand can't be null, so the condition is always true • lib/ui/header/header_controller.dart:76:22 • unnecessary_null_comparison info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/home/home_controller.dart:2:8 • unnecessary_import info • Unused import: 'package:sport_news/managers/firebase_manager.dart' • lib/ui/home/home_controller.dart:3:8 • unused_import info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/ui/home/home_page.dart:2:8 • unnecessary_import info • Unused import: 'package:sport_news/style/theme/gallery_theme_data.dart' • lib/ui/home/home_page.dart:5:8 • unused_import info • Prefer const over final for declarations • lib/ui/home/home_page.dart:16:10 • prefer_const_declarations info • Prefer declaring const constructors on `@immutable` classes • lib/ui/home/home_page.dart:19:3 • prefer_const_constructors_in_immutables info • 'secondaryVariant' is deprecated and shouldn't be used. Use secondary or secondaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/home/home_page.dart:90:56 • deprecated_member_use info • The import of 'package:get/get_state_manager/src/simple/get_state.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/main/main_first_widget/main_first_widget.dart:4:8 • unnecessary_import info • Prefer const with constant constructors • lib/ui/main/main_first_widget/main_first_widget.dart:20:38 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/main/main_first_widget/main_first_widget.dart:99:12 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/main/main_first_widget/main_first_widget.dart:127:27 • sized_box_for_whitespace info • The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/ui/main/main_page.dart:1:8 • unnecessary_import info • Unused import: 'package:floatingpanel/floatingpanel.dart' • lib/ui/main/main_page.dart:3:8 • unused_import info • Unused import: 'package:sport_news/style/theme/gallery_theme_data.dart' • lib/ui/main/main_page.dart:6:8 • unused_import info • Use key in widget constructors • lib/ui/main/main_page.dart:14:7 • use_key_in_widget_constructors info • Prefer const with constant constructors • lib/ui/main/main_page.dart:17:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/main/main_page.dart:18:17 • prefer_const_constructors info • Prefer const literals as parameters of constructors on @immutable classes • lib/ui/main/main_page.dart:19:19 • prefer_const_literals_to_create_immutables info • Prefer const literals as parameters of constructors on @immutable classes • lib/ui/main/main_page.dart:26:18 • prefer_const_literals_to_create_immutables info • Prefer const with constant constructors • lib/ui/main/main_page.dart:33:57 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/main/main_page.dart:45:26 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/main/main_page.dart:66:17 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/main/main_page.dart:67:16 • sized_box_for_whitespace info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/main/main_user_news/main_user_news_controller.dart:2:8 • unnecessary_import info • Unused import: 'package:pointer_interceptor/pointer_interceptor.dart' • lib/ui/main/main_user_news/main_user_news_widget.dart:7:8 • unused_import info • Unused import: 'package:sport_news/ui/create_user_news/create_user_news.dart' • lib/ui/main/main_user_news/main_user_news_widget.dart:9:8 • unused_import info • Unused import: 'package:sport_news/ui/widgets/link_preview/user_link_preview.dart' • lib/ui/main/main_user_news/main_user_news_widget.dart:11:8 • unused_import info • Unused import: 'package:sport_news/ui/widgets/mouse/mouse_position.dart' • lib/ui/main/main_user_news/main_user_news_widget.dart:13:8 • unused_import info • Use `;` instead of `{}` for empty constructor bodies • lib/ui/main/main_user_news/main_user_news_widget.dart:18:47 • empty_constructor_bodies info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/main/main_user_news/main_user_news_widget.dart:27:60 • deprecated_member_use info • Prefer const with constant constructors • lib/ui/main/main_user_news/main_user_news_widget.dart:28:20 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/main/main_user_news/main_user_news_widget.dart:38:41 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/main/main_user_news/main_user_news_widget.dart:45:28 • sized_box_for_whitespace info • Use isEmpty instead of length • lib/ui/main/main_user_news/main_user_news_widget.dart:48:30 • prefer_is_empty info • Avoid unnecessary containers • lib/ui/main/main_user_news/main_user_news_widget.dart:59:40 • avoid_unnecessary_containers info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/match_detail/match_detail.dart:4:8 • unnecessary_import info • The import of 'package:get/route_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/match_detail/match_detail.dart:5:8 • unnecessary_import info • Unused import: 'package:sport_news/style/theme/gallery_theme_data.dart' • lib/ui/match_detail/match_detail.dart:8:8 • unused_import info • Unused import: 'package:sport_news/ui/widgets/pimp_left.dart' • lib/ui/match_detail/match_detail.dart:19:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: MatchDetail.tag, MatchDetail.context, MatchDetail.isDesktop, MatchDetail.formKey • lib/ui/match_detail/match_detail.dart:22:7 • must_be_immutable info • Prefer const over final for declarations • lib/ui/match_detail/match_detail.dart:23:10 • prefer_const_declarations info • Prefer const over final for declarations • lib/ui/match_detail/match_detail.dart:24:10 • prefer_const_declarations info • Annotate overridden members • lib/ui/match_detail/match_detail.dart:25:15 • annotate_overrides info • Don't override fields • lib/ui/match_detail/match_detail.dart:25:15 • overridden_fields info • Don't access members with `this` unless avoiding shadowing • lib/ui/match_detail/match_detail.dart:27:5 • unnecessary_this info • Annotate overridden members • lib/ui/match_detail/match_detail.dart:31:29 • annotate_overrides info • Don't access members with `this` unless avoiding shadowing • lib/ui/match_detail/match_detail.dart:37:5 • unnecessary_this info • SizedBox for whitespace • lib/ui/match_detail/match_detail.dart:85:29 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/match_detail/match_detail.dart:119:20 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/match_detail/match_detail.dart:129:20 • sized_box_for_whitespace info • 'vsync' is deprecated and shouldn't be used. This field is now ignored. This feature was deprecated after v2.2.0-10.1.pre. • lib/ui/match_detail/match_detail.dart:150:15 • deprecated_member_use info • Prefer const literals as parameters of constructors on @immutable classes • lib/ui/match_detail/match_detail.dart:158:35 • prefer_const_literals_to_create_immutables info • SizedBox for whitespace • lib/ui/match_detail/match_detail.dart:166:14 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/match_detail/match_detail.dart:168:12 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/match_detail/match_detail.dart:173:18 • prefer_const_constructors info • Prefer const literals as parameters of constructors on @immutable classes • lib/ui/match_detail/match_detail.dart:176:21 • prefer_const_literals_to_create_immutables info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/match_detail/match_detail.dart:218:76 • deprecated_member_use info • Prefer const with constant constructors • lib/ui/match_detail/match_detail.dart:255:33 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/match_detail/match_detail.dart:297:33 • prefer_const_constructors info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/match_detail/match_detail.dart:312:76 • deprecated_member_use info • SizedBox for whitespace • lib/ui/match_detail/match_detail.dart:356:11 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/match_detail/match_detail.dart:380:11 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/match_detail/match_detail.dart:386:20 • prefer_const_constructors info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/match_detail/match_detail_controller.dart:5:8 • unnecessary_import info • 'SingleGetTickerProviderMixin' is deprecated and shouldn't be used. use GetSingleTickerProviderStateMixin • lib/ui/match_detail/match_detail_controller.dart:13:57 • deprecated_member_use info • The operand can't be null, so the condition is always false • lib/ui/match_detail/match_detail_controller.dart:74:17 • unnecessary_null_comparison info • Unused import: 'package:flutter/material.dart' • lib/ui/news_list/matches_list_controller.dart:1:8 • unused_import info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/news_list/matches_list_controller.dart:3:8 • unnecessary_import info • Avoid using `forEach` with a function literal • lib/ui/news_list/matches_list_controller.dart:28:17 • avoid_function_literals_in_foreach_calls info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: MatchesListPage.tag, MatchesListPage.scrollable, MatchesListPage.scrollController, MatchesListPage.context • lib/ui/news_list/matches_list_page.dart:7:7 • must_be_immutable info • Annotate overridden members • lib/ui/news_list/matches_list_page.dart:8:15 • annotate_overrides info • Don't override fields • lib/ui/news_list/matches_list_page.dart:8:15 • overridden_fields info • Use key in widget constructors • lib/ui/news_list/matches_list_page.dart:10:3 • use_key_in_widget_constructors info • Prefer typing uninitialized variables and fields • lib/ui/news_list/matches_list_page.dart:19:7 • prefer_typing_uninitialized_variables info • The parameter 'c' should have the name 'context' to match the name used in the overridden method • lib/ui/news_list/matches_list_page.dart:21:29 • avoid_renaming_method_parameters info • Avoid unnecessary containers • lib/ui/news_list/matches_list_page.dart:32:15 • avoid_unnecessary_containers info • Prefer const with constant constructors • lib/ui/news_list/matches_list_page.dart:35:26 • prefer_const_constructors info • Unused import: 'dart:developer' • lib/ui/widgets/animated_elevation_card.dart:1:8 • unused_import info • The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/ui/widgets/animated_elevation_card.dart:2:8 • unnecessary_import info • Unused import: 'package:align_positioned/align_positioned.dart' • lib/ui/widgets/animated_elevation_card.dart:4:8 • unused_import info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/animated_elevation_card.dart:7:8 • unnecessary_import info • Unused import: 'package:measured_size/measured_size.dart' • lib/ui/widgets/animated_elevation_card.dart:8:8 • unused_import info • Unused import: 'package:sport_news/style/theme/gallery_theme_data.dart' • lib/ui/widgets/animated_elevation_card.dart:10:8 • unused_import info • The import of 'package:flutter/animation.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/ui/widgets/animated_elevation_card.dart:12:8 • unnecessary_import info • 'SingleGetTickerProviderMixin' is deprecated and shouldn't be used. use GetSingleTickerProviderStateMixin • lib/ui/widgets/animated_elevation_card.dart:16:67 • deprecated_member_use info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/animated_elevation_card.dart:26:7 • unnecessary_this info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/animated_elevation_card.dart:34:5 • unnecessary_this info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/animated_elevation_card.dart:41:5 • unnecessary_this info • Prefer const with constant constructors • lib/ui/widgets/animated_elevation_card.dart:51:17 • prefer_const_constructors info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: AnimatedElevationCard.child, AnimatedElevationCard.selected, AnimatedElevationCard._paintKey, AnimatedElevationCard.bloc • lib/ui/widgets/animated_elevation_card.dart:86:7 • must_be_immutable info • Private field could be final • lib/ui/widgets/animated_elevation_card.dart:91:13 • prefer_final_fields info • Unnecessary new keyword • lib/ui/widgets/animated_elevation_card.dart:91:25 • unnecessary_new info • Use key in widget constructors • lib/ui/widgets/animated_elevation_card.dart:94:3 • use_key_in_widget_constructors info • Don't type annotate initializing formals • lib/ui/widgets/animated_elevation_card.dart:99:14 • type_init_formals info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/animated_elevation_card.dart:101:5 • unnecessary_this info • Prefer const with constant constructors • lib/ui/widgets/animated_elevation_card.dart:126:28 • prefer_const_constructors info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/animated_elevation_card.dart:169:11 • unnecessary_this info • The type parameter 'color' is annotated with @required but only named parameters without a default value can be annotated with it • lib/ui/widgets/animated_elevation_card.dart:184:5 • invalid_required_named_param info • Prefer declaring const constructors on `@immutable` classes • lib/ui/widgets/animated_icons/back_icon/back_icon.dart:10:3 • prefer_const_constructors_in_immutables info • Use key in widget constructors • lib/ui/widgets/animated_icons/back_icon/back_icon.dart:10:3 • use_key_in_widget_constructors info • Don't type annotate initializing formals • lib/ui/widgets/animated_icons/back_icon/back_icon.dart:10:22 • type_init_formals info • Use key in widget constructors • lib/ui/widgets/animated_icons/big_progress/big_progress.dart:8:7 • use_key_in_widget_constructors info • Unused import: 'dart:developer' • lib/ui/widgets/animated_icons/menu/menu_icon.dart:1:8 • unused_import info • Unused import: 'package:flutter/services.dart' • lib/ui/widgets/animated_icons/menu/menu_icon.dart:4:8 • unused_import info • Prefer declaring const constructors on `@immutable` classes • lib/ui/widgets/animated_icons/menu/menu_icon.dart:13:3 • prefer_const_constructors_in_immutables info • Use key in widget constructors • lib/ui/widgets/animated_icons/menu/menu_icon.dart:13:3 • use_key_in_widget_constructors info • Don't type annotate initializing formals • lib/ui/widgets/animated_icons/menu/menu_icon.dart:13:22 • type_init_formals info • Unused import: 'package:flutter/material.dart' • lib/ui/widgets/animated_icons/switch/animated_switch.dart:3:8 • unused_import info • Unused import: 'package:flutter/services.dart' • lib/ui/widgets/animated_icons/switch/animated_switch.dart:4:8 • unused_import info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/animated_icons/switch/animated_switch.dart:6:8 • unnecessary_import info • Unused import: 'package:rive/rive.dart' • lib/ui/widgets/animated_icons/switch/animated_switch.dart:7:8 • unused_import info • Name non-constant identifiers using lowerCamelCase • lib/ui/widgets/animated_on_click_widget.dart:10:7 • non_constant_identifier_names info • Use key in widget constructors • lib/ui/widgets/animated_on_click_widget.dart:12:3 • use_key_in_widget_constructors info • Name non-constant identifiers using lowerCamelCase • lib/ui/widgets/animated_on_click_widget.dart:15:12 • non_constant_identifier_names info • The declaration '_onTapDown' isn't referenced • lib/ui/widgets/animated_on_click_widget.dart:45:8 • unused_element info • The declaration '_onTapUp' isn't referenced • lib/ui/widgets/animated_on_click_widget.dart:49:8 • unused_element info • The operand can't be null, so the condition is always true • lib/ui/widgets/animated_on_click_widget.dart:54:22 • unnecessary_null_comparison info • Avoid empty catch blocks • lib/ui/widgets/animated_on_click_widget.dart:62:25 • empty_catches info • Avoid single cascade in expression statements • lib/ui/widgets/animated_on_click_widget.dart:86:13 • avoid_single_cascade_in_expression_statements info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: BBCReferenceNewsButton.child, BBCReferenceNewsButton.padding • lib/ui/widgets/b_b_c_reference_news_button.dart:3:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/b_b_c_reference_news_button.dart:6:3 • use_key_in_widget_constructors info • The value of the field '_colorTween' isn't used • lib/ui/widgets/b_b_c_reference_news_button.dart:19:15 • unused_field info • The value of the field '_colorTweenAnimation' isn't used • lib/ui/widgets/b_b_c_reference_news_button.dart:20:21 • unused_field info • Prefer const with constant constructors • lib/ui/widgets/b_b_c_reference_news_button.dart:32:71 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/b_b_c_reference_news_button.dart:34:40 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/b_b_c_reference_news_button.dart:34:64 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/b_b_c_reference_news_button.dart:42:41 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/b_b_c_reference_news_button.dart:42:65 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/b_b_c_reference_news_button.dart:51:40 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/widgets/b_b_c_reference_news_button.dart:70:20 • sized_box_for_whitespace info • Prefer declaring const constructors on `@immutable` classes • lib/ui/widgets/card_holder.dart:10:3 • prefer_const_constructors_in_immutables info • Don't type annotate initializing formals • lib/ui/widgets/card_holder.dart:10:24 • type_init_formals info • Don't type annotate initializing formals • lib/ui/widgets/card_holder.dart:10:52 • type_init_formals info • Prefer const with constant constructors • lib/ui/widgets/card_holder.dart:15:16 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/card_holder.dart:20:22 • prefer_const_constructors info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/ui/widgets/card_match/match_card.dart:4:8 • unnecessary_import info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/card_match/match_card.dart:6:8 • unnecessary_import info • Unused import: 'package:sport_news/data/network/firebase_news.dart' • lib/ui/widgets/card_match/match_card.dart:7:8 • unused_import info • Unused import: 'package:sport_news/managers/campaign_manager.dart' • lib/ui/widgets/card_match/match_card.dart:10:8 • unused_import info • Unused import: 'package:sport_news/style/theme/gallery_theme_data.dart' • lib/ui/widgets/card_match/match_card.dart:11:8 • unused_import info • Unused import: 'package:sport_news/ui/widgets/animated_icons/big_progress/big_progress.dart' • lib/ui/widgets/card_match/match_card.dart:13:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: MatchCard.tag, MatchCard.teamName • lib/ui/widgets/card_match/match_card.dart:22:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/card_match/match_card.dart:24:3 • use_key_in_widget_constructors info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/card_match/match_card.dart:25:5 • unnecessary_this info • DO use curly braces for all flow control structures • lib/ui/widgets/card_match/match_card.dart:37:7 • curly_braces_in_flow_control_structures info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/widgets/card_match/match_card.dart:138:102 • deprecated_member_use info • Prefer const with constant constructors • lib/ui/widgets/card_match/match_card.dart:172:49 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/card_match/match_card.dart:212:51 • prefer_const_constructors info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/widgets/card_match/match_card.dart:238:102 • deprecated_member_use info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/card_match/match_card_controller.dart:5:8 • unnecessary_import info • Unused import: 'package:sport_news/data/helper/runtime_ui.dart' • lib/ui/widgets/card_match/match_card_controller.dart:6:8 • unused_import info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/card_match/match_card_controller.dart:21:5 • unnecessary_this info • Unused import: 'package:sport_news/style/theme/gallery_theme_data.dart' • lib/ui/widgets/card_news/card_news.dart:8:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: NewsCard.tag, NewsCard.context, NewsCard.keyCard • lib/ui/widgets/card_news/card_news.dart:14:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/card_news/card_news.dart:16:3 • use_key_in_widget_constructors info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/card_news/card_news.dart:17:5 • unnecessary_this info • The parameter 'c' should have the name 'context' to match the name used in the overridden method • lib/ui/widgets/card_news/card_news.dart:28:29 • avoid_renaming_method_parameters info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/card_news/card_news.dart:29:5 • unnecessary_this info • Prefer const with constant constructors • lib/ui/widgets/card_news/card_news.dart:32:16 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/widgets/card_news/card_news.dart:60:26 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/widgets/card_news/card_news.dart:66:39 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/card_news/card_news.dart:66:56 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/card_news/card_news.dart:80:30 • prefer_const_constructors info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/widgets/card_news/card_news.dart:115:70 • deprecated_member_use info • Don't override a method to do a super method invocation with the same parameters • lib/ui/widgets/card_news/card_news_controller.dart:12:8 • unnecessary_overrides info • Prefer const over final for declarations • lib/ui/widgets/card_news/news_detail.dart:12:10 • prefer_const_declarations info • Prefer typing uninitialized variables and fields • lib/ui/widgets/card_news/news_detail.dart:13:9 • prefer_typing_uninitialized_variables info • Prefer typing uninitialized variables and fields • lib/ui/widgets/card_news/news_detail.dart:14:9 • prefer_typing_uninitialized_variables info • Prefer declaring const constructors on `@immutable` classes • lib/ui/widgets/card_news/news_detail.dart:16:3 • prefer_const_constructors_in_immutables info • Use key in widget constructors • lib/ui/widgets/card_news/news_detail.dart:16:3 • use_key_in_widget_constructors info • Prefer typing uninitialized variables and fields • lib/ui/widgets/card_news/news_detail.dart:51:7 • prefer_typing_uninitialized_variables info • Avoid single cascade in expression statements • lib/ui/widgets/card_news/news_detail.dart:66:7 • avoid_single_cascade_in_expression_statements info • Prefer const with constant constructors • lib/ui/widgets/card_news/news_detail.dart:76:17 • prefer_const_constructors info • Avoid single cascade in expression statements • lib/ui/widgets/card_news/news_detail.dart:89:7 • avoid_single_cascade_in_expression_statements info • The type parameter 'remove' is annotated with @required but only named parameters without a default value can be annotated with it • lib/ui/widgets/card_news/news_detail.dart:101:23 • invalid_required_named_param info • The operand can't be null, so the condition is always true • lib/ui/widgets/card_news/news_detail.dart:136:19 • unnecessary_null_comparison info • Prefer const with constant constructors • lib/ui/widgets/card_news/news_detail.dart:170:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/card_news/news_detail.dart:187:28 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/card_news/news_detail.dart:187:58 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/widgets/card_news/news_detail.dart:190:23 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/widgets/card_news/news_detail.dart:198:47 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/card_news/news_detail.dart:198:64 • prefer_const_constructors info • Avoid unnecessary containers • lib/ui/widgets/card_news/news_detail.dart:210:23 • avoid_unnecessary_containers info • 'vsync' is deprecated and shouldn't be used. This field is now ignored. This feature was deprecated after v2.2.0-10.1.pre. • lib/ui/widgets/card_news/news_detail.dart:221:39 • deprecated_member_use info • 'vsync' is deprecated and shouldn't be used. This field is now ignored. This feature was deprecated after v2.2.0-10.1.pre. • lib/ui/widgets/card_news/news_detail.dart:231:31 • deprecated_member_use info • Prefer const with constant constructors • lib/ui/widgets/card_news/news_detail.dart:280:41 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/card_news/news_detail.dart:285:13 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/card_news/news_detail.dart:313:15 • prefer_const_constructors info • Unused import: 'dart:developer' • lib/ui/widgets/card_news/news_page_indicator.dart:1:8 • unused_import info • Unused import: 'package:extended_image/extended_image.dart' • lib/ui/widgets/card_news/news_page_indicator.dart:3:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: NewsPageIndicator.news • lib/ui/widgets/card_news/news_page_indicator.dart:14:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/card_news/news_page_indicator.dart:17:3 • use_key_in_widget_constructors info • SizedBox for whitespace • lib/ui/widgets/card_news/news_page_indicator.dart:43:16 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/widgets/card_news/news_page_indicator.dart:58:16 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/widgets/card_news/news_page_indicator.dart:90:20 • sized_box_for_whitespace info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/widgets/card_news/news_page_indicator.dart:100:62 • deprecated_member_use info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/widgets/card_news/news_page_indicator.dart:101:60 • deprecated_member_use info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/widgets/card_news/news_page_indicator.dart:102:57 • deprecated_member_use info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: NewsArrow.activeIcon, NewsArrow.onTap • lib/ui/widgets/card_news/news_page_indicator.dart:113:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/card_news/news_page_indicator.dart:116:3 • use_key_in_widget_constructors info • Don't type annotate initializing formals • lib/ui/widgets/card_news/news_page_indicator.dart:116:23 • type_init_formals info • Don't type annotate initializing formals • lib/ui/widgets/card_news/news_page_indicator.dart:116:56 • type_init_formals info • Prefer const with constant constructors • lib/ui/widgets/card_news/news_page_indicator.dart:124:24 • prefer_const_constructors info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/widgets/card_news/news_page_indicator.dart:134:49 • deprecated_member_use info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/card_news/news_page_indicator_controller.dart:14:5 • unnecessary_this info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/card_news/news_page_indicator_controller.dart:25:5 • unnecessary_this info • Unused import: 'package:sport_news/ui/widgets/pimp_left.dart' • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:9:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ChatContent.tag, ChatContent.chatController, ChatContent.shouldHaveReply, ChatContent.backgroundColor, ChatContent.message, ChatContent.context • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:14:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:20:3 • use_key_in_widget_constructors info • Don't type annotate initializing formals • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:21:17 • type_init_formals info • Don't type annotate initializing formals • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:22:16 • type_init_formals info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:25:5 • unnecessary_this info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:43:24 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:48:29 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:65:26 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:68:32 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:91:14 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:97:15 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:104:28 • prefer_const_constructors info • Avoid `print` calls in production code • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:141:13 • avoid_print info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/chat_widget/chat_content/chat_content.dart:144:31 • unnecessary_this info • The operand can't be null, so the condition is always true • lib/ui/widgets/chat_widget/chat_content/chat_content_controller.dart:36:91 • unnecessary_null_comparison info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/chat_widget/chat_controller.dart:6:8 • unnecessary_import info • The operand can't be null, so the condition is always false • lib/ui/widgets/chat_widget/chat_controller.dart:74:17 • unnecessary_null_comparison info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/chat_controller.dart:100:31 • prefer_const_constructors info • Avoid `print` calls in production code • lib/ui/widgets/chat_widget/chat_controller.dart:105:7 • avoid_print info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/chat_widget/chat_controller.dart:115:5 • unnecessary_this info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/chat_widget/chat_controller.dart:116:5 • unnecessary_this info • Avoid using braces in interpolation when not needed • lib/ui/widgets/chat_widget/chat_controller.dart:118:32 • unnecessary_brace_in_string_interps info • Don't override a method to do a super method invocation with the same parameters • lib/ui/widgets/chat_widget/chat_controller.dart:122:8 • unnecessary_overrides info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/chat_widget/chat_widget.dart:2:8 • unnecessary_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ChatWidget.tag, ChatWidget.context • lib/ui/widgets/chat_widget/chat_widget.dart:12:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/chat_widget/chat_widget.dart:14:3 • use_key_in_widget_constructors info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/chat_widget/chat_widget.dart:15:5 • unnecessary_this info • Avoid unnecessary containers • lib/ui/widgets/chat_widget/chat_widget.dart:28:23 • avoid_unnecessary_containers info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/chat_widget.dart:62:28 • prefer_const_constructors info • Avoid unnecessary containers • lib/ui/widgets/chat_widget/chat_widget.dart:63:26 • avoid_unnecessary_containers info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/chat_widget.dart:64:28 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/chat_widget.dart:70:32 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/chat_widget.dart:86:32 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/chat_widget.dart:87:30 • prefer_const_constructors info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: PostField.editingController • lib/ui/widgets/chat_widget/post_field.dart:5:7 • must_be_immutable info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/post_field.dart:26:23 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/post_field.dart:34:23 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/post_field.dart:42:23 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/post_field.dart:50:23 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/post_field.dart:58:23 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/chat_widget/post_field.dart:66:23 • prefer_const_constructors info • Avoid using braces in interpolation when not needed • lib/ui/widgets/chat_widget/post_field.dart:93:43 • unnecessary_brace_in_string_interps info • Use key in widget constructors • lib/ui/widgets/custom_progress.dart:4:7 • use_key_in_widget_constructors info • Prefer const with constant constructors • lib/ui/widgets/custom_progress.dart:12:12 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/custom_progress.dart:13:16 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/custom_progress.dart:16:18 • prefer_const_constructors info • The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/ui/widgets/expand_item_transition.dart:1:8 • unnecessary_import info • The operand can't be null, so the condition is always true • lib/ui/widgets/expand_item_transition.dart:10:23 • unnecessary_null_comparison info • The operand can't be null, so the condition is always true • lib/ui/widgets/expand_item_transition.dart:11:22 • unnecessary_null_comparison info • Unused import: 'package:flutter/material.dart' • lib/ui/widgets/fluid_nav_bar/fluid_controller.dart:1:8 • unused_import info • 'SingleGetTickerProviderMixin' is deprecated and shouldn't be used. use GetSingleTickerProviderStateMixin • lib/ui/widgets/fluid_nav_bar/fluid_controller.dart:5:51 • deprecated_member_use info • Don't override a method to do a super method invocation with the same parameters • lib/ui/widgets/fluid_nav_bar/fluid_controller.dart:12:8 • unnecessary_overrides info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:5:8 • unnecessary_import info • Avoid using web-only libraries outside Flutter web plugin packages • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:13:1 • avoid_web_libraries_in_flutter info • Unused import: 'package:sport_news/ui/widgets/video_players/html_view.dart' • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:16:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: FluidNavBar.context, FluidNavBar.iconSize • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:20:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:25:3 • use_key_in_widget_constructors info • Don't type annotate initializing formals • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:27:14 • type_init_formals info • Use `;` instead of `{}` for empty constructor bodies • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:28:6 • empty_constructor_bodies info • Prefer typing uninitialized variables and fields • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:33:12 • prefer_typing_uninitialized_variables info • Prefer typing uninitialized variables and fields • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:34:12 • prefer_typing_uninitialized_variables info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:38:5 • unnecessary_this info • The value of the local variable 'isDesktop' isn't used • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:45:11 • unused_local_variable info • 'vsync' is deprecated and shouldn't be used. This field is now ignored. This feature was deprecated after v2.2.0-10.1.pre. • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:49:9 • deprecated_member_use info • Prefer const literals as parameters of constructors on @immutable classes • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:56:24 • prefer_const_literals_to_create_immutables info • Prefer const with constant constructors • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:57:15 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:60:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:70:26 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:148:12 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:157:20 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:170:19 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:198:12 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:216:24 • prefer_const_constructors info • 'primaryVariant' is deprecated and shouldn't be used. Use primary or primaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:222:55 • deprecated_member_use info • 'secondaryVariant' is deprecated and shouldn't be used. Use secondary or secondaryContainer instead. This feature was deprecated after v2.6.0-0.0.pre. • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:223:55 • deprecated_member_use info • Prefer const with constant constructors • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:230:31 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:234:27 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:254:21 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:289:21 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/widgets/fluid_nav_bar/fluid_nav_bar.dart:306:24 • sized_box_for_whitespace info • Use key in widget constructors • lib/ui/widgets/gradient_button.dart:8:3 • use_key_in_widget_constructors info • Prefer const with constant constructors • lib/ui/widgets/gradient_button.dart:31:17 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/gradient_button.dart:35:35 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/gradient_button.dart:35:59 • prefer_const_constructors info • Avoid unnecessary containers • lib/ui/widgets/gradient_button.dart:46:18 • avoid_unnecessary_containers info • Prefer const with constant constructors • lib/ui/widgets/gradient_button.dart:48:24 • prefer_const_constructors info • Prefer declaring const constructors on `@immutable` classes • lib/ui/widgets/header_mobile_widget.dart:9:3 • prefer_const_constructors_in_immutables info • Use key in widget constructors • lib/ui/widgets/header_mobile_widget.dart:9:3 • use_key_in_widget_constructors info • Prefer const with constant constructors • lib/ui/widgets/header_mobile_widget.dart:14:16 • prefer_const_constructors info • Don't import implementation files from another package • lib/ui/widgets/image_picker/image_picker.dart:4:8 • implementation_imports info • The import of 'package:flutter/src/widgets/framework.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/ui/widgets/image_picker/image_picker.dart:4:8 • unnecessary_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ImagePickerWidget.tag, ImagePickerWidget.context • lib/ui/widgets/image_picker/image_picker.dart:8:7 • must_be_immutable info • Annotate overridden members • lib/ui/widgets/image_picker/image_picker.dart:10:15 • annotate_overrides info • Don't override fields • lib/ui/widgets/image_picker/image_picker.dart:10:15 • overridden_fields info • Use key in widget constructors • lib/ui/widgets/image_picker/image_picker.dart:11:3 • use_key_in_widget_constructors info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/image_picker/image_picker.dart:12:5 • unnecessary_this info • The value of the local variable 'imageController' isn't used • lib/ui/widgets/image_picker/image_picker.dart:13:27 • unused_local_variable info • Annotate overridden members • lib/ui/widgets/image_picker/image_picker.dart:16:7 • annotate_overrides info • Prefer typing uninitialized variables and fields • lib/ui/widgets/image_picker/image_picker.dart:18:7 • prefer_typing_uninitialized_variables info • Prefer const with constant constructors • lib/ui/widgets/image_picker/image_picker.dart:37:23 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/image_picker/image_picker.dart:42:37 • prefer_const_constructors info • Unused import: 'dart:io' • lib/ui/widgets/image_picker/image_picker_controller.dart:2:8 • unused_import info • Unused import: 'package:flutter/material.dart' • lib/ui/widgets/image_picker/image_picker_controller.dart:4:8 • unused_import info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/image_picker/image_picker_controller.dart:6:8 • unnecessary_import info • Avoid using web-only libraries outside Flutter web plugin packages • lib/ui/widgets/image_picker/image_picker_controller.dart:9:1 • avoid_web_libraries_in_flutter info • 'getImage' is deprecated and shouldn't be used. Use [getImageAsBytes], [getImageAsWidget] or [getImageAsFile] instead. • lib/ui/widgets/image_picker/image_picker_controller.dart:21:30 • deprecated_member_use info • The operand can't be null, so the condition is always true • lib/ui/widgets/image_picker/image_picker_controller.dart:23:20 • unnecessary_null_comparison info • Avoid using braces in interpolation when not needed • lib/ui/widgets/like_widget/like_controller.dart:36:23 • unnecessary_brace_in_string_interps info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/like_widget/like_widget.dart:6:8 • unnecessary_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: EventStatisticWidget.tag • lib/ui/widgets/like_widget/like_widget.dart:13:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/like_widget/like_widget.dart:15:3 • use_key_in_widget_constructors info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/like_widget/like_widget.dart:18:5 • unnecessary_this info • Prefer const with constant constructors • lib/ui/widgets/like_widget/like_widget.dart:72:22 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/like_widget/like_widget.dart:93:22 • prefer_const_constructors info • Don't import implementation files from another package • lib/ui/widgets/link_preview/user_link_preview.dart:5:8 • implementation_imports info • Unused import: 'package:pointer_interceptor/pointer_interceptor.dart' • lib/ui/widgets/link_preview/user_link_preview.dart:7:8 • unused_import info • Prefer declaring const constructors on `@immutable` classes • lib/ui/widgets/link_preview/user_link_preview.dart:15:3 • prefer_const_constructors_in_immutables info • Avoid using braces in interpolation when not needed • lib/ui/widgets/link_preview/user_link_preview.dart:56:32 • unnecessary_brace_in_string_interps info • Prefer const with constant constructors • lib/ui/widgets/link_preview/user_link_preview.dart:58:28 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/link_preview/user_link_preview.dart:74:32 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/link_preview/user_link_preview.dart:95:28 • prefer_const_constructors info • The declaration '_isTwitchLink' isn't referenced • lib/ui/widgets/link_preview/user_link_preview.dart:114:8 • unused_element info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: MousePosition.child, MousePosition.onEnter, MousePosition.onExit, MousePosition.onHover • lib/ui/widgets/mouse/mouse_position.dart:3:7 • must_be_immutable info • Don't type annotate initializing formals • lib/ui/widgets/my_text_field.dart:13:16 • type_init_formals info • Don't type annotate initializing formals • lib/ui/widgets/my_text_field.dart:14:16 • type_init_formals info • Don't type annotate initializing formals • lib/ui/widgets/my_text_field.dart:16:16 • type_init_formals info • Prefer const with constant constructors • lib/ui/widgets/my_text_field.dart:33:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/my_text_field.dart:37:20 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/my_text_field.dart:38:17 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/my_text_field.dart:39:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/my_text_field.dart:39:42 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/my_text_field.dart:40:23 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/my_text_field.dart:41:20 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/my_text_field.dart:45:27 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/my_text_field.dart:45:44 • prefer_const_constructors info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: NewsWidgetMobile.scrollable • lib/ui/widgets/news_widget_mobile.dart:8:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/news_widget_mobile.dart:12:3 • use_key_in_widget_constructors info • Prefer const with constant constructors • lib/ui/widgets/news_widget_mobile.dart:13:32 • prefer_const_constructors info • The operand can't be null, so the condition is always false • lib/ui/widgets/news_widget_mobile.dart:18:18 • unnecessary_null_comparison info • Use isEmpty instead of length • lib/ui/widgets/news_widget_mobile.dart:18:29 • prefer_is_empty info • The operand can't be null, so the condition is always false • lib/ui/widgets/news_widget_mobile.dart:20:24 • unnecessary_null_comparison info • Use isEmpty instead of length • lib/ui/widgets/news_widget_mobile.dart:20:35 • prefer_is_empty info • SizedBox for whitespace • lib/ui/widgets/news_widget_mobile.dart:24:14 • sized_box_for_whitespace info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: PimpLeft.color, PimpLeft.elevation • lib/ui/widgets/pimp_left.dart:3:7 • must_be_immutable info • Prefer typing uninitialized variables and fields • lib/ui/widgets/pimp_left.dart:4:9 • prefer_typing_uninitialized_variables info • Prefer typing uninitialized variables and fields • lib/ui/widgets/pimp_left.dart:5:9 • prefer_typing_uninitialized_variables info • Don't explicitly initialize variables to null • lib/ui/widgets/pimp_left.dart:8:56 • avoid_init_to_null info • Don't type annotate initializing formals • lib/ui/widgets/pimp_left.dart:8:56 • type_init_formals info • Prefer const with constant constructors • lib/ui/widgets/pimp_left.dart:20:23 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/pimp_left.dart:20:51 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/pimp_left.dart:20:85 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/pimp_left.dart:27:21 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/pimp_left.dart:28:13 • prefer_const_constructors info • Prefer declaring const constructors on `@immutable` classes • lib/ui/widgets/settings_item.dart:9:3 • prefer_const_constructors_in_immutables info • Use key in widget constructors • lib/ui/widgets/settings_item.dart:9:3 • use_key_in_widget_constructors info • Prefer const with constant constructors • lib/ui/widgets/settings_item.dart:17:22 • prefer_const_constructors info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: AssetSvgIcon.assetName, AssetSvgIcon.procentIconSize, AssetSvgIcon.color • lib/ui/widgets/svg_icon.dart:4:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/svg_icon.dart:8:3 • use_key_in_widget_constructors info • Don't type annotate initializing formals • lib/ui/widgets/svg_icon.dart:8:26 • type_init_formals info • Don't type annotate initializing formals • lib/ui/widgets/svg_icon.dart:8:58 • type_init_formals info • Don't type annotate initializing formals • lib/ui/widgets/svg_icon.dart:8:87 • type_init_formals info • Unused import: 'package:auto_size_text/auto_size_text.dart' • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:1:8 • unused_import info • Unused import: 'package:sport_news/ui/widgets/mouse/mouse_position.dart' • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:5:8 • unused_import info • Unused import: 'package:universal_html/html.dart' • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:7:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: UserChipInfo.tag • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:11:7 • must_be_immutable info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:20:5 • unnecessary_this info • Annotate overridden members • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:26:10 • annotate_overrides info • SizedBox for whitespace • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:30:18 • sized_box_for_whitespace info • SizedBox for whitespace • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:38:26 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:42:32 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:65:32 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:66:30 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:70:41 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_chip_info/user_chip_info.dart:70:58 • prefer_const_constructors info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/user_posts/user_chip_info/user_chip_info_controller.dart:5:8 • unnecessary_import info • Private field could be final • lib/ui/widgets/user_posts/user_chip_info/user_chip_info_controller.dart:10:19 • prefer_final_fields info • Don't type annotate initializing formals • lib/ui/widgets/user_posts/user_chip_info/user_chip_info_controller.dart:14:49 • type_init_formals info • Don't type annotate initializing formals • lib/ui/widgets/user_posts/user_chip_info/user_chip_info_controller.dart:14:79 • type_init_formals info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_chip_info/user_chip_info_controller.dart:18:27 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_chip_info/user_chip_info_controller.dart:39:27 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_chip_info/user_chip_info_controller.dart:40:24 • prefer_const_constructors info • Avoid using braces in interpolation when not needed • lib/ui/widgets/user_posts/user_chip_info/user_chip_info_controller.dart:44:53 • unnecessary_brace_in_string_interps info • Avoid using braces in interpolation when not needed • lib/ui/widgets/user_posts/user_chip_info/user_chip_info_controller.dart:44:78 • unnecessary_brace_in_string_interps info • Unused import: 'package:flutter_link_previewer/flutter_link_previewer.dart' • lib/ui/widgets/user_posts/user_post_create.dart:2:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: UserPostCreate.post, UserPostCreate.idCurrentUser • lib/ui/widgets/user_posts/user_post_create.dart:6:7 • must_be_immutable info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_create.dart:14:16 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_create.dart:29:26 • prefer_const_constructors info • Duplicate import • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:10:8 • duplicate_import info • Unused import: 'package:sport_news/pr_extension.dart' • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:11:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: UserPostDetail.id • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:13:7 • must_be_immutable info • Prefer const over final for declarations • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:14:10 • prefer_const_declarations info • Prefer typing uninitialized variables and fields • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:32:7 • prefer_typing_uninitialized_variables info • Avoid single cascade in expression statements • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:49:7 • avoid_single_cascade_in_expression_statements info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:59:17 • prefer_const_constructors info • Avoid single cascade in expression statements • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:72:7 • avoid_single_cascade_in_expression_statements info • The type parameter 'remove' is annotated with @required but only named parameters without a default value can be annotated with it • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:84:23 • invalid_required_named_param info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:134:25 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:150:26 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:150:56 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:154:34 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:157:29 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:167:40 • prefer_const_constructors info • SizedBox for whitespace • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:168:38 • sized_box_for_whitespace info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:189:41 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:194:13 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_detail/user_post_detail.dart:222:15 • prefer_const_constructors info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/user_posts/user_post_detail/user_post_detail_controller.dart:4:8 • unnecessary_import info • Private field could be final • lib/ui/widgets/user_posts/user_post_detail/user_post_detail_controller.dart:9:19 • prefer_final_fields info • Unused import: 'package:animated_category/suggestion_item.dart' • lib/ui/widgets/user_posts/user_post_view/user_post_view.dart:1:8 • unused_import info • Unused import: 'package:sport_news/ui/widgets/user_posts/user_post_detail/user_post_detail.dart' • lib/ui/widgets/user_posts/user_post_view/user_post_view.dart:10:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: UserPostView.tag, UserPostView.showImage, UserPostView.titleMaxLines, UserPostView.showDetailScreen, UserPostView.context • lib/ui/widgets/user_posts/user_post_view/user_post_view.dart:15:7 • must_be_immutable info • Don't type annotate initializing formals • lib/ui/widgets/user_posts/user_post_view/user_post_view.dart:21:14 • type_init_formals info • Don't type annotate initializing formals • lib/ui/widgets/user_posts/user_post_view/user_post_view.dart:23:14 • type_init_formals info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/user_posts/user_post_view/user_post_view.dart:27:5 • unnecessary_this info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_view/user_post_view.dart:63:27 • prefer_const_constructors info • The operand can't be null, so the condition is always true • lib/ui/widgets/user_posts/user_post_view/user_post_view.dart:87:36 • unnecessary_null_comparison info • The operand can't be null, so the condition is always true • lib/ui/widgets/user_posts/user_post_view/user_post_view.dart:90:43 • unnecessary_null_comparison info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_view/user_post_view.dart:111:16 • prefer_const_constructors info • Prefer const with constant constructors • lib/ui/widgets/user_posts/user_post_view/user_post_view.dart:125:16 • prefer_const_constructors info • Unused import: 'package:animated_category/suggestion_item.dart' • lib/ui/widgets/user_posts/user_post_view/user_post_view_controller.dart:1:8 • unused_import info • The import of 'package:get/get_state_manager/get_state_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:get/get.dart' • lib/ui/widgets/user_posts/user_post_view/user_post_view_controller.dart:3:8 • unnecessary_import info • Don't type annotate initializing formals • lib/ui/widgets/user_posts/user_post_view/user_post_view_controller.dart:11:37 • type_init_formals info • Avoid using web-only libraries outside Flutter web plugin packages • lib/ui/widgets/video_players/html_view.dart:1:1 • avoid_web_libraries_in_flutter info • Unused import: 'package:universal_html/controller.dart' • lib/ui/widgets/video_players/html_view.dart:6:8 • unused_import info • Unused import: 'package:universal_html/html.dart' • lib/ui/widgets/video_players/html_view.dart:7:8 • unused_import info • Unused import: 'package:universal_html/indexed_db.dart' • lib/ui/widgets/video_players/html_view.dart:8:8 • unused_import info • Unused import: 'package:universal_html/js.dart' • lib/ui/widgets/video_players/html_view.dart:9:8 • unused_import info • Unused import: 'package:universal_html/js_util.dart' • lib/ui/widgets/video_players/html_view.dart:10:8 • unused_import info • Unused import: 'package:universal_html/parsing.dart' • lib/ui/widgets/video_players/html_view.dart:11:8 • unused_import info • Unused import: 'package:universal_html/svg.dart' • lib/ui/widgets/video_players/html_view.dart:12:8 • unused_import info • Unused import: 'package:universal_html/web_audio.dart' • lib/ui/widgets/video_players/html_view.dart:13:8 • unused_import info • Unused import: 'package:universal_html/web_gl.dart' • lib/ui/widgets/video_players/html_view.dart:14:8 • unused_import info • Prefer declaring const constructors on `@immutable` classes • lib/ui/widgets/video_players/html_view.dart:29:3 • prefer_const_constructors_in_immutables info • Avoid single cascade in expression statements • lib/ui/widgets/video_players/html_view.dart:47:5 • avoid_single_cascade_in_expression_statements info • Unnecessary new keyword • lib/ui/widgets/video_players/html_view.dart:52:22 • unnecessary_new info • This method overrides a method annotated as '@mustCallSuper' in 'AutomaticKeepAliveClientMixin', but doesn't invoke the overridden method • lib/ui/widgets/video_players/html_view.dart:66:10 • must_call_super info • The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/ui/widgets/video_players/twitch_player.dart:3:8 • unnecessary_import info • Unused import: 'package:auto_size_text/auto_size_text.dart' • lib/ui/widgets/video_players/twitch_player.dart:5:8 • unused_import info • Unused import: 'html_view.dart' • lib/ui/widgets/video_players/twitch_player.dart:9:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: TwitchPlayer.streamName, TwitchPlayer.url • lib/ui/widgets/video_players/twitch_player.dart:11:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/video_players/twitch_player.dart:16:3 • use_key_in_widget_constructors info • Prefer typing uninitialized variables and fields • lib/ui/widgets/video_players/twitch_player.dart:30:7 • prefer_typing_uninitialized_variables info • This method overrides a method annotated as '@mustCallSuper' in 'AutomaticKeepAliveClientMixin', but doesn't invoke the overridden method • lib/ui/widgets/video_players/twitch_player.dart:36:10 • must_call_super info • Avoid using braces in interpolation when not needed • lib/ui/widgets/video_players/twitch_player.dart:62:33 • unnecessary_brace_in_string_interps info • Avoid `print` calls in production code • lib/ui/widgets/video_players/twitch_player.dart:70:9 • avoid_print info • Avoid using braces in interpolation when not needed • lib/ui/widgets/video_players/twitch_player.dart:74:22 • unnecessary_brace_in_string_interps info • Avoid using braces in interpolation when not needed • lib/ui/widgets/video_players/twitch_player.dart:80:22 • unnecessary_brace_in_string_interps info • The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/ui/widgets/video_players/youtube_player.dart:3:8 • unnecessary_import info • Unused import: 'package:auto_size_text/auto_size_text.dart' • lib/ui/widgets/video_players/youtube_player.dart:5:8 • unused_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: YoutubePlayer.url, YoutubePlayer.showedViewDelay, YoutubePlayer.tempUrl, YoutubePlayer.controller • lib/ui/widgets/video_players/youtube_player.dart:10:7 • must_be_immutable info • Use key in widget constructors • lib/ui/widgets/video_players/youtube_player.dart:14:3 • use_key_in_widget_constructors info • Avoid using braces in interpolation when not needed • lib/ui/widgets/video_players/youtube_player.dart:36:19 • unnecessary_brace_in_string_interps info • Avoid using braces in interpolation when not needed • lib/ui/widgets/video_players/youtube_player.dart:42:24 • unnecessary_brace_in_string_interps info • Unnecessary new keyword • lib/ui/widgets/video_players/youtube_player.dart:74:21 • unnecessary_new info • Use key in widget constructors • lib/ui/widgets/visibility.dart:15:3 • use_key_in_widget_constructors info • Don't access members with `this` unless avoiding shadowing • lib/ui/widgets/visibility.dart:18:8 • unnecessary_this info • Unnecessary new keyword • lib/ui/widgets/visibility.dart:25:14 • unnecessary_new info • Unnecessary new keyword • lib/ui/widgets/visibility.dart:27:16 • unnecessary_new info • Unnecessary new keyword • lib/ui/widgets/visibility.dart:33:14 • unnecessary_new 957 issues found. (ran in 6.7s) ``` ``` Dmitrys-MacBook-Pro:nemesis dmitrydyachenko$ flutter doctor -v [✓] Flutter (Channel beta, 2.9.0-0.1.pre, on macOS 12.1 21C52 darwin-x64, locale en-GB) • Flutter version 2.9.0-0.1.pre at /Users/dmitrydyachenko/fvm/versions/2.9.0-0.1.pre • Upstream repository https://github.com/flutter/flutter.git • Framework revision 8f1f9c10f0 (4 weeks ago), 2021-12-14 13:41:48 -0800 • Engine revision 234aca678a • Dart version 2.16.0 (build 2.16.0-80.1.beta) • DevTools version 2.9.1 [!] Android toolchain - develop for Android devices (Android SDK version 31.0.0-rc5) • Android SDK at /Users/dmitrydyachenko/Library/Android/sdk • Platform android-31, build-tools 31.0.0-rc5 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6916264) ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses [✓] Xcode - develop for iOS and macOS (Xcode 13.1) • Xcode at /Applications/Xcode.app/Contents/Developer • CocoaPods version 1.11.2 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [!] Android Studio • Android Studio at /Applications/Android Studio Preview.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart ✗ Unable to find bundled Java version. • Try updating or re-installing Android Studio. [✓] Android Studio (version 4.2) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6916264) [✓] VS Code (version 1.63.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.32.0 [✓] Connected device (2 available) • macOS (desktop) • macos • darwin-x64 • macOS 12.1 21C52 darwin-x64 • Chrome (web) • chrome • web-javascript • Google Chrome 95.0.4638.54 ! Error: iPad (9) is not connected. Xcode will continue when iPad (9) is connected. (code -13) ! Doctor found issues in 2 categories. ```
darshankawar commented 2 years ago

@followthemoney1 From the log, it's failing due to below error:

[  +12 ms] <- compile org-dartlang-app:/web_entrypoint.dart
[+49862 ms] Unhandled exception:
[   +2 ms] Invalid argument(s): Expected a library reference to be valid but was
`null`.
[        ] #0      BinaryPrinter.writeLibraryReference
           (package:kernel/binary/ast_to_binary.dart:987:7)
[        ] #1      BinaryPrinter.writeLibraryDependency
           (package:kernel/binary/ast_to_binary.dart:1129:5)
[        ] #2      BinaryPrinter.writeLibraryDependencies
           (package:kernel/binary/ast_to_binary.dart:1111:7)
[        ] #3      BinaryPrinter.visitLibrary
           (package:kernel/binary/ast_to_binary.dart:1051:5)
[        ] #4      Library.accept (package:kernel/ast.dart:557:38)
[        ] #5      BinaryPrinter.writeLibraryNode
           (package:kernel/binary/ast_to_binary.dart:451:10)
[        ] #6      BinaryPrinter.writeLibraries
           (package:kernel/binary/ast_to_binary.dart:756:9)
[        ] #7      BinaryPrinter.writeComponentFile.<anonymous closure>
           (package:kernel/binary/ast_to_binary.dart:595:7)
[        ] #8      Timeline.timeSync (dart:developer/timeline.dart:163:22)
[        ] #9      BinaryPrinter.writeComponentFile
           (package:kernel/binary/ast_to_binary.dart:577:14)
[        ] #10     IncrementalSerializer.serialize
           (package:front_end/src/fasta/incremental_serializer.dart:308:13)
[        ] #11     IncrementalSerializer.writePackagesToSinkAndTrimComponent
           (package:front_end/src/fasta/incremental_serializer.dart:158:24)
[        ] #12     FrontendCompiler.writeDillFile
           (package:frontend_server/frontend_server.dart:695:29)
[        ] #13     FrontendCompiler.compile
           (package:frontend_server/frontend_server.dart:572:13)
[        ] <asynchronous suspension>
[        ] #14     listenAndCompile.<anonymous closure>
           (package:frontend_server/frontend_server.dart:1150:11)
[        ] <asynchronous suspension>
[ +291 ms] "flutter run" took 55,207ms.
[   +4 ms] the Dart compiler exited unexpectedly.
[   +1 ms] 
           #0      throwToolExit
(package:flutter_tools/src/base/common.dart:10:3)
           #1      DefaultResidentCompiler._compile.<anonymous closure>
           (package:flutter_tools/src/compile.dart:773:13)
           #2      _rootRun (dart:async/zone.dart:1418:47)
           #3      _CustomZone.run (dart:async/zone.dart:1328:19)
           #4      _CustomZone.runGuarded (dart:async/zone.dart:1236:7)
           #5      _BufferingStreamSubscription._sendDone.sendDone
           (dart:async/stream_impl.dart:394:13)
           #6      _BufferingStreamSubscription._sendDone
           (dart:async/stream_impl.dart:404:7)
           #7      _BufferingStreamSubscription._close
(dart:async/stream_impl.dart:291:7)
           #8      _SinkTransformerStreamSubscription._close
           (dart:async/stream_transformers.dart:87:11)
           #9      _EventSinkWrapper.close
(dart:async/stream_transformers.dart:21:11)
           #10     _StringAdapterSink.close
(dart:convert/string_conversion.dart:251:11)
           #11     _LineSplitterSink.close
(dart:convert/line_splitter.dart:154:11)
           #12     _SinkTransformerStreamSubscription._handleDone
           (dart:async/stream_transformers.dart:132:24)
           #13     _rootRun (dart:async/zone.dart:1418:47)
           #14     _CustomZone.run (dart:async/zone.dart:1328:19)
           #15     _CustomZone.runGuarded (dart:async/zone.dart:1236:7)
           #16     _BufferingStreamSubscription._sendDone.sendDone
           (dart:async/stream_impl.dart:394:13)
           #17     _BufferingStreamSubscription._sendDone
           (dart:async/stream_impl.dart:404:7)
           #18     _BufferingStreamSubscription._close
(dart:async/stream_impl.dart:291:7)
           #19     _SinkTransformerStreamSubscription._close
           (dart:async/stream_transformers.dart:87:11)
           #20     _EventSinkWrapper.close
(dart:async/stream_transformers.dart:21:11)
           #21     _StringAdapterSink.close
(dart:convert/string_conversion.dart:251:11)
           #22     _Utf8ConversionSink.close
(dart:convert/string_conversion.dart:305:20)
           #23     _ConverterStreamEventSink.close
           (dart:convert/chunked_conversion.dart:81:18)
           #24     _SinkTransformerStreamSubscription._handleDone
           (dart:async/stream_transformers.dart:132:24)
           #25     _rootRun (dart:async/zone.dart:1418:47)
           #26     _CustomZone.run (dart:async/zone.dart:1328:19)
           #27     _CustomZone.runGuarded (dart:async/zone.dart:1236:7)
           #28     _BufferingStreamSubscription._sendDone.sendDone
           (dart:async/stream_impl.dart:394:13)
           #29     _BufferingStreamSubscription._sendDone
           (dart:async/stream_impl.dart:404:7)
           #30     _BufferingStreamSubscription._close
(dart:async/stream_impl.dart:291:7)
           #31     _SyncStreamControllerDispatch._sendDone
           (dart:async/stream_controller.dart:741:19)
           #32     _StreamController._closeUnchecked
           (dart:async/stream_controller.dart:596:7)
           #33     _StreamController.close
(dart:async/stream_controller.dart:589:5)
           #34     _Socket._onData (dart:io-patch/socket_patch.dart:2310:21)
           #35     _rootRunUnary (dart:async/zone.dart:1442:13)
           #36     _CustomZone.runUnary (dart:async/zone.dart:1335:19)
           #37     _CustomZone.runUnaryGuarded (dart:async/zone.dart:1244:7)
           #38     _BufferingStreamSubscription._sendData
           (dart:async/stream_impl.dart:341:11)
           #39     _BufferingStreamSubscription._add
(dart:async/stream_impl.dart:271:7)
           #40     _SyncStreamControllerDispatch._sendData
           (dart:async/stream_controller.dart:733:19)
           #41     _StreamController._add
(dart:async/stream_controller.dart:607:7)
           #42     _StreamController.add
(dart:async/stream_controller.dart:554:5)
           #43     new _RawSocket.<anonymous closure>
           (dart:io-patch/socket_patch.dart:1838:35)
           #44     _NativeSocket.issueReadEvent.issue
           (dart:io-patch/socket_patch.dart:1307:18)
           #45     _microtaskLoop (dart:async/schedule_microtask.dart:40:21)
           #46     _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5)
           #47     _runPendingImmediateCallback
           (dart:isolate-patch/isolate_patch.dart:122:13)
           #48     _RawReceivePortImpl._handleMessage
           (dart:isolate-patch/isolate_patch.dart:193:5)

[   +3 ms] Running shutdown hooks
[   +2 ms] Waiting for connection from debug service on Chrome... (completed in
50.4s)
[        ] Synced 0.0MB.
[        ] Failed to compile application.
[        ] Shutdown hooks complete
[        ] exiting with code 1

But the code sample you provided isn't minimal. We would need a complete minimal reproducible code sample that narrows down the issue without any 3rd party plugin or code, so please truncate the code sample that'll be enough to replicate the same error.

followthemoney1 commented 2 years ago

@darshankawar I know, but why do I have runtime type error without any logging about what is going wrong here? How I can handle where is the issue?

darshankawar commented 2 years ago

@followthemoney1 From the log, it seems to be coming from Dart package:kernel/binary/ast_to_binary.dart, but in order to narrow it down properly, would be good to have a minimal repro code that throws this error.

followthemoney1 commented 2 years ago

resolver after switching to master 💁🏿

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.