Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackOverflow in dart2js invoke_dynamic_specializers.dart #73666

Closed
amirmhmdi opened this issue Jan 10, 2021 · 13 comments
Closed

StackOverflow in dart2js invoke_dynamic_specializers.dart #73666

amirmhmdi opened this issue Jan 10, 2021 · 13 comments
Labels
a: build Building flutter applications with the tool c: crash Stack traces logged to the console dependency: dart Dart team may need to help us P2 Important issues not at the top of the work list platform-web Web applications specifically tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@amirmhmdi
Copy link

amirmhmdi commented Jan 10, 2021

after flutter upgrade from 1.20 on beta channel to 1.25.0 on the same channel this error appear

logs
 Target dart2js failed: Exception: Unhandled exception:                  
Stack Overflow
#0      ListMixin.any (dart:collection/list.dart:146:3)
#1      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:166:22)
#2      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
#3      ListMixin.any (dart:collection/list.dart:149:15)
#4      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
#5      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
#6      ListMixin.any (dart:collection/list.dart:149:15)
#7      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
#8      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
#9      ListMixin.any (dart:collection/list.dart:149:15)
#10     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
#11     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
#12     ListMixin.any (dart:collection/list.dart:149:15)
#13     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
#14     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
#15     ListMixin.any (dart:collection/list.dart:149:15)
#16     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
#17     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
#18     ListMixin.any (dart:collection/list.dart:149:15)
#19     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
#20     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
#21     ListMixin.any (dart:collection/list.dart:149:15)
#22     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
#23     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
#24     ListMixin.any (dart:collection/list.dart:149:15)
#25     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
#26     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
#27     ListMixin.any (dart:collection/list.dart:149:15)
#28     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
#29     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
#30     ListMixin.any (dart:collection/list.dart:149:15)
#31     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
#32     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
...
...
#13008  Compiler.emptyQueue.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (package:compiler/src/compiler.dart:511:32)
#13009  CompilerTask.measureSubtask (package:compiler/src/common/tasks.dart:181:35)
#13010  Compiler.emptyQueue.<anonymous closure>.<anonymous closure>.<anonymous closure> (package:compiler/src/compiler.dart:509:28)
#13011  CompilerDiagnosticReporter.withCurrentElement (package:compiler/src/compiler.dart:794:15)
#13012  Compiler.emptyQueue.<anonymous closure>.<anonymous closure> (package:compiler/src/compiler.dart:507:18)
#13013  CodegenEnqueuer._forEach (package:compiler/src/js_backend/enqueuer.dart:269:12)
#13014  CodegenEnqueuer.forEach (package:compiler/src/js_backend/enqueuer.dart:285:5)
#13015  Compiler.emptyQueue.<anonymous closure> (package:compiler/src/compiler.dart:503:16)
#13016  CompilerTask.measureSubtask (package:compiler/src/common/tasks.dart:181:35)
#13017  Compiler.emptyQueue (package:compiler/src/compiler.dart:502:14)
#13018  Compiler.processQueue.<anonymous closure> (package:compiler/src/compiler.dart:528:7)
#13019  CompilerTask.measureSubtask (package:compiler/src/common/tasks.dart:181:35)
#13020  Compiler.processQueue (package:compiler/src/compiler.dart:521:14)
#13021  Compiler.runCodegenEnqueuer (package:compiler/src/compiler.dart:420:5)
#13022  Compiler.generateJavaScriptCode (package:compiler/src/compiler.dart:325:9)
#13023  Compiler.compileFromKernel.<anonymous closure> (package:compiler/src/compiler.dart:484:7)
#13024  CompilerTask.measureSubtask (package:compiler/src/common/tasks.dart:181:35)
#13025  Compiler.compileFromKernel (package:compiler/src/compiler.dart:457:14)
#13026  Compiler.runInternal (package:compiler/src/compiler.dart:298:13)
#13027  _RootZone.runUnary (dart:async/zone.dart:1446:54)
#13028  _FutureListener.handleValue (dart:async/future_impl.dart:150:18)
#13029  Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:703:45)
#13030  Future._propagateToListeners (dart:async/future_impl.dart:732:32)
#13031  Future._completeWithValue (dart:async/future_impl.dart:536:5)
#13032  _completeOnAsyncReturn (dart:async-patch/async_patch.dart:254:13)
#13033  KernelLoaderTask.load.<anonymous closure> (package:compiler/src/kernel/loader.dart)
#13034  _RootZone.runUnary (dart:async/zone.dart:1446:54)
#13035  _FutureListener.handleValue (dart:async/future_impl.dart:150:18)
#13036  Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:703:45)
#13037  Future._propagateToListeners (dart:async/future_impl.dart:732:32)
#13038  Future._completeWithValue (dart:async/future_impl.dart:536:5)
#13039  _completeOnAsyncReturn (dart:async-patch/async_patch.dart:254:13)
#13040  KernelLoaderTask.load.<anonymous closure>.read (package:compiler/src/kernel/loader.dart)
#13041  _RootZone.runUnary (dart:async/zone.dart:1446:54)
#13042  _FutureListener.handleValue (dart:async/future_impl.dart:150:18)
#13043  Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:703:45)
#13044  Future._propagateToListeners (dart:async/future_impl.dart:732:32)
#13045  Future._completeWithValue (dart:async/future_impl.dart:536:5)
#13046  Future._asyncCompleteWithValue.<anonymous closure> (dart:async/future_impl.dart:574:7)
#13047  _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#13048  _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#13049  _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:120:13)
#13050  _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:185:5)


Compiling lib/main.dart for the Web...                             37.4s
Exception: Failed to compile application for the Web.

and flutter doctor is :

[✓] Flutter (Channel beta, 1.25.0-8.2.pre, on Mac OS X 10.15.6 19G2021 darwin-x64, locale en-GB)
• Flutter version 1.25.0-8.2.pre at /Users/i-tech/flutter
• Framework revision b0a2299 (5 days ago), 2021-01-05 12:34:13 -0800
• Engine revision 92ae191c17
• Dart version 2.12.0 (build 2.12.0-133.2.beta)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at /Users/i-tech/Library/Android/sdk
• Platform android-30, build-tools 30.0.2
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
• All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.7)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.7, Build version 11E801a
• CocoaPods version 1.10.0

[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 4.0)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 49.0.2
• Dart plugin version 193.7547
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[✓] VS Code (version 1.52.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.18.1

[✓] Connected device (1 available)
• Chrome (web) • chrome • web-javascript • Google Chrome 87.0.4280.88

• No issues found!

@amirmhmdi amirmhmdi added the team-infra Owned by Infrastructure team label Jan 10, 2021
@amirmhmdi
Copy link
Author

it get error on flutter build web
flutter run -d web is okay
flutter build apk is okay
just in build web got error
on beta, dev and master channel same error

this version work correctly on new project too

@amirmhmdi amirmhmdi changed the title after flutter upgrade on beta channel this error appear after flutter upgrade on beta channel this error appear on web Jan 10, 2021
@pedromassangocode
Copy link

Hi @amirmhmdi
Can you please provide your your flutter build web --verbose and your pubspec.yaml.
Thank you

@pedromassangocode pedromassangocode added in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds and removed team-infra Owned by Infrastructure team labels Jan 11, 2021
@amirmhmdi
Copy link
Author

amirmhmdi commented Jan 12, 2021

@pedromassangocode

pubspec.yaml
version: 1.0.0+1

environment:
  sdk: ">=2.6.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter
  flutter_localizations:
    sdk: flutter
  flutter_web_plugins:
    sdk: flutter

  rxdart: any
  json_annotation: ^3.0.1
  http: any
  rx_command: any
  rx_widgets: any
  cached_network_image: ^2.3.0-beta
  open_iconic_flutter: ">=0.3.0 <0.4.0"
  screen: ">=0.0.4 <0.1.0"
  flutter_bloc: 4.0.0
  equatable: ^0.2.0
  flutter_staggered_grid_view: 0.3.1
  path: ^1.6.4
  path_provider: ^1.5.1
  flutter_file_manager: ^0.2.0
  transparent_image: ^1.0.0
  flutter_image_compress:
  archive: '>=1.0.16 <3.0.0'
  xml: '>=3.2.5 <4.0.0'
  image: ^2.1.10
  permission_handler: ^3.1.0
  flutter_widgets: ^0.1.7+1
  dio: ^3.0.10
  pinch_zoom_image_last: ^0.3.1
  pin_code_fields: 5.0.1
  recase: ^3.0.0
  persistent_bottom_nav_bar: ^2.1.0
  media_picker_builder: ^1.3.2
  cached_video_player: ^1.0.3
  video_player: ^0.10.4+1
  video_player_web: ^0.1.0
  connectivity: ^2.0.2
  toast: ^0.1.5
  pull_to_refresh: ^1.6.0
  image_picker: ^0.6.7+2
  gallery_saver: ^2.0.1
  hive: ^1.4.1+1
  hive_flutter: ^0.3.0+2
  responsive_framework: ^0.0.8
  share_extend: ^1.1.9
  jiffy: ^3.0.1
  photofilters: ^2.0.1
  firebase_messaging: ^7.0.0
  firebase: ^7.3.2
  flutter_typeahead: 1.8.8
  flutter_local_notifications: ^1.4.4+4
  workmanager: ^0.2.0
  flutter_ffmpeg: ^0.3.0
  torch_compat: ^1.0.2
  quiver: ^2.1.3
  fluttertoast: ^3.1.3
  provider: ^4.3.2+2
  flutter_better_camera: ^0.6.1
  native_device_orientation: ^0.4.3
  exif: ^1.0.3
  analyzer: ^0.39.14
  dio_cookie_manager: ^1.0.0
  cookie_jar: ^1.0.0
  dwds: 6.0.0
  oktoast: ^2.3.2
  flutter_spinkit: ^4.1.2+1
  percent_indicator: "^2.1.7+2"
  page_indicator: ^0.3.0
  photo_view: ^0.10.3
  wakelock: 0.1.4+2
  simple_timer: ^1.0.1
  platform_detect: ^1.4.0
  uni_links: ^0.4.0
  rubber: ^0.4.0
  decorated_icon: ^1.0.2
  flutter_colorpicker: ^0.3.4
  preload_page_view: ^0.1.4
  url_launcher: ^5.0.0








flutter_native_splash:
  image: assets/splashIcon.png
  color: "ffffff"



dev_dependencies:
  build_runner: ^1.6.2
  build_web_compilers: ^2.0.0
  json_serializable: ^3.3.0
  hive_generator: ^0.7.0+2
  flutter_native_splash: ^0.1.9

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jan 12, 2021
@pedromassangocode
Copy link

Hi @amirmhmdi I need the crash logs as well, you can get it by running flutter build web --verbose.

@pedromassangocode pedromassangocode added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jan 12, 2021
@amirmhmdi

This comment has been minimized.

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jan 12, 2021
@amirmhmdi
Copy link
Author

amirmhmdi commented Jan 12, 2021

logs
[  +82 ms] executing: [/Users/i-tech/flutter/] git -c log.showSignature=false
log -n 1 --pretty=format:%H
[  +46 ms] Exit code 0 from: git -c log.showSignature=false log -n 1
--pretty=format:%H
[        ] b0a22998593fc605c723dee8ff4d9315c32cfe2c
[        ] executing: [/Users/i-tech/flutter/] git tag --points-at
b0a22998593fc605c723dee8ff4d9315c32cfe2c
[  +28 ms] Exit code 0 from: git tag --points-at
b0a22998593fc605c723dee8ff4d9315c32cfe2c
[        ] 1.25.0-8.2.pre
[  +49 ms] executing: [/Users/i-tech/flutter/] git rev-parse --abbrev-ref
--symbolic @{u}
[  +11 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/beta
[        ] executing: [/Users/i-tech/flutter/] git ls-remote --get-url origin
[  +10 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +51 ms] executing: [/Users/i-tech/flutter/] git rev-parse --abbrev-ref HEAD
[  +11 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] beta
[   +5 ms] executing: sw_vers -productName
[  +14 ms] Exit code 0 from: sw_vers -productName
[        ] Mac OS X
[        ] executing: sw_vers -productVersion
[  +13 ms] Exit code 0 from: sw_vers -productVersion
[        ] 10.15.6
[        ] executing: sw_vers -buildVersion
[  +13 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 19G2021
[   +5 ms] executing: sysctl hw.optional.arm64
[   +3 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[  +45 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.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' 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.
[  +50 ms] Artifact Instance of 'MaterialFonts' is not required, skipping
update.
[        ] Artifact Instance of 'GradleWrapper' is not required, skipping
update.
[        ] 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.
[   +1 ms] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] Artifact Instance of 'WindowsEngineArtifacts' 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.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping
update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping
update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping
update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping
update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping
update.
[        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping
update.
[        ] Artifact Instance of 'PubDependencies' is not required, skipping
update.
[  +73 ms] Running "flutter pub get" in ui...
[   +5 ms] executing: [/Users/i-tech/Documents/development/project/ui/]
/Users/i-tech/flutter/bin/cache/dart-sdk/bin/pub --verbose get --no-precompile
[  +81 ms] FINE: Pub 2.12.0-133.2.beta
[  +96 ms] MSG : Resolving dependencies...
[  +91 ms] SLVR: fact: flutter_app_instagram is 1.0.0+1
[   +7 ms] SLVR: derived: flutter_app_instagram
[  +22 ms] SLVR: fact: flutter_app_instagram depends on flutter any from sdk
[        ] SLVR: fact: flutter_app_instagram depends on flutter_localizations
any from sdk
[        ] SLVR: fact: flutter_app_instagram depends on flutter_web_plugins any
from sdk
[        ] SLVR: fact: flutter_app_instagram depends on rxdart any
[        ] SLVR: fact: flutter_app_instagram depends on json_annotation ^3.0.1
[        ] SLVR: fact: flutter_app_instagram depends on http any
[        ] SLVR: fact: flutter_app_instagram depends on rx_command any
[        ] SLVR: fact: flutter_app_instagram depends on rx_widgets any
[        ] SLVR: fact: flutter_app_instagram depends on cached_network_image
^2.3.0-beta
[        ] SLVR: fact: flutter_app_instagram depends on open_iconic_flutter
^0.3.0
[        ] SLVR: fact: flutter_app_instagram depends on screen ^0.0.4
[        ] SLVR: fact: flutter_app_instagram depends on flutter_bloc 4.0.0
[        ] SLVR: fact: flutter_app_instagram depends on equatable ^0.2.0
[        ] SLVR: fact: flutter_app_instagram depends on
flutter_staggered_grid_view 0.3.1
[        ] SLVR: fact: flutter_app_instagram depends on path ^1.6.4
[        ] SLVR: fact: flutter_app_instagram depends on path_provider ^1.5.1
[        ] SLVR: fact: flutter_app_instagram depends on flutter_file_manager
^0.2.0
[        ] SLVR: fact: flutter_app_instagram depends on transparent_image ^1.0.0
[        ] SLVR: fact: flutter_app_instagram depends on flutter_image_compress
any
[        ] SLVR: fact: flutter_app_instagram depends on archive >=1.0.16 <3.0.0
[        ] SLVR: fact: flutter_app_instagram depends on xml ^3.2.5
[        ] SLVR: fact: flutter_app_instagram depends on image ^2.1.10
[        ] SLVR: fact: flutter_app_instagram depends on permission_handler
^3.1.0
[        ] SLVR: fact: flutter_app_instagram depends on visibility_detector
^0.1.5
[        ] SLVR: fact: flutter_app_instagram depends on dio ^3.0.10
[        ] SLVR: fact: flutter_app_instagram depends on pinch_zoom_image_last
^0.3.1
[        ] SLVR: fact: flutter_app_instagram depends on pin_code_fields 5.0.1
[        ] SLVR: fact: flutter_app_instagram depends on recase ^3.0.0
[        ] SLVR: fact: flutter_app_instagram depends on
persistent_bottom_nav_bar ^2.1.0
[        ] SLVR: fact: flutter_app_instagram depends on media_picker_builder
^1.3.2
[        ] SLVR: fact: flutter_app_instagram depends on cached_video_player
^1.0.3
[        ] SLVR: fact: flutter_app_instagram depends on video_player ^0.10.4+1
[        ] SLVR: fact: flutter_app_instagram depends on video_player_web ^0.1.0
[        ] SLVR: fact: flutter_app_instagram depends on connectivity ^2.0.2
[        ] SLVR: fact: flutter_app_instagram depends on toast ^0.1.5
[        ] SLVR: fact: flutter_app_instagram depends on pull_to_refresh ^1.6.0
[        ] SLVR: fact: flutter_app_instagram depends on image_picker ^0.6.7+2
[        ] SLVR: fact: flutter_app_instagram depends on gallery_saver ^2.0.1
[        ] SLVR: fact: flutter_app_instagram depends on hive ^1.4.1+1
[        ] SLVR: fact: flutter_app_instagram depends on hive_flutter ^0.3.0+2
[        ] SLVR: fact: flutter_app_instagram depends on responsive_framework
^0.0.8
[        ] SLVR: fact: flutter_app_instagram depends on share_extend ^1.1.9
[        ] SLVR: fact: flutter_app_instagram depends on jiffy ^3.0.1
[        ] SLVR: fact: flutter_app_instagram depends on photofilters ^2.0.1
[        ] SLVR: fact: flutter_app_instagram depends on firebase_messaging
^7.0.0
[        ] SLVR: fact: flutter_app_instagram depends on firebase ^7.3.2
[        ] SLVR: fact: flutter_app_instagram depends on flutter_typeahead 1.8.8
[        ] SLVR: fact: flutter_app_instagram depends on
flutter_local_notifications ^1.4.4+4
[        ] SLVR: fact: flutter_app_instagram depends on workmanager ^0.2.0
[        ] SLVR: fact: flutter_app_instagram depends on flutter_ffmpeg ^0.3.0
[        ] SLVR: fact: flutter_app_instagram depends on torch_compat ^1.0.2
[        ] SLVR: fact: flutter_app_instagram depends on quiver ^2.1.3
[        ] SLVR: fact: flutter_app_instagram depends on fluttertoast ^3.1.3
[        ] SLVR: fact: flutter_app_instagram depends on provider ^4.3.2+2
[        ] SLVR: fact: flutter_app_instagram depends on flutter_better_camera
^0.6.1
[        ] SLVR: fact: flutter_app_instagram depends on
native_device_orientation ^0.4.3
[        ] SLVR: fact: flutter_app_instagram depends on exif ^1.0.3
[        ] SLVR: fact: flutter_app_instagram depends on analyzer ^0.39.14
[        ] SLVR: fact: flutter_app_instagram depends on dio_cookie_manager
^1.0.0
[        ] SLVR: fact: flutter_app_instagram depends on cookie_jar ^1.0.0
[        ] SLVR: fact: flutter_app_instagram depends on dwds 6.0.0
[        ] SLVR: fact: flutter_app_instagram depends on oktoast ^2.3.2
[        ] SLVR: fact: flutter_app_instagram depends on flutter_spinkit ^4.1.2+1
[        ] SLVR: fact: flutter_app_instagram depends on percent_indicator
^2.1.7+2
[        ] SLVR: fact: flutter_app_instagram depends on page_indicator ^0.3.0
[        ] SLVR: fact: flutter_app_instagram depends on photo_view ^0.10.3
[        ] SLVR: fact: flutter_app_instagram depends on wakelock 0.1.4+2
[        ] SLVR: fact: flutter_app_instagram depends on simple_timer ^1.0.1
[        ] SLVR: fact: flutter_app_instagram depends on platform_detect ^1.4.0
[        ] SLVR: fact: flutter_app_instagram depends on uni_links ^0.4.0
[        ] SLVR: fact: flutter_app_instagram depends on rubber ^0.4.0
[        ] SLVR: fact: flutter_app_instagram depends on decorated_icon ^1.0.2
[        ] SLVR: fact: flutter_app_instagram depends on flutter_colorpicker
^0.3.4
[        ] SLVR: fact: flutter_app_instagram depends on preload_page_view ^0.1.4
[        ] SLVR: fact: flutter_app_instagram depends on url_launcher ^5.0.0
[        ] SLVR: fact: flutter_app_instagram depends on build_runner ^1.6.2
[        ] SLVR: fact: flutter_app_instagram depends on build_web_compilers
^2.0.0
[        ] SLVR: fact: flutter_app_instagram depends on json_serializable ^3.3.0
[        ] SLVR: fact: flutter_app_instagram depends on hive_generator ^0.7.0+2
[        ] SLVR: fact: flutter_app_instagram depends on flutter_native_splash
^0.1.9
[        ] SLVR: fact: flutter_app_instagram depends on intl 0.17.0-nullsafety.2
[        ] SLVR:   selecting flutter_app_instagram
[        ] SLVR:   derived: intl 0.17.0-nullsafety.2
[        ] SLVR:   derived: flutter_native_splash ^0.1.9
[        ] SLVR:   derived: hive_generator ^0.7.0+2
[        ] SLVR:   derived: json_serializable ^3.3.0
[        ] SLVR:   derived: build_web_compilers ^2.0.0
[        ] SLVR:   derived: build_runner ^1.6.2
[        ] SLVR:   derived: url_launcher ^5.0.0
[        ] SLVR:   derived: preload_page_view ^0.1.4
[        ] SLVR:   derived: flutter_colorpicker ^0.3.4
[        ] SLVR:   derived: decorated_icon ^1.0.2
[        ] SLVR:   derived: rubber ^0.4.0
[        ] SLVR:   derived: uni_links ^0.4.0
[        ] SLVR:   derived: platform_detect ^1.4.0
[        ] SLVR:   derived: simple_timer ^1.0.1
[        ] SLVR:   derived: wakelock 0.1.4+2
[        ] SLVR:   derived: photo_view ^0.10.3
[        ] SLVR:   derived: page_indicator ^0.3.0
[        ] SLVR:   derived: percent_indicator ^2.1.7+2
[        ] SLVR:   derived: flutter_spinkit ^4.1.2+1
[        ] SLVR:   derived: oktoast ^2.3.2
[        ] SLVR:   derived: dwds 6.0.0
[        ] SLVR:   derived: cookie_jar ^1.0.0
[        ] SLVR:   derived: dio_cookie_manager ^1.0.0
[        ] SLVR:   derived: analyzer ^0.39.14
[        ] SLVR:   derived: exif ^1.0.3
[        ] SLVR:   derived: native_device_orientation ^0.4.3
[        ] SLVR:   derived: flutter_better_camera ^0.6.1
[        ] SLVR:   derived: provider ^4.3.2+2
[        ] SLVR:   derived: fluttertoast ^3.1.3
[        ] SLVR:   derived: quiver ^2.1.3
[        ] SLVR:   derived: torch_compat ^1.0.2
[        ] SLVR:   derived: flutter_ffmpeg ^0.3.0
[        ] SLVR:   derived: workmanager ^0.2.0
[        ] SLVR:   derived: flutter_local_notifications ^1.4.4+4
[        ] SLVR:   derived: flutter_typeahead 1.8.8
[   +3 ms] SLVR:   derived: firebase ^7.3.2
[        ] SLVR:   derived: firebase_messaging ^7.0.0
[        ] SLVR:   derived: photofilters ^2.0.1
[        ] SLVR:   derived: jiffy ^3.0.1
[        ] SLVR:   derived: share_extend ^1.1.9
[        ] SLVR:   derived: responsive_framework ^0.0.8
[        ] SLVR:   derived: hive_flutter ^0.3.0+2
[        ] SLVR:   derived: hive ^1.4.1+1
[        ] SLVR:   derived: gallery_saver ^2.0.1
[        ] SLVR:   derived: image_picker ^0.6.7+2
[        ] SLVR:   derived: pull_to_refresh ^1.6.0
[        ] SLVR:   derived: toast ^0.1.5
[        ] SLVR:   derived: connectivity ^2.0.2
[        ] SLVR:   derived: video_player_web ^0.1.0
[        ] SLVR:   derived: video_player ^0.10.4+1
[        ] SLVR:   derived: cached_video_player ^1.0.3
[        ] SLVR:   derived: media_picker_builder ^1.3.2
[        ] SLVR:   derived: persistent_bottom_nav_bar ^2.1.0
[        ] SLVR:   derived: recase ^3.0.0
[        ] SLVR:   derived: pin_code_fields 5.0.1
[        ] SLVR:   derived: pinch_zoom_image_last ^0.3.1
[        ] SLVR:   derived: dio ^3.0.10
[        ] SLVR:   derived: visibility_detector ^0.1.5
[        ] SLVR:   derived: permission_handler ^3.1.0
[        ] SLVR:   derived: image ^2.1.10
[        ] SLVR:   derived: xml ^3.2.5
[        ] SLVR:   derived: archive >=1.0.16 <3.0.0
[        ] SLVR:   derived: flutter_image_compress any
[        ] SLVR:   derived: transparent_image ^1.0.0
[        ] SLVR:   derived: flutter_file_manager ^0.2.0
[        ] SLVR:   derived: path_provider ^1.5.1
[        ] SLVR:   derived: path ^1.6.4
[        ] SLVR:   derived: flutter_staggered_grid_view 0.3.1
[        ] SLVR:   derived: equatable ^0.2.0
[        ] SLVR:   derived: flutter_bloc 4.0.0
[        ] SLVR:   derived: screen ^0.0.4
[        ] SLVR:   derived: open_iconic_flutter ^0.3.0
[        ] SLVR:   derived: cached_network_image ^2.3.0-beta
[        ] SLVR:   derived: rx_widgets any
[        ] SLVR:   derived: rx_command any
[        ] SLVR:   derived: http any
[        ] SLVR:   derived: json_annotation ^3.0.1
[        ] SLVR:   derived: rxdart any
[        ] SLVR:   derived: flutter_web_plugins any from sdk
[        ] SLVR:   derived: flutter_localizations any from sdk
[        ] SLVR:   derived: flutter any from sdk
[   +8 ms] SLVR:   fact: intl 0.17.0-nullsafety.2 depends on clock
^1.1.0-nullsafety.1
[        ] SLVR:   fact: intl 0.17.0-nullsafety.2 depends on path
^1.8.0-nullsafety.1
[        ] SLVR:     selecting intl 0.17.0-nullsafety.2
[        ] SLVR:     derived: path ^1.8.0-nullsafety.1
[        ] SLVR:     derived: clock ^1.1.0-nullsafety.1
[  +14 ms] SLVR:     fact: flutter_native_splash 0.1.9 depends on yaml ^2.1.16
[        ] SLVR:     fact: flutter_native_splash 0.1.9 depends on image ^2.1.4
[        ] SLVR:     fact: flutter_native_splash 0.1.9 depends on color ^2.1.1
[        ] SLVR:       selecting flutter_native_splash 0.1.9
[        ] SLVR:       derived: color ^2.1.1
[        ] SLVR:       derived: yaml ^2.1.16
[   +9 ms] SLVR:       fact: hive_generator 0.7.3 depends on build ^1.1.6
[        ] SLVR:       fact: hive_generator 0.7.3 depends on source_gen
>=0.9.4+4 <2.0.0
[        ] SLVR:       fact: hive_generator 0.7.3 depends on hive ^1.3.0
[        ] SLVR:       fact: hive_generator 0.7.3 depends on analyzer >=0.36.0
<2.0.0
[        ] SLVR:       fact: hive_generator 0.7.3 depends on dartx >=0.2.0
<1.0.0
[        ] SLVR:         selecting hive_generator 0.7.3
[        ] SLVR:         derived: dartx >=0.2.0 <1.0.0
[        ] SLVR:         derived: source_gen >=0.9.4+4 <2.0.0
[        ] SLVR:         derived: build ^1.1.6
[  +10 ms] SLVR:         fact: json_serializable 3.5.1 depends on analyzer
>=0.39.0 <0.42.0
[        ] SLVR:         fact: json_serializable 3.5.1 depends on build >=0.12.6
<2.0.0
[        ] SLVR:         fact: json_serializable 3.5.1 depends on build_config
>=0.2.6 <0.5.0
[        ] SLVR:         fact: json_serializable 3.5.1 depends on
json_annotation >=3.1.0 <3.2.0
[        ] SLVR:         fact: json_serializable 3.5.1 depends on meta ^1.1.0
[        ] SLVR:         fact: json_serializable 3.5.1 depends on path ^1.3.2
[        ] SLVR:         fact: json_serializable 3.5.1 depends on source_gen
^0.9.6
[        ] SLVR:           selecting json_serializable 3.5.1
[        ] SLVR:           derived: source_gen ^0.9.6
[        ] SLVR:           derived: meta ^1.1.0
[        ] SLVR:           derived: json_annotation >=3.1.0 <3.2.0
[        ] SLVR:           derived: build_config >=0.2.6 <0.5.0
[  +10 ms] SLVR:           fact: build_web_compilers 2.11.0 depends on analyzer
>=0.30.0 <0.40.0
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on archive
^2.0.0
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on
bazel_worker ^0.1.18
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on build
^1.3.0
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on
build_config >=0.3.0 <0.5.0
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on
build_modules ^2.9.0
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on
collection ^1.0.0
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on glob
^1.1.0
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on js ^0.6.1
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on logging
^0.11.2
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on meta
^1.1.0
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on path
^1.4.2
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on pool
^1.3.0
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on
scratch_space ^0.0.2
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on
source_maps ^0.10.4
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on
source_span ^1.4.0
[        ] SLVR:           fact: build_web_compilers 2.11.0 depends on
stack_trace ^1.9.2
[        ] SLVR:             selecting build_web_compilers 2.11.0
[        ] SLVR:             derived: stack_trace ^1.9.2
[        ] SLVR:             derived: source_span ^1.4.0
[        ] SLVR:             derived: source_maps ^0.10.4
[        ] SLVR:             derived: scratch_space ^0.0.2
[        ] SLVR:             derived: pool ^1.3.0
[        ] SLVR:             derived: logging ^0.11.2
[        ] SLVR:             derived: js ^0.6.1
[        ] SLVR:             derived: glob ^1.1.0
[        ] SLVR:             derived: collection ^1.0.0
[        ] SLVR:             derived: build_modules ^2.9.0
[        ] SLVR:             derived: build_config >=0.3.0 <0.5.0
[        ] SLVR:             derived: build ^1.3.0
[        ] SLVR:             derived: bazel_worker ^0.1.18
[        ] SLVR:             derived: archive ^2.0.0
[   +8 ms] SLVR:             fact: build_runner 1.10.0 depends on args ^1.4.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on async >=1.13.3
<3.0.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on build >=1.3.0
<1.4.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on build_config
>=0.4.1 <0.4.3
[        ] SLVR:             fact: build_runner 1.10.0 depends on build_daemon
^2.1.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on
build_resolvers ^1.3.8
[        ] SLVR:             fact: build_runner 1.10.0 depends on
build_runner_core ^5.2.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on code_builder
>2.3.0 <4.0.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on collection
^1.14.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on crypto >=0.9.2
<3.0.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on dart_style
^1.0.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on glob ^1.1.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on graphs ^0.2.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on
http_multi_server ^2.1.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on io ^0.3.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on js ^0.6.1+1
[        ] SLVR:             fact: build_runner 1.10.0 depends on logging
^0.11.2
[        ] SLVR:             fact: build_runner 1.10.0 depends on meta ^1.1.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on mime ^0.9.3+3
[        ] SLVR:             fact: build_runner 1.10.0 depends on path ^1.1.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on pedantic
^1.0.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on pool ^1.0.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on pub_semver
^1.4.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on pubspec_parse
^0.1.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on shelf >=0.6.5
<0.8.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on
shelf_web_socket ^0.2.2+4
[        ] SLVR:             fact: build_runner 1.10.0 depends on stack_trace
^1.9.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on
stream_transform >=0.0.20 <2.0.0
[        ] SLVR:             fact: build_runner 1.10.0 depends on timing ^0.1.1
[        ] SLVR:             fact: build_runner 1.10.0 depends on watcher ^0.9.7
[        ] SLVR:             fact: build_runner 1.10.0 depends on
web_socket_channel ^1.0.9
[        ] SLVR:             fact: build_runner 1.10.0 depends on yaml ^2.1.0
[        ] SLVR:               selecting build_runner 1.10.0
[        ] SLVR:               derived: web_socket_channel ^1.0.9
[        ] SLVR:               derived: watcher ^0.9.7
[        ] SLVR:               derived: timing ^0.1.1
[        ] SLVR:               derived: stream_transform >=0.0.20 <2.0.0
[        ] SLVR:               derived: shelf_web_socket ^0.2.2+4
[        ] SLVR:               derived: shelf >=0.6.5 <0.8.0
[        ] SLVR:               derived: pubspec_parse ^0.1.0
[        ] SLVR:               derived: pub_semver ^1.4.0
[        ] SLVR:               derived: pedantic ^1.0.0
[        ] SLVR:               derived: mime ^0.9.3+3
[        ] SLVR:               derived: js ^0.6.1+1
[        ] SLVR:               derived: io ^0.3.0
[        ] SLVR:               derived: http_multi_server ^2.1.0
[        ] SLVR:               derived: graphs ^0.2.0
[        ] SLVR:               derived: dart_style ^1.0.0
[        ] SLVR:               derived: crypto >=0.9.2 <3.0.0
[        ] SLVR:               derived: collection ^1.14.0
[        ] SLVR:               derived: code_builder >2.3.0 <4.0.0
[        ] SLVR:               derived: build_runner_core ^5.2.0
[        ] SLVR:               derived: build_resolvers ^1.3.8
[        ] SLVR:               derived: build_daemon ^2.1.0
[        ] SLVR:               derived: build_config >=0.4.1 <0.4.3
[        ] SLVR:               derived: build >=1.3.0 <1.4.0
[        ] SLVR:               derived: async >=1.13.3 <3.0.0
[        ] SLVR:               derived: args ^1.4.0
[   +8 ms] SLVR:               fact: url_launcher 5.7.6 depends on flutter any
from sdk
[        ] SLVR:               fact: url_launcher 5.7.6 depends on
url_launcher_platform_interface ^1.0.8
[        ] SLVR:               fact: url_launcher 5.7.6 depends on
url_launcher_web ^0.1.3
[        ] SLVR:               fact: url_launcher 5.7.6 depends on
url_launcher_linux ^0.0.1
[        ] SLVR:               fact: url_launcher 5.7.6 depends on
url_launcher_macos ^0.0.1
[        ] SLVR:               fact: url_launcher 5.7.6 depends on
url_launcher_windows ^0.0.1
[        ] SLVR:                 selecting url_launcher 5.7.6
[        ] SLVR:                 derived: url_launcher_windows ^0.0.1
[        ] SLVR:                 derived: url_launcher_macos ^0.0.1
[        ] SLVR:                 derived: url_launcher_linux ^0.0.1
[        ] SLVR:                 derived: url_launcher_web ^0.1.3
[        ] SLVR:                 derived: url_launcher_platform_interface ^1.0.8
[  +11 ms] SLVR:                 fact: preload_page_view 0.1.4 depends on
flutter any from sdk
[        ] SLVR:                   selecting preload_page_view 0.1.4
[  +11 ms] SLVR:                   fact: flutter_colorpicker 0.3.5 depends on
flutter any from sdk
[        ] SLVR:                     selecting flutter_colorpicker 0.3.5
[  +12 ms] SLVR:                     fact: decorated_icon 1.0.2 depends on
flutter any from sdk
[        ] SLVR:                       selecting decorated_icon 1.0.2
[  +10 ms] SLVR:                       fact: rubber 0.4.0 depends on flutter any
from sdk
[        ] SLVR:                       fact: rubber 0.4.0 depends on
after_layout ^1.0.7
[        ] SLVR:                         selecting rubber 0.4.0
[        ] SLVR:                         derived: after_layout ^1.0.7
[  +10 ms] SLVR:                         fact: uni_links 0.4.0 depends on
flutter any from sdk
[        ] SLVR:                           selecting uni_links 0.4.0
[  +11 ms] SLVR:                           fact: platform_detect 1.4.0 depends
on meta ^1.0.4
[        ] SLVR:                           fact: platform_detect 1.4.0 depends
on pub_semver ^1.4.2
[        ] SLVR:                             selecting platform_detect 1.4.0
[        ] SLVR:                             derived: pub_semver ^1.4.2
[  +10 ms] SLVR:                             fact: simple_timer 1.0.1 depends on
flutter any from sdk
[        ] SLVR:                               selecting simple_timer 1.0.1
[  +10 ms] SLVR:                               fact: wakelock 0.1.4+2 depends on
flutter any from sdk
[        ] SLVR:                                 selecting wakelock 0.1.4+2
[   +9 ms] SLVR:                                 fact: photo_view 0.10.3 depends
on flutter any from sdk
[        ] SLVR:                                   selecting photo_view 0.10.3
[  +10 ms] SLVR:                                   fact: page_indicator 0.3.0
depends on flutter any from sdk
[        ] SLVR:                                     selecting page_indicator
0.3.0
[   +9 ms] SLVR:                                     fact: percent_indicator
2.1.9 depends on flutter any from sdk
[        ] SLVR:                                       selecting
percent_indicator 2.1.9
[   +9 ms] SLVR:                                       fact: flutter_spinkit
4.1.2+1 depends on flutter any from sdk
[        ] SLVR:                                         selecting
flutter_spinkit 4.1.2+1
[   +9 ms] SLVR:                                         fact: oktoast 2.3.2
depends on flutter any from sdk
[        ] SLVR:                                           selecting oktoast
2.3.2
[  +11 ms] SLVR:                                           fact: dwds 6.0.0
depends on async ^2.3.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on built_collection ^4.2.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on built_value >=6.7.0 <8.0.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on crypto ^2.0.6
[        ] SLVR:                                           fact: dwds 6.0.0
depends on devtools ^0.8.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on devtools_server ^0.8.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on http ^0.12.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on http_multi_server ^2.0.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on logging ^0.11.3
[        ] SLVR:                                           fact: dwds 6.0.0
depends on meta ^1.1.7
[        ] SLVR:                                           fact: dwds 6.0.0
depends on package_config ^1.9.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on path ^1.6.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on pedantic ^1.5.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on pub_semver ^1.4.2
[        ] SLVR:                                           fact: dwds 6.0.0
depends on shelf ^0.7.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on shelf_packages_handler >=1.0.0 <3.0.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on shelf_proxy ^0.1.0+6
[        ] SLVR:                                           fact: dwds 6.0.0
depends on shelf_static ^0.2.8
[        ] SLVR:                                           fact: dwds 6.0.0
depends on shelf_web_socket ^0.2.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on source_maps ^0.10.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on sse ^3.5.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on vm_service 4.2.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on web_socket_channel ^1.0.0
[        ] SLVR:                                           fact: dwds 6.0.0
depends on webkit_inspection_protocol ^0.7.3
[        ] SLVR:                                             selecting dwds
6.0.0
[        ] SLVR:                                             derived:
webkit_inspection_protocol ^0.7.3
[        ] SLVR:                                             derived: vm_service
4.2.0
[        ] SLVR:                                             derived: sse ^3.5.0
[        ] SLVR:                                             derived:
shelf_static ^0.2.8
[        ] SLVR:                                             derived:
shelf_proxy ^0.1.0+6
[        ] SLVR:                                             derived:
shelf_packages_handler >=1.0.0 <3.0.0
[        ] SLVR:                                             derived: shelf
^0.7.0
[        ] SLVR:                                             derived: pedantic
^1.5.0
[        ] SLVR:                                             derived:
package_config ^1.9.0
[        ] SLVR:                                             derived: meta
^1.1.7
[        ] SLVR:                                             derived: logging
^0.11.3
[        ] SLVR:                                             derived: http
^0.12.0
[        ] SLVR:                                             derived:
devtools_server ^0.8.0
[        ] SLVR:                                             derived: devtools
^0.8.0
[        ] SLVR:                                             derived: crypto
^2.0.6
[        ] SLVR:                                             derived:
built_value >=6.7.0 <8.0.0
[        ] SLVR:                                             derived:
built_collection ^4.2.0
[        ] SLVR:                                             derived: async
^2.3.0
[   +5 ms] SLVR:                                               selecting
cookie_jar 1.0.1
[   +9 ms] SLVR:                                               fact:
dio_cookie_manager 1.0.0 depends on cookie_jar ^1.0.1
[        ] SLVR:                                               fact:
dio_cookie_manager 1.0.0 depends on dio ^3.0.0
[        ] SLVR:                                                 selecting
dio_cookie_manager 1.0.0
[   +9 ms] SLVR:                                                 fact: analyzer
0.39.17 depends on _fe_analyzer_shared ^7.0.0
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on args ^1.0.0
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on charcode ^1.1.0
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on cli_util >=0.1.4 <0.3.0
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on collection ^1.10.1
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on convert ^2.0.0
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on crypto ^2.0.0
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on glob ^1.0.3
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on html >=0.13.4+1 <0.15.0
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on meta ^1.0.2
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on package_config ^1.0.0
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on path ^1.0.0
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on pub_semver ^1.4.2
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on source_span ^1.2.0
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on watcher ^0.9.6
[        ] SLVR:                                                 fact: analyzer
0.39.17 depends on yaml ^2.1.2
[        ] SLVR:                                                   selecting
analyzer 0.39.17
[        ] SLVR:                                                   derived: html
>=0.13.4+1 <0.15.0
[        ] SLVR:                                                   derived:
convert ^2.0.0
[        ] SLVR:                                                   derived:
cli_util >=0.1.4 <0.3.0
[        ] SLVR:                                                   derived:
charcode ^1.1.0
[        ] SLVR:                                                   derived:
_fe_analyzer_shared ^7.0.0
[   +8 ms] SLVR:                                                   fact: exif
1.0.3 depends on args ^1.2.0
[        ] SLVR:                                                   fact: exif
1.0.3 depends on collection ^1.0.0
[        ] SLVR:                                                   fact: exif
1.0.3 depends on convert ^2.0.0
[        ] SLVR:                                                   fact: exif
1.0.3 depends on sprintf >=1.0.0 <5.0.0
[        ] SLVR:                                                     selecting
exif 1.0.3
[        ] SLVR:                                                     derived:
sprintf >=1.0.0 <5.0.0
[  +11 ms] SLVR:                                                     fact:
native_device_orientation 0.4.3 depends on flutter any from sdk
[        ] SLVR:                                                       selecting
native_device_orientation 0.4.3
[  +10 ms] SLVR:                                                       fact:
flutter_better_camera 0.6.1 depends on flutter any from sdk
[        ] SLVR:
selecting flutter_better_camera 0.6.1
[   +9 ms] SLVR:                                                         fact:
provider 4.3.2+3 depends on collection ^1.14.13
[        ] SLVR:                                                         fact:
provider 4.3.2+3 depends on flutter any from sdk
[        ] SLVR:                                                         fact:
provider 4.3.2+3 depends on nested >=0.0.4 <2.0.0
[        ] SLVR:
selecting provider 4.3.2+3
[        ] SLVR:
derived: nested >=0.0.4 <2.0.0
[        ] SLVR:
derived: collection ^1.14.13
[   +9 ms] SLVR:                                                           fact:
fluttertoast 3.1.3 depends on flutter any from sdk
[        ] SLVR:
selecting fluttertoast 3.1.3
[   +8 ms] SLVR:
fact: quiver 2.1.5 depends on matcher ^0.12.5
[        ] SLVR:
fact: quiver 2.1.5 depends on meta ^1.0.0
[        ] SLVR:
selecting quiver 2.1.5
[        ] SLVR:
derived: matcher ^0.12.5
[   +8 ms] SLVR:
fact: torch_compat 1.0.2 depends on flutter any from sdk
[        ] SLVR:
selecting torch_compat 1.0.2
[   +8 ms] SLVR:
fact: flutter_ffmpeg 0.3.0 depends on flutter any from sdk
[        ] SLVR:
selecting flutter_ffmpeg 0.3.0
[   +8 ms] SLVR:
fact: workmanager 0.2.3 depends on flutter any from sdk
[        ] SLVR:
selecting workmanager 0.2.3
[   +8 ms] SLVR:
fact: flutter_local_notifications 1.5.0+1 depends on flutter any from sdk
[        ] SLVR:
fact: flutter_local_notifications 1.5.0+1 depends on platform >=2.0.0 <4.0.0
[        ] SLVR:
fact: flutter_local_notifications 1.5.0+1 depends on
flutter_local_notifications_platform_interface ^1.0.1
[        ] SLVR:
selecting flutter_local_notifications 1.5.0+1
[        ] SLVR:
derived: flutter_local_notifications_platform_interface ^1.0.1
[        ] SLVR:
derived: platform >=2.0.0 <4.0.0
[   +7 ms] SLVR:
fact: flutter_typeahead 1.8.8 depends on flutter any from sdk
[        ] SLVR:
fact: flutter_typeahead 1.8.8 depends on flutter_keyboard_visibility ^3.0.0
[        ] SLVR:
selecting flutter_typeahead 1.8.8
[        ] SLVR:
derived: flutter_keyboard_visibility ^3.0.0
[   +7 ms] SLVR:
fact: firebase 7.3.3 depends on http >=0.11.3 <0.13.0
[        ] SLVR:
fact: firebase 7.3.3 depends on http_parser ^3.0.0
[        ] SLVR:
fact: firebase 7.3.3 depends on js ^0.6.0
[        ] SLVR:
selecting firebase 7.3.3
[        ] SLVR:
derived: http_parser ^3.0.0
[   +8 ms] SLVR:
fact: firebase_messaging 7.0.3 depends on meta ^1.0.4
[        ] SLVR:
fact: firebase_messaging 7.0.3 depends on flutter any from sdk
[        ] SLVR:
fact: firebase_messaging 7.0.3 depends on firebase_core ^0.5.0+1
[        ] SLVR:
selecting firebase_messaging 7.0.3
[        ] SLVR:
derived: firebase_core ^0.5.0+1
[  +10 ms] SLVR:
fact: photofilters 2.0.1 depends on flutter any from sdk
[        ] SLVR:
fact: photofilters 2.0.1 depends on image ^2.1.4
[        ] SLVR:
fact: photofilters 2.0.1 depends on meta ^1.1.6
[        ] SLVR:
fact: photofilters 2.0.1 depends on path_provider ^1.1.0
[        ] SLVR:
selecting photofilters 2.0.1
[   +6 ms] SLVR:
selecting jiffy 3.0.1
[   +7 ms] SLVR:
fact: share_extend 1.1.9 depends on meta ^1.0.5
[        ] SLVR:
fact: share_extend 1.1.9 depends on flutter any from sdk
[        ] SLVR:
selecting share_extend 1.1.9
[   +8 ms] SLVR:
fact: responsive_framework 0.0.14 depends on flutter any from sdk
[        ] SLVR:
selecting responsive_framework 0.0.14
[   +8 ms] SLVR:
fact: hive_flutter 0.3.1 depends on flutter any from sdk
[        ] SLVR:
fact: hive_flutter 0.3.1 depends on hive ^1.0.0
[        ] SLVR:
fact: hive_flutter 0.3.1 depends on path_provider ^1.0.0
[        ] SLVR:
fact: hive_flutter 0.3.1 depends on path ^1.6.0
[        ] SLVR:
selecting hive_flutter 0.3.1
[   +6 ms] SLVR:
fact: hive 1.4.4+1 depends on meta ^1.1.7
[        ] SLVR:
fact: hive 1.4.4+1 depends on crypto ^2.1.0
[        ] SLVR:
selecting hive 1.4.4+1
[        ] SLVR:
derived: crypto ^2.1.0
[   +7 ms] SLVR:
fact: gallery_saver 2.0.1 depends on flutter any from sdk
[        ] SLVR:
fact: gallery_saver 2.0.1 depends on path_provider ^1.2.0
[        ] SLVR:
fact: gallery_saver 2.0.1 depends on http ^0.12.0+2
[        ] SLVR:
fact: gallery_saver 2.0.1 depends on path ^1.6.2
[        ] SLVR:
selecting gallery_saver 2.0.1
[        ] SLVR:
derived: http ^0.12.0+2
[   +6 ms] SLVR:
fact: image_picker 0.6.7+21 depends on flutter any from sdk
[        ] SLVR:
fact: image_picker 0.6.7+21 depends on flutter_plugin_android_lifecycle ^1.0.2
[        ] SLVR:
fact: image_picker 0.6.7+21 depends on image_picker_platform_interface ^1.1.0
[        ] SLVR:
selecting image_picker 0.6.7+21
[        ] SLVR:
derived: image_picker_platform_interface ^1.1.0
[        ] SLVR:
derived: flutter_plugin_android_lifecycle ^1.0.2
[   +7 ms] SLVR:
fact: pull_to_refresh 1.6.3 depends on flutter any from sdk
[        ] SLVR:
selecting pull_to_refresh 1.6.3
[   +6 ms] SLVR:
fact: toast 0.1.5 depends on flutter any from sdk
[        ] SLVR:
selecting toast 0.1.5
[   +7 ms] SLVR:
fact: connectivity 2.0.2 depends on flutter any from sdk
[        ] SLVR:
fact: connectivity 2.0.2 depends on meta ^1.0.5
[        ] SLVR:
fact: connectivity 2.0.2 depends on connectivity_platform_interface ^1.0.2
[        ] SLVR:
fact: connectivity 2.0.2 depends on connectivity_macos ^0.1.0
[        ] SLVR:
fact: connectivity 2.0.2 depends on connectivity_for_web ^0.3.0
[        ] SLVR:
selecting connectivity 2.0.2
[        ] SLVR:
derived: connectivity_for_web ^0.3.0
[        ] SLVR:
derived: connectivity_macos ^0.1.0
[        ] SLVR:
derived: connectivity_platform_interface ^1.0.2
[   +5 ms] SLVR:
fact: video_player_web 0.1.4+1 depends on flutter any from sdk
[        ] SLVR:
fact: video_player_web 0.1.4+1 depends on flutter_web_plugins any from sdk
[        ] SLVR:
fact: video_player_web 0.1.4+1 depends on meta ^1.1.7
[        ] SLVR:
fact: video_player_web 0.1.4+1 depends on video_player_platform_interface ^2.2.0
[        ] SLVR:
selecting video_player_web 0.1.4+1
[        ] SLVR:
derived: video_player_platform_interface ^2.2.0
[   +6 ms] SLVR:
fact: video_player 0.10.12+5 depends on meta ^1.0.5
[        ] SLVR:
fact: video_player 0.10.12+5 depends on video_player_platform_interface ^2.2.0
[        ] SLVR:
fact: video_player 0.10.12+5 depends on video_player_web >=0.1.1 <2.0.0
[        ] SLVR:
fact: video_player 0.10.12+5 depends on flutter any from sdk
[        ] SLVR:
selecting video_player 0.10.12+5
[   +7 ms] SLVR:
fact: cached_video_player 1.0.3 depends on flutter any from sdk
[        ] SLVR:
selecting cached_video_player 1.0.3
[   +6 ms] SLVR:
fact: media_picker_builder 1.3.2 depends on flutter any from sdk
[        ] SLVR:
fact: media_picker_builder 1.3.2 depends on meta ^1.1.8
[        ] SLVR:
selecting media_picker_builder 1.3.2
[        ] SLVR:
derived: meta ^1.1.8
[   +7 ms] SLVR:
fact: persistent_bottom_nav_bar 2.1.0 depends on flutter any from sdk
[        ] SLVR:
selecting persistent_bottom_nav_bar 2.1.0
[   +6 ms] SLVR:
selecting recase 3.0.1
[   +7 ms] SLVR:
fact: pin_code_fields 5.0.1 depends on flutter any from sdk
[        ] SLVR:
selecting pin_code_fields 5.0.1
[   +6 ms] SLVR:
fact: pinch_zoom_image_last 0.3.2 depends on flutter any from sdk
[        ] SLVR:
selecting pinch_zoom_image_last 0.3.2
[   +6 ms] SLVR:
fact: dio 3.0.10 depends on http_parser >=0.0.1 <4.0.0
[        ] SLVR:
fact: dio 3.0.10 depends on path ^1.6.4
[        ] SLVR:
selecting dio 3.0.10
[   +5 ms] SLVR:
fact: visibility_detector 0.1.5 depends on flutter any from sdk
[        ] SLVR:
selecting visibility_detector 0.1.5
[   +6 ms] SLVR:
fact: permission_handler 3.3.0 depends on flutter any from sdk
[        ] SLVR:
fact: permission_handler 3.3.0 depends on meta ^1.1.6
[        ] SLVR:
selecting permission_handler 3.3.0
[   +5 ms] SLVR:
fact: image 2.1.13 depends on archive >=1.0.16 <3.0.0
[        ] SLVR:
fact: image 2.1.13 depends on xml ^3.2.5
[        ] SLVR:
selecting image 2.1.13
[   +5 ms] SLVR:
fact: xml 3.7.0 depends on collection ^1.14.0
[        ] SLVR:
fact: xml 3.7.0 depends on convert ^2.1.0
[        ] SLVR:
fact: xml 3.7.0 depends on meta ^1.1.0
[        ] SLVR:
fact: xml 3.7.0 depends on petitparser ^3.0.0
[        ] SLVR:
selecting xml 3.7.0
[        ] SLVR:
derived: petitparser ^3.0.0
[        ] SLVR:
derived: convert ^2.1.0
[   +5 ms] SLVR:
fact: archive 2.0.13 depends on crypto ^2.0.0
[        ] SLVR:
fact: archive 2.0.13 depends on args ^1.4.0
[        ] SLVR:
fact: archive 2.0.13 depends on path ^1.5.1
[        ] SLVR:
selecting archive 2.0.13
[   +5 ms] SLVR:
fact: flutter_image_compress 0.7.0 depends on flutter any from sdk
[        ] SLVR:
selecting flutter_image_compress 0.7.0
[   +7 ms] SLVR:
selecting transparent_image 1.0.0
[   +6 ms] SLVR:
fact: flutter_file_manager 0.2.0 depends on flutter any from sdk
[        ] SLVR:
fact: flutter_file_manager 0.2.0 depends on path >=1.5.1 <3.0.0
[        ] SLVR:
fact: flutter_file_manager 0.2.0 depends on path_provider >=0.4.0 <3.0.0
[        ] SLVR:
selecting flutter_file_manager 0.2.0
[   +5 ms] SLVR:
fact: path_provider 1.6.27 depends on flutter any from sdk
[        ] SLVR:
fact: path_provider 1.6.27 depends on path_provider_platform_interface ^1.0.1
[        ] SLVR:
fact: path_provider 1.6.27 depends on path_provider_macos ^0.0.4
[        ] SLVR:
fact: path_provider 1.6.27 depends on path_provider_linux ^0.0.1
[        ] SLVR:
fact: path_provider 1.6.27 depends on path_provider_windows ^0.0.4
[        ] SLVR:
selecting path_provider 1.6.27
[        ] SLVR:
derived: path_provider_windows ^0.0.4
[        ] SLVR:
derived: path_provider_linux ^0.0.1
[        ] SLVR:
derived: path_provider_macos ^0.0.4
[        ] SLVR:
derived: path_provider_platform_interface ^1.0.1
[   +4 ms] SLVR:
selecting path 1.8.0-nullsafety.3
[   +6 ms] SLVR:
fact: flutter_staggered_grid_view 0.3.1 depends on flutter any from sdk
[        ] SLVR:
selecting flutter_staggered_grid_view 0.3.1
[   +6 ms] SLVR:
fact: equatable 0.2.6 depends on collection ^1.14.11
[        ] SLVR:
selecting equatable 0.2.6
[   +6 ms] SLVR:
fact: flutter_bloc 4.0.0 depends on flutter any from sdk
[        ] SLVR:
fact: flutter_bloc 4.0.0 depends on bloc ^4.0.0
[        ] SLVR:
fact: flutter_bloc 4.0.0 depends on provider ^4.0.5
[        ] SLVR:
selecting flutter_bloc 4.0.0
[        ] SLVR:
derived: bloc ^4.0.0
[   +5 ms] SLVR:
fact: screen 0.0.5 depends on flutter any from sdk
[        ] SLVR:
selecting screen 0.0.5
[   +5 ms] SLVR:
fact: open_iconic_flutter 0.3.0 depends on flutter any from sdk
[        ] SLVR:
selecting open_iconic_flutter 0.3.0
[   +6 ms] SLVR:
fact: cached_network_image 2.4.1 depends on flutter any from sdk
[        ] SLVR:
fact: cached_network_image 2.4.1 depends on flutter_cache_manager ^2.0.0
[        ] SLVR:
fact: cached_network_image 2.4.1 depends on octo_image ^0.3.0
[        ] SLVR:
selecting cached_network_image 2.4.1
[        ] SLVR:
derived: octo_image ^0.3.0
[        ] SLVR:
derived: flutter_cache_manager ^2.0.0
[   +4 ms] SLVR:
fact: rx_widgets 3.1.0 depends on flutter any from sdk
[        ] SLVR:
fact: rx_widgets 3.1.0 depends on rx_command ^5.0.1
[        ] SLVR:
selecting rx_widgets 3.1.0
[        ] SLVR:
derived: rx_command ^5.0.1
[   +4 ms] SLVR:
fact: rx_command 5.2.1 depends on rxdart ^0.24.1
[        ] SLVR:
fact: rx_command 5.2.1 depends on quiver_hashcode ^2.0.0
[        ] SLVR:
selecting rx_command 5.2.1
[        ] SLVR:
derived: quiver_hashcode ^2.0.0
[        ] SLVR:
derived: rxdart ^0.24.1
[   +4 ms] SLVR:
fact: http 0.12.2 depends on http_parser >=0.0.1 <4.0.0
[        ] SLVR:
fact: http 0.12.2 depends on path >=0.9.0 <2.0.0
[        ] SLVR:
fact: http 0.12.2 depends on pedantic ^1.0.0
[        ] SLVR:
selecting http 0.12.2
[   +4 ms] SLVR:
selecting json_annotation 3.1.1
[   +5 ms] SLVR:
selecting rxdart 0.24.1
[   +9 ms] SLVR:
fact: flutter_web_plugins 0.0.0 from sdk depends on flutter any from sdk
[        ] SLVR:
fact: flutter_web_plugins 0.0.0 from sdk depends on js 0.6.3-nullsafety.3
[        ] SLVR:
fact: flutter_web_plugins 0.0.0 from sdk depends on characters
1.1.0-nullsafety.5
[        ] SLVR:
fact: flutter_web_plugins 0.0.0 from sdk depends on collection
1.15.0-nullsafety.5
[        ] SLVR:
fact: flutter_web_plugins 0.0.0 from sdk depends on meta 1.3.0-nullsafety.6
[        ] SLVR:
fact: flutter_web_plugins 0.0.0 from sdk depends on typed_data
1.3.0-nullsafety.5
[        ] SLVR:
fact: flutter_web_plugins 0.0.0 from sdk depends on vector_math
2.1.0-nullsafety.5
[        ] SLVR:
selecting flutter_web_plugins 0.0.0 from sdk
[        ] SLVR:
derived: vector_math 2.1.0-nullsafety.5
[        ] SLVR:
derived: typed_data 1.3.0-nullsafety.5
[        ] SLVR:
derived: meta 1.3.0-nullsafety.6
[        ] SLVR:
derived: collection 1.15.0-nullsafety.5
[        ] SLVR:
derived: characters 1.1.0-nullsafety.5
[        ] SLVR:
derived: js 0.6.3-nullsafety.3
[   +3 ms] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on flutter any from sdk
[        ] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on characters
1.1.0-nullsafety.5
[        ] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on clock 1.1.0-nullsafety.3
[        ] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on collection
1.15.0-nullsafety.5
[        ] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on meta 1.3.0-nullsafety.6
[        ] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on path 1.8.0-nullsafety.3
[        ] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on typed_data
1.3.0-nullsafety.5
[        ] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on vector_math
2.1.0-nullsafety.5
[        ] SLVR:
selecting flutter_localizations 0.0.0 from sdk
[        ] SLVR:
derived: clock 1.1.0-nullsafety.3
[   +6 ms] SLVR:
fact: flutter 0.0.0 from sdk depends on characters 1.1.0-nullsafety.5
[        ] SLVR:
fact: flutter 0.0.0 from sdk depends on collection 1.15.0-nullsafety.5
[        ] SLVR:
fact: flutter 0.0.0 from sdk depends on meta 1.3.0-nullsafety.6
[        ] SLVR:
fact: flutter 0.0.0 from sdk depends on typed_data 1.3.0-nullsafety.5
[        ] SLVR:
fact: flutter 0.0.0 from sdk depends on vector_math 2.1.0-nullsafety.5
[        ] SLVR:
fact: flutter 0.0.0 from sdk depends on sky_engine any from sdk
[        ] SLVR:
selecting flutter 0.0.0 from sdk
[        ] SLVR:
derived: sky_engine any from sdk
[   +4 ms] SLVR:
selecting clock 1.1.0-nullsafety.3
[   +5 ms] SLVR:
selecting color 2.1.1
[   +7 ms] SLVR:
fact: yaml 2.2.1 depends on charcode ^1.1.0
[        ] SLVR:
fact: yaml 2.2.1 depends on collection ^1.1.0
[        ] SLVR:
fact: yaml 2.2.1 depends on string_scanner >=0.1.4 <2.0.0
[        ] SLVR:
fact: yaml 2.2.1 depends on source_span ^1.0.0
[        ] SLVR:
selecting yaml 2.2.1
[        ] SLVR:
derived: string_scanner >=0.1.4 <2.0.0
[   +5 ms] SLVR:
fact: dartx 0.5.0 depends on collection ^1.14.11
[        ] SLVR:
fact: dartx 0.5.0 depends on path ^1.6.2
[        ] SLVR:
fact: dartx 0.5.0 depends on crypto ^2.1.0
[        ] SLVR:
fact: dartx 0.5.0 depends on characters >=0.4.0 <2.0.0
[        ] SLVR:
fact: dartx 0.5.0 depends on time ^1.2.0
[        ] SLVR:
fact: dartx 0.5.0 depends on meta ^1.1.6
[        ] SLVR:
selecting dartx 0.5.0
[        ] SLVR:
derived: time ^1.2.0
[   +4 ms] SLVR:
fact: source_gen 0.9.7+1 depends on analyzer >=0.39.11 <0.41.0
[        ] SLVR:
fact: source_gen 0.9.7+1 depends on async ^2.0.7
[        ] SLVR:
fact: source_gen 0.9.7+1 depends on build ^1.0.0
[        ] SLVR:
fact: source_gen 0.9.7+1 depends on dart_style ^1.0.0
[        ] SLVR:
fact: source_gen 0.9.7+1 depends on glob ^1.1.0
[        ] SLVR:
fact: source_gen 0.9.7+1 depends on meta ^1.1.0
[        ] SLVR:
fact: source_gen 0.9.7+1 depends on path ^1.3.2
[        ] SLVR:
fact: source_gen 0.9.7+1 depends on pedantic ^1.0.0
[        ] SLVR:
fact: source_gen 0.9.7+1 depends on source_span ^1.4.0
[        ] SLVR:
selecting source_gen 0.9.7+1
[   +3 ms] SLVR:
fact: build 1.3.0 depends on analyzer >=0.35.0 <0.40.0
[        ] SLVR:
fact: build 1.3.0 depends on async >=1.13.3 <3.0.0
[        ] SLVR:
fact: build 1.3.0 depends on convert ^2.0.0
[        ] SLVR:
fact: build 1.3.0 depends on crypto >=0.9.2 <3.0.0
[        ] SLVR:
fact: build 1.3.0 depends on logging ^0.11.2
[        ] SLVR:
fact: build 1.3.0 depends on meta ^1.1.0
[        ] SLVR:
fact: build 1.3.0 depends on path ^1.1.0
[        ] SLVR:
fact: build 1.3.0 depends on glob ^1.1.0
[        ] SLVR:
selecting build 1.3.0
[   +3 ms] SLVR:
selecting meta 1.3.0-nullsafety.6
[   +6 ms] SLVR:
fact: build_config 0.4.2 depends on checked_yaml ^1.0.0
[        ] SLVR:
fact: build_config 0.4.2 depends on json_annotation >=1.0.0 <4.0.0
[        ] SLVR:
fact: build_config 0.4.2 depends on meta ^1.1.0
[        ] SLVR:
fact: build_config 0.4.2 depends on path ^1.4.0
[        ] SLVR:
fact: build_config 0.4.2 depends on pubspec_parse ^0.1.5
[        ] SLVR:
fact: build_config 0.4.2 depends on yaml ^2.1.11
[        ] SLVR:
selecting build_config 0.4.2
[        ] SLVR:
derived: pubspec_parse ^0.1.5
[        ] SLVR:
derived: checked_yaml ^1.0.0
[   +3 ms] SLVR:
fact: stack_trace 1.9.6 depends on path ^1.2.0
[        ] SLVR:
selecting stack_trace 1.9.6
[   +5 ms] SLVR:
fact: source_span 1.7.0 depends on charcode ^1.0.0
[        ] SLVR:
fact: source_span 1.7.0 depends on collection ^1.8.0
[        ] SLVR:
fact: source_span 1.7.0 depends on meta >=0.9.0 <2.0.0
[        ] SLVR:
fact: source_span 1.7.0 depends on path ^1.2.0
[        ] SLVR:
fact: source_span 1.7.0 depends on term_glyph ^1.0.0
[        ] SLVR:
selecting source_span 1.7.0
[        ] SLVR:
derived: term_glyph ^1.0.0
[   +3 ms] SLVR:
fact: source_maps 0.10.9 depends on source_span ^1.3.0
[        ] SLVR:
selecting source_maps 0.10.9
[   +5 ms] SLVR:
fact: scratch_space 0.0.4+3 depends on build >=0.10.0 <2.0.0
[        ] SLVR:
fact: scratch_space 0.0.4+3 depends on crypto >=2.0.3 <4.0.0
[        ] SLVR:
fact: scratch_space 0.0.4+3 depends on path ^1.1.0
[        ] SLVR:
fact: scratch_space 0.0.4+3 depends on pedantic ^1.0.0
[        ] SLVR:
fact: scratch_space 0.0.4+3 depends on pool ^1.0.0
[        ] SLVR:
selecting scratch_space 0.0.4+3
[   +4 ms] SLVR:
fact: pool 1.4.0 depends on async >=1.4.0 <3.0.0
[        ] SLVR:
fact: pool 1.4.0 depends on stack_trace >=0.9.2 <2.0.0
[        ] SLVR:
selecting pool 1.4.0
[   +4 ms] SLVR:
selecting logging 0.11.4
[   +5 ms] SLVR:
selecting js 0.6.3-nullsafety.3
[   +5 ms] SLVR:
fact: glob 1.2.0 depends on async >=1.2.0 <3.0.0
[        ] SLVR:
fact: glob 1.2.0 depends on collection ^1.1.0
[        ] SLVR:
fact: glob 1.2.0 depends on node_io ^1.0.0
[        ] SLVR:
fact: glob 1.2.0 depends on path ^1.3.0
[        ] SLVR:
fact: glob 1.2.0 depends on pedantic ^1.2.0
[        ] SLVR:
fact: glob 1.2.0 depends on string_scanner >=0.1.0 <2.0.0
[        ] SLVR:
selecting glob 1.2.0
[        ] SLVR:
derived: node_io ^1.0.0
[   +3 ms] SLVR:
selecting collection 1.15.0-nullsafety.5
[   +5 ms] SLVR:
fact: build_modules 2.11.3 depends on analyzer >0.35.0 <0.40.0
[        ] SLVR:
fact: build_modules 2.11.3 depends on async ^2.0.0
[        ] SLVR:
fact: build_modules 2.11.3 depends on bazel_worker ^0.1.20
[        ] SLVR:
fact: build_modules 2.11.3 depends on build ^1.3.0
[        ] SLVR:
fact: build_modules 2.11.3 depends on build_config >=0.3.0 <0.5.0
[        ] SLVR:
fact: build_modules 2.11.3 depends on collection ^1.0.0
[        ] SLVR:
fact: build_modules 2.11.3 depends on crypto ^2.0.0
[        ] SLVR:
fact: build_modules 2.11.3 depends on glob ^1.0.0
[        ] SLVR:
fact: build_modules 2.11.3 depends on graphs ^0.2.0
[        ] SLVR:
fact: build_modules 2.11.3 depends on json_annotation >=1.2.0 <4.0.0
[        ] SLVR:
fact: build_modules 2.11.3 depends on logging ^0.11.2
[        ] SLVR:
fact: build_modules 2.11.3 depends on meta ^1.1.0
[        ] SLVR:
fact: build_modules 2.11.3 depends on path ^1.4.2
[        ] SLVR:
fact: build_modules 2.11.3 depends on pedantic ^1.0.0
[        ] SLVR:
fact: build_modules 2.11.3 depends on scratch_space ^0.0.4
[        ] SLVR:
selecting build_modules 2.11.3
[        ] SLVR:
derived: bazel_worker ^0.1.20
[   +1 ms] SLVR:
fact: bazel_worker 0.1.25 depends on async >1.9.0 <3.0.0
[        ] SLVR:
fact: bazel_worker 0.1.25 depends on pedantic ^1.8.0
[        ] SLVR:
fact: bazel_worker 0.1.25 depends on protobuf >=0.14.4 <2.0.0
[        ] SLVR:
selecting bazel_worker 0.1.25
[        ] SLVR:
derived: protobuf >=0.14.4 <2.0.0
[        ] SLVR:
derived: pedantic ^1.8.0
[   +4 ms] SLVR:
fact: web_socket_channel 1.1.0 depends on async >=1.3.0 <3.0.0
[        ] SLVR:
fact: web_socket_channel 1.1.0 depends on crypto >=0.9.2 <3.0.0
[        ] SLVR:
fact: web_socket_channel 1.1.0 depends on stream_channel >=1.2.0 <3.0.0
[        ] SLVR:
selecting web_socket_channel 1.1.0
[        ] SLVR:
derived: stream_channel >=1.2.0 <3.0.0
[   +3 ms] SLVR:
fact: watcher 0.9.7+15 depends on async ^2.0.0
[        ] SLVR:
fact: watcher 0.9.7+15 depends on path ^1.0.0
[        ] SLVR:
fact: watcher 0.9.7+15 depends on pedantic ^1.1.0
[        ] SLVR:
selecting watcher 0.9.7+15
[   +4 ms] SLVR:
fact: timing 0.1.1+3 depends on json_annotation >=1.0.0 <5.0.0
[        ] SLVR:
selecting timing 0.1.1+3
[   +5 ms] SLVR:
selecting stream_transform 1.2.0
[   +4 ms] SLVR:
fact: shelf_web_socket 0.2.3 depends on shelf ^0.7.0
[        ] SLVR:
fact: shelf_web_socket 0.2.3 depends on web_socket_channel ^1.0.0
[        ] SLVR:
fact: shelf_web_socket 0.2.3 depends on stream_channel >1.4.0 <3.0.0
[        ] SLVR:
selecting shelf_web_socket 0.2.3
[        ] SLVR:
derived: stream_channel >1.4.0 <3.0.0
[   +3 ms] SLVR:
fact: shelf 0.7.9 depends on async ^2.0.7
[        ] SLVR:
fact: shelf 0.7.9 depends on collection ^1.5.0
[        ] SLVR:
fact: shelf 0.7.9 depends on http_parser ^3.1.0
[        ] SLVR:
fact: shelf 0.7.9 depends on path ^1.0.0
[        ] SLVR:
fact: shelf 0.7.9 depends on stack_trace ^1.0.0
[        ] SLVR:
fact: shelf 0.7.9 depends on stream_channel >=1.0.0 <3.0.0
[        ] SLVR:
selecting shelf 0.7.9
[        ] SLVR:
derived: http_parser ^3.1.0
[   +3 ms] SLVR:
fact: pubspec_parse 0.1.7 depends on checked_yaml ^1.0.0
[        ] SLVR:
fact: pubspec_parse 0.1.7 depends on json_annotation >=1.0.0 <5.0.0
[        ] SLVR:
fact: pubspec_parse 0.1.7 depends on pub_semver ^1.3.2
[        ] SLVR:
fact: pubspec_parse 0.1.7 depends on yaml >=2.1.12 <4.0.0
[        ] SLVR:
selecting pubspec_parse 0.1.7
[   +4 ms] SLVR:
fact: pub_semver 1.4.4 depends on collection ^1.0.0
[        ] SLVR:
selecting pub_semver 1.4.4
[   +4 ms] SLVR:
selecting pedantic 1.9.0
[   +4 ms] SLVR:
selecting mime 0.9.7
[   +5 ms] SLVR:
fact: io 0.3.4 depends on charcode ^1.0.0
[        ] SLVR:
fact: io 0.3.4 depends on meta ^1.0.2
[        ] SLVR:
fact: io 0.3.4 depends on path ^1.5.1
[        ] SLVR:
fact: io 0.3.4 depends on string_scanner >=0.1.5 <2.0.0
[        ] SLVR:
selecting io 0.3.4
[        ] SLVR:
derived: string_scanner >=0.1.5 <2.0.0
[   +3 ms] SLVR:
fact: http_multi_server 2.2.0 depends on async >=1.2.0 <3.0.0
[        ] SLVR:
selecting http_multi_server 2.2.0
[   +4 ms] SLVR:
selecting graphs 0.2.0
[   +4 ms] SLVR:
fact: dart_style 1.3.6 depends on analyzer ^0.39.5
[        ] SLVR:
fact: dart_style 1.3.6 depends on args ^1.0.0
[        ] SLVR:
fact: dart_style 1.3.6 depends on path ^1.0.0
[        ] SLVR:
fact: dart_style 1.3.6 depends on source_span ^1.4.0
[        ] SLVR:
selecting dart_style 1.3.6
[   +3 ms] SLVR:
fact: crypto 2.1.5 depends on collection ^1.0.0
[        ] SLVR:
fact: crypto 2.1.5 depends on convert >=1.0.0 <3.0.0
[        ] SLVR:
fact: crypto 2.1.5 depends on typed_data ^1.0.0
[        ] SLVR:
selecting crypto 2.1.5
[   +4 ms] SLVR:
fact: code_builder 3.5.0 depends on built_collection >=3.0.0 <5.0.0
[        ] SLVR:
fact: code_builder 3.5.0 depends on built_value ^7.0.0
[        ] SLVR:
fact: code_builder 3.5.0 depends on collection ^1.14.0
[        ] SLVR:
fact: code_builder 3.5.0 depends on matcher ^0.12.0
[        ] SLVR:
fact: code_builder 3.5.0 depends on meta ^1.0.5
[        ] SLVR:
selecting code_builder 3.5.0
[        ] SLVR:
derived: built_value ^7.0.0
[   +3 ms] SLVR:
fact: build_runner_core 5.2.0 depends on async >=1.13.3 <3.0.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on build >=1.3.0 <1.4.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on build_config >=0.4.2 <0.4.3
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on build_resolvers ^1.3.8
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on collection ^1.14.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on convert ^2.0.1
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on crypto >=0.9.2 <3.0.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on glob ^1.1.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on graphs ^0.2.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on json_annotation >=1.0.0 <4.0.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on logging ^0.11.2
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on meta ^1.1.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on path ^1.1.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on package_config ^1.9.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on pedantic ^1.0.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on pool ^1.0.0
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on timing ^0.1.1
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on watcher ^0.9.7
[        ] SLVR:
fact: build_runner_core 5.2.0 depends on yaml ^2.1.0
[        ] SLVR:
selecting build_runner_core 5.2.0
[        ] SLVR:
fact: build_resolvers 1.3.11 depends on analyzer ^0.39.13
[        ] SLVR:
fact: build_resolvers 1.3.11 depends on build >=1.3.0 <1.4.0
[        ] SLVR:
fact: build_resolvers 1.3.11 depends on crypto ^2.0.0
[        ] SLVR:
fact: build_resolvers 1.3.11 depends on graphs ^0.2.0
[        ] SLVR:
fact: build_resolvers 1.3.11 depends on logging ^0.11.2
[        ] SLVR:
fact: build_resolvers 1.3.11 depends on path ^1.1.0
[        ] SLVR:
fact: build_resolvers 1.3.11 depends on package_config ^1.9.3
[        ] SLVR:
fact: build_resolvers 1.3.11 depends on pub_semver ^1.3.0
[        ] SLVR:
selecting build_resolvers 1.3.11
[        ] SLVR:
derived: package_config ^1.9.3
[   +2 ms] SLVR:
fact: build_daemon 2.1.5 depends on built_collection >=4.1.0 <6.0.0
[        ] SLVR:
fact: build_daemon 2.1.5 depends on built_value >=7.0.0 <9.0.0
[        ] SLVR:
fact: build_daemon 2.1.5 depends on http_multi_server ^2.0.0
[        ] SLVR:
fact: build_daemon 2.1.5 depends on logging >=0.11.0 <2.0.0
[        ] SLVR:
fact: build_daemon 2.1.5 depends on pedantic ^1.0.0
[        ] SLVR:
fact: build_daemon 2.1.5 depends on path ^1.6.2
[        ] SLVR:
fact: build_daemon 2.1.5 depends on pool ^1.3.6
[        ] SLVR:
fact: build_daemon 2.1.5 depends on shelf ^0.7.4
[        ] SLVR:
fact: build_daemon 2.1.5 depends on shelf_web_socket ^0.2.2+4
[        ] SLVR:
fact: build_daemon 2.1.5 depends on stream_transform >=0.0.20 <2.0.0
[        ] SLVR:
fact: build_daemon 2.1.5 depends on watcher ^0.9.7
[        ] SLVR:
fact: build_daemon 2.1.5 depends on web_socket_channel ^1.0.9
[        ] SLVR:
selecting build_daemon 2.1.5
[   +1 ms] SLVR:
fact: async 2.4.2 depends on collection ^1.5.0
[        ] SLVR:
selecting async 2.4.2
[   +3 ms] SLVR:
selecting args 1.6.0
[   +3 ms] SLVR:
fact: url_launcher_windows 0.0.1+3 depends on flutter any from sdk
[        ] SLVR:
selecting url_launcher_windows 0.0.1+3
[   +4 ms] SLVR:
fact: url_launcher_macos 0.0.1+9 depends on flutter any from sdk
[        ] SLVR:
selecting url_launcher_macos 0.0.1+9
[   +3 ms] SLVR:
fact: url_launcher_linux 0.0.1+4 depends on flutter any from sdk
[        ] SLVR:
selecting url_launcher_linux 0.0.1+4
[   +3 ms] SLVR:
fact: url_launcher_web 0.1.4+1 depends on url_launcher_platform_interface ^1.0.8
[        ] SLVR:
fact: url_launcher_web 0.1.4+1 depends on flutter any from sdk
[        ] SLVR:
fact: url_launcher_web 0.1.4+1 depends on flutter_web_plugins any from sdk
[        ] SLVR:
fact: url_launcher_web 0.1.4+1 depends on meta ^1.1.7
[        ] SLVR:
selecting url_launcher_web 0.1.4+1
[   +2 ms] SLVR:
fact: url_launcher_platform_interface 1.0.8 depends on flutter any from sdk
[        ] SLVR:
fact: url_launcher_platform_interface 1.0.8 depends on meta ^1.0.5
[        ] SLVR:
fact: url_launcher_platform_interface 1.0.8 depends on plugin_platform_interface
^1.0.1
[        ] SLVR:
selecting url_launcher_platform_interface 1.0.8
[        ] SLVR:
derived: plugin_platform_interface ^1.0.1
[   +3 ms] SLVR:
fact: after_layout 1.0.7+2 depends on flutter any from sdk
[        ] SLVR:
selecting after_layout 1.0.7+2
[   +3 ms] SLVR:
fact: webkit_inspection_protocol 0.7.4 depends on logging ^0.11.0
[        ] SLVR:
selecting webkit_inspection_protocol 0.7.4
[   +3 ms] SLVR:
fact: vm_service 4.2.0 depends on meta ^1.0.2
[        ] SLVR:
selecting vm_service 4.2.0
[   +3 ms] SLVR:
fact: sse 3.6.0 depends on async ^2.0.8
[        ] SLVR:
fact: sse 3.6.0 depends on collection ^1.0.0
[        ] SLVR:
fact: sse 3.6.0 depends on logging ^0.11.3+2
[        ] SLVR:
fact: sse 3.6.0 depends on pedantic ^1.4.0
[        ] SLVR:
fact: sse 3.6.0 depends on stream_channel >=1.6.8 <3.0.0
[        ] SLVR:
fact: sse 3.6.0 depends on shelf ^0.7.4
[        ] SLVR:
fact: sse 3.6.0 depends on uuid ^2.0.0
[        ] SLVR:
selecting sse 3.6.0
[        ] SLVR:
derived: uuid ^2.0.0
[        ] SLVR:
derived: stream_channel >=1.6.8 <3.0.0
[   +1 ms] SLVR:
fact: shelf_static 0.2.9+1 depends on convert >=1.0.0 <4.0.0
[        ] SLVR:
fact: shelf_static 0.2.9+1 depends on http_parser >=0.0.2+2 <5.0.0
[        ] SLVR:
fact: shelf_static 0.2.9+1 depends on mime >=0.9.0 <=1.0.0
[        ] SLVR:
fact: shelf_static 0.2.9+1 depends on path ^1.1.0
[        ] SLVR:
fact: shelf_static 0.2.9+1 depends on shelf >=0.5.7 <0.8.0
[        ] SLVR:
selecting shelf_static 0.2.9+1
[   +2 ms] SLVR:
fact: shelf_proxy 0.1.0+7 depends on http >=0.9.0 <0.13.0
[        ] SLVR:
fact: shelf_proxy 0.1.0+7 depends on path ^1.0.0
[        ] SLVR:
fact: shelf_proxy 0.1.0+7 depends on pedantic ^1.0.0
[        ] SLVR:
fact: shelf_proxy 0.1.0+7 depends on shelf >=0.5.2 <0.8.0
[        ] SLVR:
selecting shelf_proxy 0.1.0+7
[   +2 ms] SLVR:
fact: shelf_packages_handler 2.0.0 depends on path ^1.0.0
[        ] SLVR:
fact: shelf_packages_handler 2.0.0 depends on shelf ^0.7.0
[        ] SLVR:
fact: shelf_packages_handler 2.0.0 depends on shelf_static ^0.2.0
[        ] SLVR:
selecting shelf_packages_handler 2.0.0
[   +2 ms] SLVR:
fact: package_config 1.9.3 depends on path ^1.6.4
[        ] SLVR:
fact: package_config 1.9.3 depends on charcode ^1.1.0
[        ] SLVR:
selecting package_config 1.9.3
[   +2 ms] SLVR:
fact: devtools_server 0.8.0+3 depends on args ^1.5.1
[        ] SLVR:
fact: devtools_server 0.8.0+3 depends on browser_launcher ^0.1.5
[        ] SLVR:
fact: devtools_server 0.8.0+3 depends on devtools_shared 0.8.0+3
[        ] SLVR:
fact: devtools_server 0.8.0+3 depends on meta ^1.1.0
[        ] SLVR:
fact: devtools_server 0.8.0+3 depends on path ^1.6.0
[        ] SLVR:
fact: devtools_server 0.8.0+3 depends on sse ^3.1.2
[        ] SLVR:
fact: devtools_server 0.8.0+3 depends on shelf ^0.7.4
[        ] SLVR:
fact: devtools_server 0.8.0+3 depends on shelf_proxy ^0.1.0
[        ] SLVR:
fact: devtools_server 0.8.0+3 depends on shelf_static ^0.2.8
[        ] SLVR:
fact: devtools_server 0.8.0+3 depends on http_multi_server ^2.2.0
[        ] SLVR:
fact: devtools_server 0.8.0+3 depends on usage ^3.4.1
[        ] SLVR:
fact: devtools_server 0.8.0+3 depends on vm_service ^4.1.0
[        ] SLVR:
selecting devtools_server 0.8.0+3
[        ] SLVR:
derived: usage ^3.4.1
[        ] SLVR:
derived: devtools_shared 0.8.0+3
[        ] SLVR:
derived: browser_launcher ^0.1.5
[        ] SLVR:
fact: devtools 0.8.0+3 depends on devtools_server 0.8.0+3
[        ] SLVR:
fact: devtools 0.8.0+3 depends on devtools_shared 0.8.0+3
[        ] SLVR:
fact: devtools 0.8.0+3 depends on http ^0.12.0+1
[        ] SLVR:
selecting devtools 0.8.0+3
[   +1 ms] SLVR:
fact: built_value 7.1.0 depends on built_collection >=2.0.0 <5.0.0
[        ] SLVR:
fact: built_value 7.1.0 depends on collection ^1.0.0
[        ] SLVR:
fact: built_value 7.1.0 depends on fixnum ^0.10.0
[        ] SLVR:
fact: built_value 7.1.0 depends on quiver >=0.21.0 <3.0.0
[        ] SLVR:
selecting built_value 7.1.0
[        ] SLVR:
derived: fixnum ^0.10.0
[   +1 ms] SLVR:
fact: built_collection 4.3.2 depends on collection ^1.7.0
[        ] SLVR:
fact: built_collection 4.3.2 depends on quiver >=0.21.0 <3.0.0
[        ] SLVR:
selecting built_collection 4.3.2
[   +2 ms] SLVR:
fact: html 0.14.0+4 depends on csslib >=0.13.2 <0.17.0
[        ] SLVR:
fact: html 0.14.0+4 depends on source_span ^1.0.0
[        ] SLVR:
selecting html 0.14.0+4
[        ] SLVR:
derived: csslib >=0.13.2 <0.17.0
[   +3 ms] SLVR:
fact: convert 2.1.1 depends on charcode ^1.1.0
[        ] SLVR:
fact: convert 2.1.1 depends on typed_data ^1.1.0
[        ] SLVR:
selecting convert 2.1.1
[   +2 ms] SLVR:
fact: cli_util 0.2.0 depends on path ^1.0.0
[        ] SLVR:
selecting cli_util 0.2.0
[   +2 ms] SLVR:
selecting charcode 1.1.3
[   +2 ms] SLVR:
fact: _fe_analyzer_shared 7.0.0 depends on meta ^1.0.2
[        ] SLVR:
selecting _fe_analyzer_shared 7.0.0
[   +2 ms] SLVR:
selecting sprintf 4.1.0
[   +3 ms] SLVR:
fact: nested 0.0.4 depends on flutter any from sdk
[        ] SLVR:
selecting nested 0.0.4
[   +2 ms] SLVR:
fact: matcher 0.12.9 depends on stack_trace ^1.2.0
[        ] SLVR:
selecting matcher 0.12.9
[   +2 ms] SLVR:
fact: flutter_local_notifications_platform_interface 1.0.1 depends on flutter
any from sdk
[        ] SLVR:
fact: flutter_local_notifications_platform_interface 1.0.1 depends on
plugin_platform_interface ^1.0.1
[        ] SLVR:
selecting flutter_local_notifications_platform_interface 1.0.1
[   +2 ms] SLVR:
selecting platform 2.2.1
[   +2 ms] SLVR:
fact: flutter_keyboard_visibility 3.3.0 depends on flutter any from sdk
[        ] SLVR:
selecting flutter_keyboard_visibility 3.3.0
[   +2 ms] SLVR:
fact: http_parser 3.1.4 depends on charcode ^1.1.0
[        ] SLVR:
fact: http_parser 3.1.4 depends on collection >=0.9.1 <2.0.0
[        ] SLVR:
fact: http_parser 3.1.4 depends on source_span ^1.0.0
[        ] SLVR:
fact: http_parser 3.1.4 depends on string_scanner >=0.0.0 <2.0.0
[        ] SLVR:
fact: http_parser 3.1.4 depends on typed_data ^1.1.0
[        ] SLVR:
selecting http_parser 3.1.4
[   +1 ms] SLVR:
fact: firebase_core 0.5.3 depends on firebase_core_platform_interface ^2.1.0
[        ] SLVR:
fact: firebase_core 0.5.3 depends on flutter any from sdk
[        ] SLVR:
fact: firebase_core 0.5.3 depends on quiver ^2.0.0
[        ] SLVR:
fact: firebase_core 0.5.3 depends on meta ^1.1.8
[        ] SLVR:
fact: firebase_core 0.5.3 depends on firebase_core_web ^0.2.1+1
[        ] SLVR:
selecting firebase_core 0.5.3
[        ] SLVR:
derived: firebase_core_web ^0.2.1+1
[        ] SLVR:
derived: firebase_core_platform_interface ^2.1.0
[        ] SLVR:
fact: image_picker_platform_interface 1.1.1 depends on flutter any from sdk
[        ] SLVR:
fact: image_picker_platform_interface 1.1.1 depends on meta ^1.1.8
[        ] SLVR:
fact: image_picker_platform_interface 1.1.1 depends on http ^0.12.1
[        ] SLVR:
fact: image_picker_platform_interface 1.1.1 depends on plugin_platform_interface
^1.0.2
[        ] SLVR:
selecting image_picker_platform_interface 1.1.1
[        ] SLVR:
derived: plugin_platform_interface ^1.0.2
[   +1 ms] SLVR:
fact: flutter_plugin_android_lifecycle 1.0.11 depends on flutter any from sdk
[        ] SLVR:
selecting flutter_plugin_android_lifecycle 1.0.11
[   +2 ms] SLVR:
fact: connectivity_for_web 0.3.1+4 depends on connectivity_platform_interface
^1.0.3
[        ] SLVR:
fact: connectivity_for_web 0.3.1+4 depends on flutter_web_plugins any from sdk
[        ] SLVR:
fact: connectivity_for_web 0.3.1+4 depends on flutter any from sdk
[        ] SLVR:
selecting connectivity_for_web 0.3.1+4
[        ] SLVR:
derived: connectivity_platform_interface ^1.0.3
[   +1 ms] SLVR:
fact: connectivity_macos 0.1.0+7 depends on flutter any from sdk
[        ] SLVR:
selecting connectivity_macos 0.1.0+7
[   +2 ms] SLVR:
fact: connectivity_platform_interface 1.0.6 depends on flutter any from sdk
[        ] SLVR:
fact: connectivity_platform_interface 1.0.6 depends on meta ^1.0.5
[        ] SLVR:
fact: connectivity_platform_interface 1.0.6 depends on plugin_platform_interface
^1.0.1
[        ] SLVR:
selecting connectivity_platform_interface 1.0.6
[   +1 ms] SLVR:
fact: video_player_platform_interface 2.2.0 depends on flutter any from sdk
[        ] SLVR:
fact: video_player_platform_interface 2.2.0 depends on meta ^1.0.5
[        ] SLVR:
selecting video_player_platform_interface 2.2.0
[   +1 ms] SLVR:
fact: petitparser 3.0.4 depends on meta ^1.1.0
[        ] SLVR:
selecting petitparser 3.0.4
[   +2 ms] SLVR:
fact: path_provider_windows 0.0.4+3 depends on path_provider_platform_interface
^1.0.3
[        ] SLVR:
fact: path_provider_windows 0.0.4+3 depends on meta ^1.0.5
[        ] SLVR:
fact: path_provider_windows 0.0.4+3 depends on path ^1.6.4
[        ] SLVR:
fact: path_provider_windows 0.0.4+3 depends on flutter any from sdk
[        ] SLVR:
fact: path_provider_windows 0.0.4+3 depends on ffi ^0.1.3
[        ] SLVR:
fact: path_provider_windows 0.0.4+3 depends on win32 ^1.7.1
[        ] SLVR:
selecting path_provider_windows 0.0.4+3
[        ] SLVR:
derived: win32 ^1.7.1
[        ] SLVR:
derived: ffi ^0.1.3
[        ] SLVR:
derived: path_provider_platform_interface ^1.0.3
[        ] SLVR:
fact: path_provider_linux 0.0.1+2 depends on path ^1.6.4
[        ] SLVR:
fact: path_provider_linux 0.0.1+2 depends on xdg_directories ^0.1.0
[        ] SLVR:
fact: path_provider_linux 0.0.1+2 depends on path_provider_platform_interface
^1.0.1
[        ] SLVR:
fact: path_provider_linux 0.0.1+2 depends on flutter any from sdk
[        ] SLVR:
selecting path_provider_linux 0.0.1+2
[        ] SLVR:
derived: xdg_directories ^0.1.0
[        ] SLVR:
fact: path_provider_macos 0.0.4+8 depends on flutter any from sdk
[        ] SLVR:
selecting path_provider_macos 0.0.4+8
[   +1 ms] SLVR:
fact: path_provider_platform_interface 1.0.4 depends on flutter any from sdk
[        ] SLVR:
fact: path_provider_platform_interface 1.0.4 depends on meta ^1.0.5
[        ] SLVR:
fact: path_provider_platform_interface 1.0.4 depends on platform >=2.0.0 <4.0.0
[        ] SLVR:
fact: path_provider_platform_interface 1.0.4 depends on
plugin_platform_interface ^1.0.1
[        ] SLVR:
selecting path_provider_platform_interface 1.0.4
[   +1 ms] SLVR:
fact: bloc 4.0.0 depends on meta ^1.1.6
[        ] SLVR:
selecting bloc 4.0.0
[   +2 ms] SLVR:
fact: octo_image 0.3.0 depends on flutter any from sdk
[        ] SLVR:
fact: octo_image 0.3.0 depends on flutter_blurhash >=0.4.1 <0.6.0
[        ] SLVR:
selecting octo_image 0.3.0
[        ] SLVR:
derived: flutter_blurhash >=0.4.1 <0.6.0
[   +1 ms] SLVR:
fact: flutter_cache_manager 2.0.0 depends on flutter any from sdk
[        ] SLVR:
fact: flutter_cache_manager 2.0.0 depends on path_provider ^1.6.18
[        ] SLVR:
fact: flutter_cache_manager 2.0.0 depends on uuid ^2.0.2
[        ] SLVR:
fact: flutter_cache_manager 2.0.0 depends on http ^0.12.0+2
[        ] SLVR:
fact: flutter_cache_manager 2.0.0 depends on path ^1.6.4
[        ] SLVR:
fact: flutter_cache_manager 2.0.0 depends on sqflite ^1.1.7+2
[        ] SLVR:
fact: flutter_cache_manager 2.0.0 depends on pedantic ^1.8.0+1
[        ] SLVR:
fact: flutter_cache_manager 2.0.0 depends on clock ^1.0.1
[        ] SLVR:
fact: flutter_cache_manager 2.0.0 depends on file >=5.1.0 <7.0.0
[        ] SLVR:
fact: flutter_cache_manager 2.0.0 depends on rxdart >=0.23.1 <0.25.0
[        ] SLVR:
selecting flutter_cache_manager 2.0.0
[        ] SLVR:
derived: file >=5.1.0 <7.0.0
[        ] SLVR:
derived: sqflite ^1.1.7+2
[        ] SLVR:
derived: uuid ^2.0.2
[        ] SLVR:
selecting quiver_hashcode 2.0.0
[        ] SLVR:
selecting vector_math 2.1.0-nullsafety.5
[   +2 ms] SLVR:
fact: typed_data 1.3.0-nullsafety.5 depends on collection >=1.15.0-nullsafety
<1.15.0
[        ] SLVR:
selecting typed_data 1.3.0-nullsafety.5
[   +1 ms] SLVR:
selecting characters 1.1.0-nullsafety.5
[   +1 ms] SLVR:
selecting sky_engine 0.0.99 from sdk
[   +2 ms] SLVR:
fact: string_scanner 1.0.5 depends on charcode ^1.1.0
[        ] SLVR:
fact: string_scanner 1.0.5 depends on meta ^1.1.0
[        ] SLVR:
fact: string_scanner 1.0.5 depends on source_span ^1.4.0
[        ] SLVR:
selecting string_scanner 1.0.5
[   +1 ms] SLVR:
selecting time 1.4.0
[   +2 ms] SLVR:
fact: checked_yaml 1.0.4 depends on json_annotation >=2.2.0 <5.0.0
[        ] SLVR:
fact: checked_yaml 1.0.4 depends on source_span ^1.0.0
[        ] SLVR:
fact: checked_yaml 1.0.4 depends on yaml >=2.1.13 <4.0.0
[        ] SLVR:
selecting checked_yaml 1.0.4
[        ] SLVR:
selecting term_glyph 1.1.0
[   +2 ms] SLVR:
fact: node_io 1.2.0 depends on file ^5.0.0
[        ] SLVR:
fact: node_io 1.2.0 depends on node_interop ^1.2.1
[        ] SLVR:
fact: node_io 1.2.0 depends on path ^1.6.2
[        ] SLVR:
selecting node_io 1.2.0
[        ] SLVR:
derived: node_interop ^1.2.1
[        ] SLVR:
derived: file ^5.0.0
[        ] SLVR:
fact: protobuf 1.1.0 depends on fixnum ^0.10.9
[        ] SLVR:
selecting protobuf 1.1.0
[        ] SLVR:
derived: fixnum ^0.10.9
[   +1 ms] SLVR:
fact: stream_channel 2.0.0 depends on async >=1.11.0 <3.0.0
[        ] SLVR:
selecting stream_channel 2.0.0
[   +1 ms] SLVR:
fact: plugin_platform_interface 1.0.3 depends on meta ^1.0.0
[        ] SLVR:
selecting plugin_platform_interface 1.0.3
[   +1 ms] SLVR:
fact: uuid 2.2.2 depends on crypto ^2.0.0
[        ] SLVR:
fact: uuid 2.2.2 depends on convert ^2.0.0
[        ] SLVR:
selecting uuid 2.2.2
[        ] SLVR:
fact: usage 3.4.2 depends on path ^1.4.0
[        ] SLVR:
selecting usage 3.4.2
[   +1 ms] SLVR:
selecting devtools_shared 0.8.0+3
[   +2 ms] SLVR:
fact: browser_launcher 0.1.8 depends on path ^1.6.2
[        ] SLVR:
fact: browser_launcher 0.1.8 depends on webkit_inspection_protocol >=0.4.0
<0.8.0
[        ] SLVR:
selecting browser_launcher 0.1.8
[        ] SLVR:
selecting fixnum 0.10.11
[   +1 ms] SLVR:
fact: csslib 0.16.2 depends on source_span ^1.4.0
[        ] SLVR:
selecting csslib 0.16.2
[   +1 ms] SLVR:
fact: firebase_core_web 0.2.1+1 depends on firebase_core_platform_interface
^2.1.0
[        ] SLVR:
fact: firebase_core_web 0.2.1+1 depends on flutter any from sdk
[        ] SLVR:
fact: firebase_core_web 0.2.1+1 depends on flutter_web_plugins any from sdk
[        ] SLVR:
fact: firebase_core_web 0.2.1+1 depends on meta ^1.1.8
[        ] SLVR:
fact: firebase_core_web 0.2.1+1 depends on js ^0.6.1+1
[        ] SLVR:
selecting firebase_core_web 0.2.1+1
[        ] SLVR:
fact: firebase_core_platform_interface 2.1.0 depends on flutter any from sdk
[        ] SLVR:
fact: firebase_core_platform_interface 2.1.0 depends on meta ^1.1.8
[        ] SLVR:
fact: firebase_core_platform_interface 2.1.0 depends on
plugin_platform_interface ^1.0.2
[        ] SLVR:
fact: firebase_core_platform_interface 2.1.0 depends on quiver ^2.0.0
[        ] SLVR:
selecting firebase_core_platform_interface 2.1.0
[        ] SLVR:
fact: win32 1.7.4 depends on ffi ^0.1.3
[        ] SLVR:
selecting win32 1.7.4
[        ] SLVR:
selecting ffi 0.1.3
[        ] SLVR:
fact: xdg_directories 0.1.0 depends on path ^1.6.4
[        ] SLVR:
fact: xdg_directories 0.1.0 depends on process ^3.0.12
[        ] SLVR:
fact: xdg_directories 0.1.0 depends on flutter any from sdk
[        ] SLVR:
selecting xdg_directories 0.1.0
[        ] SLVR:
derived: process ^3.0.12
[        ] SLVR:
fact: flutter_blurhash 0.5.0 depends on flutter any from sdk
[        ] SLVR:
fact: flutter_blurhash 0.5.0 depends on meta ^1.1.8
[        ] SLVR:
selecting flutter_blurhash 0.5.0
[        ] SLVR:
fact: file 5.2.1 depends on meta ^1.1.2
[        ] SLVR:
fact: file 5.2.1 depends on path ^1.5.1
[        ] SLVR:
selecting file 5.2.1
[        ] SLVR:
fact: sqflite 1.3.1+2 depends on flutter any from sdk
[        ] SLVR:
fact: sqflite 1.3.1+2 depends on sqflite_common >=1.0.2+1 <3.0.0
[        ] SLVR:
fact: sqflite 1.3.1+2 depends on path >=1.5.1 <3.0.0
[        ] SLVR:
selecting sqflite 1.3.1+2
[        ] SLVR:
derived: sqflite_common >=1.0.2+1 <3.0.0
[        ] SLVR:
fact: node_interop 1.2.1 depends on js ^0.6.1
[        ] SLVR:
selecting node_interop 1.2.1
[        ] SLVR:
fact: process 3.0.13 depends on file ^5.0.0
[        ] SLVR:
fact: process 3.0.13 depends on meta ^1.1.2
[        ] SLVR:
fact: process 3.0.13 depends on path ^1.5.1
[        ] SLVR:
fact: process 3.0.13 depends on platform >=1.0.1
[        ] SLVR:
selecting process 3.0.13
[        ] SLVR:
fact: sqflite_common 1.0.2+1 depends on synchronized >=2.0.2 <4.0.0
[        ] SLVR:
fact: sqflite_common 1.0.2+1 depends on path >=1.5.1 <3.0.0
[        ] SLVR:
fact: sqflite_common 1.0.2+1 depends on meta >=1.1.8 <3.0.0
[        ] SLVR:
selecting sqflite_common 1.0.2+1
[        ] SLVR:
derived: synchronized >=2.0.2 <4.0.0
[        ] SLVR:
selecting synchronized 2.2.0+2
[   +8 ms] SLVR: Version solving took 0:00:01.254418 seconds.
[        ]     | Tried 1 solutions.
[        ] FINE: Resolving dependencies finished (1.346s).
[   +9 ms] WARN: Warning: You are using these overridden dependencies:
[        ]     | ! intl 0.17.0-nullsafety.2
[ +109 ms] IO  : Writing 32590 characters to text file ./pubspec.lock.
[        ] FINE: Contents:
[        ]     | # Generated by pub
[        ]     | # See https://dart.dev/tools/pub/glossary#lockfile
[        ]     | packages:
[        ]     |   _fe_analyzer_shared:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: _fe_analyzer_shared
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "7.0.0"
[        ]     |   after_layout:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: after_layout
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.7+2"
[        ]     |   analyzer:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: analyzer
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.39.17"
[        ]     |   archive:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: archive
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.0.13"
[        ]     |   args:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: args
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.6.0"
[        ]     |   async:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: async
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.4.2"
[        ]     |   bazel_worker:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: bazel_worker
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.25"
[        ]     |   bloc:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: bloc
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "4.0.0"
[        ]     |   browser_launcher:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: browser_launcher
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.8"
[        ]     |   build:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: build
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.3.0"
[        ]     |   build_config:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: build_config
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.4.2"
[        ]     |   build_daemon:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: build_daemon
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.5"
[        ]     |   build_modules:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: build_modules
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.11.3"
[        ]     |   build_resolvers:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: build_resolvers
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.3.11"
[        ]     |   build_runner:
[        ]     |     dependency: "direct dev"
[        ]     |     description:
[        ]     |       name: build_runner
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.10.0"
[        ]     |   build_runner_core:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: build_runner_core
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "5.2.0"
[        ]     |   build_web_compilers:
[        ]     |     dependency: "direct dev"
[        ]     |     description:
[        ]     |       name: build_web_compilers
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.11.0"
[        ]     |   built_collection:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: built_collection
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "4.3.2"
[        ]     |   built_value:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: built_value
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "7.1.0"
[        ]     |   cached_network_image:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: cached_network_image
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.4.1"
[        ]     |   cached_video_player:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: cached_video_player
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.3"
[        ]     |   characters:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: characters
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0-nullsafety.5"
[        ]     |   charcode:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: charcode
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.3"
[        ]     |   checked_yaml:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: checked_yaml
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.4"
[        ]     |   cli_util:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: cli_util
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.0"
[        ]     |   clock:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: clock
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0-nullsafety.3"
[        ]     |   code_builder:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: code_builder
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.5.0"
[        ]     |   collection:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: collection
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.15.0-nullsafety.5"
[        ]     |   color:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: color
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.1"
[        ]     |   connectivity:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: connectivity
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.0.2"
[        ]     |   connectivity_for_web:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: connectivity_for_web
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.3.1+4"
[        ]     |   connectivity_macos:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: connectivity_macos
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.0+7"
[        ]     |   connectivity_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: connectivity_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.6"
[        ]     |   convert:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: convert
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.1"
[        ]     |   cookie_jar:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: cookie_jar
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.1"
[        ]     |   crypto:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: crypto
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.5"
[        ]     |   csslib:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: csslib
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.16.2"
[        ]     |   dart_style:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: dart_style
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.3.6"
[        ]     |   dartx:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: dartx
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.5.0"
[        ]     |   decorated_icon:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: decorated_icon
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.2"
[        ]     |   devtools:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: devtools
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.8.0+3"
[        ]     |   devtools_server:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: devtools_server
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.8.0+3"
[        ]     |   devtools_shared:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: devtools_shared
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.8.0+3"
[        ]     |   dio:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: dio
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.0.10"
[        ]     |   dio_cookie_manager:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: dio_cookie_manager
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.0"
[        ]     |   dwds:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: dwds
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "6.0.0"
[        ]     |   equatable:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: equatable
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.6"
[        ]     |   exif:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: exif
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.3"
[        ]     |   ffi:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: ffi
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.3"
[        ]     |   file:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: file
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "5.2.1"
[        ]     |   firebase:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: firebase
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "7.3.3"
[        ]     |   firebase_core:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: firebase_core
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.5.3"
[        ]     |   firebase_core_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: firebase_core_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.0"
[        ]     |   firebase_core_web:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: firebase_core_web
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.1+1"
[        ]     |   firebase_messaging:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: firebase_messaging
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "7.0.3"
[        ]     |   fixnum:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: fixnum
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.10.11"
[        ]     |   flutter:
[        ]     |     dependency: "direct main"
[        ]     |     description: flutter
[        ]     |     source: sdk
[        ]     |     version: "0.0.0"
[        ]     |   flutter_better_camera:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: flutter_better_camera
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.6.1"
[        ]     |   flutter_bloc:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: flutter_bloc
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "4.0.0"
[        ]     |   flutter_blurhash:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: flutter_blurhash
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.5.0"
[        ]     |   flutter_cache_manager:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: flutter_cache_manager
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.0.0"
[        ]     |   flutter_colorpicker:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: flutter_colorpicker
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.3.5"
[        ]     |   flutter_ffmpeg:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: flutter_ffmpeg
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.3.0"
[        ]     |   flutter_file_manager:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: flutter_file_manager
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.0"
[        ]     |   flutter_image_compress:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: flutter_image_compress
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.7.0"
[        ]     |   flutter_keyboard_visibility:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: flutter_keyboard_visibility
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.3.0"
[        ]     |   flutter_local_notifications:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: flutter_local_notifications
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.5.0+1"
[        ]     |   flutter_local_notifications_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: flutter_local_notifications_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.1"
[        ]     |   flutter_localizations:
[        ]     |     dependency: "direct main"
[        ]     |     description: flutter
[        ]     |     source: sdk
[        ]     |     version: "0.0.0"
[        ]     |   flutter_native_splash:
[        ]     |     dependency: "direct dev"
[        ]     |     description:
[        ]     |       name: flutter_native_splash
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.9"
[        ]     |   flutter_plugin_android_lifecycle:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: flutter_plugin_android_lifecycle
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.11"
[        ]     |   flutter_spinkit:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: flutter_spinkit
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "4.1.2+1"
[        ]     |   flutter_staggered_grid_view:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: flutter_staggered_grid_view
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.3.1"
[        ]     |   flutter_typeahead:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: flutter_typeahead
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.8.8"
[        ]     |   flutter_web_plugins:
[        ]     |     dependency: "direct main"
[        ]     |     description: flutter
[        ]     |     source: sdk
[        ]     |     version: "0.0.0"
[        ]     |   fluttertoast:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: fluttertoast
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.1.3"
[        ]     |   gallery_saver:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: gallery_saver
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.0.1"
[        ]     |   glob:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: glob
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.2.0"
[        ]     |   graphs:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: graphs
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.0"
[        ]     |   hive:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: hive
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.4.4+1"
[        ]     |   hive_flutter:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: hive_flutter
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.3.1"
[        ]     |   hive_generator:
[        ]     |     dependency: "direct dev"
[        ]     |     description:
[        ]     |       name: hive_generator
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.7.3"
[        ]     |   html:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: html
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.14.0+4"
[        ]     |   http:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: http
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.12.2"
[        ]     |   http_multi_server:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: http_multi_server
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.2.0"
[        ]     |   http_parser:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: http_parser
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.1.4"
[        ]     |   image:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: image
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.13"
[        ]     |   image_picker:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: image_picker
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.6.7+21"
[        ]     |   image_picker_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: image_picker_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.1"
[        ]     |   intl:
[        ]     |     dependency: "direct overridden"
[        ]     |     description:
[        ]     |       name: intl
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.17.0-nullsafety.2"
[        ]     |   io:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: io
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.3.4"
[        ]     |   jiffy:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: jiffy
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.0.1"
[        ]     |   js:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: js
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.6.3-nullsafety.3"
[        ]     |   json_annotation:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: json_annotation
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.1.1"
[        ]     |   json_serializable:
[        ]     |     dependency: "direct dev"
[        ]     |     description:
[        ]     |       name: json_serializable
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.5.1"
[        ]     |   logging:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: logging
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.11.4"
[        ]     |   matcher:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: matcher
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.12.9"
[        ]     |   media_picker_builder:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: media_picker_builder
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.3.2"
[        ]     |   meta:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: meta
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.3.0-nullsafety.6"
[        ]     |   mime:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: mime
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.9.7"
[        ]     |   native_device_orientation:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: native_device_orientation
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.4.3"
[        ]     |   nested:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: nested
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.0.4"
[        ]     |   node_interop:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: node_interop
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.2.1"
[        ]     |   node_io:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: node_io
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.2.0"
[        ]     |   octo_image:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: octo_image
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.3.0"
[        ]     |   oktoast:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: oktoast
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.3.2"
[        ]     |   open_iconic_flutter:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: open_iconic_flutter
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.3.0"
[        ]     |   package_config:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: package_config
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.9.3"
[        ]     |   page_indicator:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: page_indicator
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.3.0"
[        ]     |   path:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: path
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.8.0-nullsafety.3"
[        ]     |   path_provider:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: path_provider
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.6.27"
[        ]     |   path_provider_linux:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: path_provider_linux
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.0.1+2"
[        ]     |   path_provider_macos:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: path_provider_macos
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.0.4+8"
[        ]     |   path_provider_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: path_provider_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.4"
[        ]     |   path_provider_windows:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: path_provider_windows
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.0.4+3"
[        ]     |   pedantic:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: pedantic
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.9.0"
[        ]     |   percent_indicator:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: percent_indicator
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.9"
[        ]     |   permission_handler:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: permission_handler
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.3.0"
[        ]     |   persistent_bottom_nav_bar:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: persistent_bottom_nav_bar
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.0"
[        ]     |   petitparser:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: petitparser
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.0.4"
[        ]     |   photo_view:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: photo_view
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.10.3"
[        ]     |   photofilters:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: photofilters
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.0.1"
[        ]     |   pin_code_fields:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: pin_code_fields
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "5.0.1"
[        ]     |   pinch_zoom_image_last:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: pinch_zoom_image_last
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.3.2"
[        ]     |   platform:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: platform
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.2.1"
[        ]     |   platform_detect:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: platform_detect
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.4.0"
[        ]     |   plugin_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: plugin_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.3"
[        ]     |   pool:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: pool
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.4.0"
[        ]     |   preload_page_view:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: preload_page_view
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.4"
[        ]     |   process:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: process
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.0.13"
[        ]     |   protobuf:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: protobuf
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0"
[        ]     |   provider:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: provider
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "4.3.2+3"
[        ]     |   pub_semver:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: pub_semver
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.4.4"
[        ]     |   pubspec_parse:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: pubspec_parse
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.7"
[        ]     |   pull_to_refresh:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: pull_to_refresh
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.6.3"
[        ]     |   quiver:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: quiver
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.5"
[        ]     |   quiver_hashcode:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: quiver_hashcode
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.0.0"
[        ]     |   recase:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: recase
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.0.1"
[        ]     |   responsive_framework:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: responsive_framework
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.0.14"
[        ]     |   rubber:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: rubber
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.4.0"
[        ]     |   rx_command:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: rx_command
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "5.2.1"
[        ]     |   rx_widgets:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: rx_widgets
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.1.0"
[        ]     |   rxdart:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: rxdart
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.24.1"
[        ]     |   scratch_space:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: scratch_space
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.0.4+3"
[        ]     |   screen:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: screen
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.0.5"
[        ]     |   share_extend:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: share_extend
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.9"
[        ]     |   shelf:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: shelf
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.7.9"
[        ]     |   shelf_packages_handler:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: shelf_packages_handler
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.0.0"
[        ]     |   shelf_proxy:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: shelf_proxy
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.0+7"
[        ]     |   shelf_static:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: shelf_static
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.9+1"
[        ]     |   shelf_web_socket:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: shelf_web_socket
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.3"
[        ]     |   simple_timer:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: simple_timer
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.1"
[        ]     |   sky_engine:
[        ]     |     dependency: transitive
[        ]     |     description: flutter
[        ]     |     source: sdk
[        ]     |     version: "0.0.99"
[        ]     |   source_gen:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: source_gen
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.9.7+1"
[        ]     |   source_maps:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: source_maps
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.10.9"
[        ]     |   source_span:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: source_span
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.7.0"
[        ]     |   sprintf:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: sprintf
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "4.1.0"
[        ]     |   sqflite:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: sqflite
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.3.1+2"
[        ]     |   sqflite_common:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: sqflite_common
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.2+1"
[        ]     |   sse:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: sse
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.6.0"
[        ]     |   stack_trace:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: stack_trace
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.9.6"
[        ]     |   stream_channel:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: stream_channel
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.0.0"
[        ]     |   stream_transform:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: stream_transform
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.2.0"
[        ]     |   string_scanner:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: string_scanner
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.5"
[        ]     |   synchronized:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: synchronized
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.2.0+2"
[        ]     |   term_glyph:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: term_glyph
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0"
[        ]     |   time:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: time
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.4.0"
[        ]     |   timing:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: timing
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.1+3"
[        ]     |   toast:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: toast
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.5"
[        ]     |   torch_compat:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: torch_compat
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.2"
[        ]     |   transparent_image:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: transparent_image
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.0"
[        ]     |   typed_data:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: typed_data
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.3.0-nullsafety.5"
[        ]     |   uni_links:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: uni_links
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.4.0"
[        ]     |   url_launcher:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: url_launcher
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "5.7.6"
[        ]     |   url_launcher_linux:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: url_launcher_linux
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.0.1+4"
[        ]     |   url_launcher_macos:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: url_launcher_macos
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.0.1+9"
[        ]     |   url_launcher_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: url_launcher_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.0.8"
[        ]     |   url_launcher_web:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: url_launcher_web
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.4+1"
[        ]     |   url_launcher_windows:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: url_launcher_windows
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.0.1+3"
[        ]     |   usage:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: usage
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.4.2"
[        ]     |   uuid:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: uuid
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.2.2"
[        ]     |   vector_math:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: vector_math
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.0-nullsafety.5"
[        ]     |   video_player:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: video_player
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.10.12+5"
[        ]     |   video_player_platform_interface:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: video_player_platform_interface
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.2.0"
[        ]     |   video_player_web:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: video_player_web
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.4+1"
[        ]     |   visibility_detector:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: visibility_detector
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.5"
[        ]     |   vm_service:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: vm_service
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "4.2.0"
[        ]     |   wakelock:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: wakelock
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.4+2"
[        ]     |   watcher:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: watcher
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.9.7+15"
[        ]     |   web_socket_channel:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: web_socket_channel
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0"
[        ]     |   webkit_inspection_protocol:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: webkit_inspection_protocol
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.7.4"
[        ]     |   win32:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: win32
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.7.4"
[        ]     |   workmanager:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: workmanager
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.3"
[        ]     |   xdg_directories:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: xdg_directories
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.0"
[        ]     |   xml:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: xml
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "3.7.0"
[        ]     |   yaml:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: yaml
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.2.1"
[        ]     | sdks:
[        ]     |   dart: ">=2.12.0-0 <3.0.0"
[        ]     |   flutter: ">=1.20.0 <2.0.0"
[   +4 ms] IO  : Writing 18709 characters to text file ./.packages.
[        ] FINE: Contents:
[        ]     | # Generated by pub on 2021-01-12 10:36:32.629697.
[        ]     |
_fe_analyzer_shared:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/_fe_
analyzer_shared-7.0.0/lib/
[        ]     |
after_layout:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/after_layou
t-1.0.7+2/lib/
[        ]     |
analyzer:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.1
7/lib/
[        ]     |
archive:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/archive-2.0.13/l
ib/
[        ]     |
args:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/args-1.6.0/lib/
[        ]     |
async:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/async-2.4.2/lib/
[        ]     |
bazel_worker:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/bazel_worke
r-0.1.25/lib/
[        ]     |
bloc:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/bloc-4.0.0/lib/
[        ]     |
browser_launcher:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/browser
_launcher-0.1.8/lib/
[        ]     |
build:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build-1.3.0/lib/
[        ]     |
build_config:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_confi
g-0.4.2/lib/
[        ]     |
build_daemon:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_daemo
n-2.1.5/lib/
[        ]     |
build_modules:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_modu
les-2.11.3/lib/
[        ]     |
build_resolvers:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_re
solvers-1.3.11/lib/
[        ]     |
build_runner:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_runne
r-1.10.0/lib/
[        ]     |
build_runner_core:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_
runner_core-5.2.0/lib/
[        ]     |
build_web_compilers:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/buil
d_web_compilers-2.11.0/lib/
[        ]     |
built_collection:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/built_c
ollection-4.3.2/lib/
[        ]     |
built_value:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/built_value-
7.1.0/lib/
[        ]     |
cached_network_image:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cac
hed_network_image-2.4.1/lib/
[        ]     |
cached_video_player:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cach
ed_video_player-1.0.3/lib/
[        ]     |
characters:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/characters-1.
1.0-nullsafety.5/lib/
[        ]     |
charcode:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.3/
lib/
[        ]     |
checked_yaml:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/checked_yam
l-1.0.4/lib/
[        ]     |
cli_util:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cli_util-0.2.0/
lib/
[        ]     |
clock:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsa
fety.3/lib/
[        ]     |
code_builder:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/code_builde
r-3.5.0/lib/
[        ]     |
collection:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/collection-1.
15.0-nullsafety.5/lib/
[        ]     |
color:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/color-2.1.1/lib/
[        ]     |
connectivity:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivit
y-2.0.2/lib/
[        ]     |
connectivity_for_web:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/con
nectivity_for_web-0.3.1+4/lib/
[        ]     |
connectivity_macos:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/conne
ctivity_macos-0.1.0+7/lib/
[        ]     |
connectivity_platform_interface:file:///Users/i-tech/.pub-cache/hosted/pub.dartl
ang.org/connectivity_platform_interface-1.0.6/lib/
[        ]     |
convert:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1/li
b/
[        ]     |
cookie_jar:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cookie_jar-1.
0.1/lib/
[        ]     |
crypto:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.5/lib/
[        ]     |
csslib:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/csslib-0.16.2/lib
/
[        ]     |
dart_style:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/dart_style-1.
3.6/lib/
[        ]     |
dartx:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/dartx-0.5.0/lib/
[        ]     |
decorated_icon:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/decorated
_icon-1.0.2/lib/
[        ]     |
devtools:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/devtools-0.8.0+
3/lib/
[        ]     |
devtools_server:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/devtools
_server-0.8.0+3/lib/
[        ]     |
devtools_shared:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/devtools
_shared-0.8.0+3/lib/
[        ]     |
dio:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/dio-3.0.10/lib/
[        ]     |
dio_cookie_manager:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/dio_c
ookie_manager-1.0.0/lib/
[        ]     |
dwds:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/dwds-6.0.0/lib/
[        ]     |
equatable:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/equatable-0.2.
6/lib/
[        ]     |
exif:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/exif-1.0.3/lib/
[        ]     |
ffi:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/
[        ]     |
file:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/file-5.2.1/lib/
[        ]     |
firebase:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase-7.3.3/
lib/
[        ]     |
firebase_core:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_c
ore-0.5.3/lib/
[        ]     |
firebase_core_platform_interface:file:///Users/i-tech/.pub-cache/hosted/pub.dart
lang.org/firebase_core_platform_interface-2.1.0/lib/
[        ]     |
firebase_core_web:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fireba
se_core_web-0.2.1+1/lib/
[        ]     |
firebase_messaging:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fireb
ase_messaging-7.0.3/lib/
[        ]     |
fixnum:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fixnum-0.10.11/li
b/
[        ]     | flutter:file:///Users/i-tech/flutter/packages/flutter/lib/
[        ]     |
flutter_better_camera:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fl
utter_better_camera-0.6.1/lib/
[        ]     |
flutter_bloc:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_blo
c-4.0.0/lib/
[        ]     |
flutter_blurhash:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter
_blurhash-0.5.0/lib/
[        ]     |
flutter_cache_manager:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fl
utter_cache_manager-2.0.0/lib/
[        ]     |
flutter_colorpicker:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flut
ter_colorpicker-0.3.5/lib/
[        ]     |
flutter_ffmpeg:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_f
fmpeg-0.3.0/lib/
[        ]     |
flutter_file_manager:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flu
tter_file_manager-0.2.0/lib/
[        ]     |
flutter_image_compress:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/f
lutter_image_compress-0.7.0/lib/
[        ]     |
flutter_keyboard_visibility:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.
org/flutter_keyboard_visibility-3.3.0/lib/
[        ]     |
flutter_local_notifications:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.
org/flutter_local_notifications-1.5.0+1/lib/
[        ]     |
flutter_local_notifications_platform_interface:file:///Users/i-tech/.pub-cache/h
osted/pub.dartlang.org/flutter_local_notifications_platform_interface-1.0.1/lib/
[        ]     |
flutter_localizations:file:///Users/i-tech/flutter/packages/flutter_localization
s/lib/
[        ]     |
flutter_native_splash:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fl
utter_native_splash-0.1.9/lib/
[        ]     |
flutter_plugin_android_lifecycle:file:///Users/i-tech/.pub-cache/hosted/pub.dart
lang.org/flutter_plugin_android_lifecycle-1.0.11/lib/
[        ]     |
flutter_spinkit:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_
spinkit-4.1.2+1/lib/
[        ]     |
flutter_staggered_grid_view:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.
org/flutter_staggered_grid_view-0.3.1/lib/
[        ]     |
flutter_typeahead:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutte
r_typeahead-1.8.8/lib/
[        ]     |
flutter_web_plugins:file:///Users/i-tech/flutter/packages/flutter_web_plugins/li
b/
[        ]     |
fluttertoast:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fluttertoas
t-3.1.3/lib/
[        ]     |
gallery_saver:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/gallery_sa
ver-2.0.1/lib/
[        ]     |
glob:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/glob-1.2.0/lib/
[        ]     |
graphs:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/graphs-0.2.0/lib/
[        ]     |
hive:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/
[        ]     |
hive_flutter:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/hive_flutte
r-0.3.1/lib/
[        ]     |
hive_generator:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/hive_gene
rator-0.7.3/lib/
[        ]     |
html:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/html-0.14.0+4/lib/
[        ]     |
http:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/http-0.12.2/lib/
[        ]     |
http_multi_server:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/http_m
ulti_server-2.2.0/lib/
[        ]     |
http_parser:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/http_parser-
3.1.4/lib/
[        ]     |
image:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/image-2.1.13/lib/
[        ]     |
image_picker:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/image_picke
r-0.6.7+21/lib/
[        ]     |
image_picker_platform_interface:file:///Users/i-tech/.pub-cache/hosted/pub.dartl
ang.org/image_picker_platform_interface-1.1.1/lib/
[        ]     |
intl:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/intl-0.17.0-nullsaf
ety.2/lib/
[        ]     |
io:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/io-0.3.4/lib/
[        ]     |
jiffy:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/jiffy-3.0.1/lib/
[        ]     |
js:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/js-0.6.3-nullsafety.3
/lib/
[        ]     |
json_annotation:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/json_ann
otation-3.1.1/lib/
[        ]     |
json_serializable:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/json_s
erializable-3.5.1/lib/
[        ]     |
logging:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/logging-0.11.4/l
ib/
[        ]     |
matcher:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.9/l
ib/
[        ]     |
media_picker_builder:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/med
ia_picker_builder-1.3.2/lib/
[        ]     |
meta:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafe
ty.6/lib/
[        ]     |
mime:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/mime-0.9.7/lib/
[        ]     |
native_device_orientation:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.or
g/native_device_orientation-0.4.3/lib/
[        ]     |
nested:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/nested-0.0.4/lib/
[        ]     |
node_interop:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/node_intero
p-1.2.1/lib/
[        ]     |
node_io:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/node_io-1.2.0/li
b/
[        ]     |
octo_image:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/octo_image-0.
3.0/lib/
[        ]     |
oktoast:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/oktoast-2.3.2/li
b/
[        ]     |
open_iconic_flutter:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/open
_iconic_flutter-0.3.0/lib/
[        ]     |
package_config:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/package_c
onfig-1.9.3/lib/
[        ]     |
page_indicator:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/page_indi
cator-0.3.0/lib/
[        ]     |
path:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafe
ty.3/lib/
[        ]     |
path_provider:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provi
der-1.6.27/lib/
[        ]     |
path_provider_linux:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path
_provider_linux-0.0.1+2/lib/
[        ]     |
path_provider_macos:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path
_provider_macos-0.0.4+8/lib/
[        ]     |
path_provider_platform_interface:file:///Users/i-tech/.pub-cache/hosted/pub.dart
lang.org/path_provider_platform_interface-1.0.4/lib/
[        ]     |
path_provider_windows:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pa
th_provider_windows-0.0.4+3/lib/
[        ]     |
pedantic:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pedantic-1.9.0/
lib/
[        ]     |
percent_indicator:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/percen
t_indicator-2.1.9/lib/
[        ]     |
permission_handler:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/permi
ssion_handler-3.3.0/lib/
[        ]     |
persistent_bottom_nav_bar:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.or
g/persistent_bottom_nav_bar-2.1.0/lib/
[        ]     |
petitparser:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/petitparser-
3.0.4/lib/
[        ]     |
photo_view:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/photo_view-0.
10.3/lib/
[        ]     |
photofilters:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/photofilter
s-2.0.1/lib/
[        ]     |
pin_code_fields:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pin_code
_fields-5.0.1/lib/
[        ]     |
pinch_zoom_image_last:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pi
nch_zoom_image_last-0.3.2/lib/
[        ]     |
platform:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/platform-2.2.1/
lib/
[        ]     |
platform_detect:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/platform
_detect-1.4.0/lib/
[        ]     |
plugin_platform_interface:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.or
g/plugin_platform_interface-1.0.3/lib/
[        ]     |
pool:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pool-1.4.0/lib/
[        ]     |
preload_page_view:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/preloa
d_page_view-0.1.4/lib/
[        ]     |
process:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/process-3.0.13/l
ib/
[        ]     |
protobuf:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/protobuf-1.1.0/
lib/
[        ]     |
provider:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/provider-4.3.2+
3/lib/
[        ]     |
pub_semver:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pub_semver-1.
4.4/lib/
[        ]     |
pubspec_parse:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pubspec_pa
rse-0.1.7/lib/
[        ]     |
pull_to_refresh:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pull_to_
refresh-1.6.3/lib/
[        ]     |
quiver:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/quiver-2.1.5/lib/
[        ]     |
quiver_hashcode:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/quiver_h
ashcode-2.0.0/lib/
[        ]     |
recase:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/recase-3.0.1/lib/
[        ]     |
responsive_framework:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/res
ponsive_framework-0.0.14/lib/
[        ]     |
rubber:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/rubber-0.4.0/lib/
[        ]     |
rx_command:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/rx_command-5.
2.1/lib/
[        ]     |
rx_widgets:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/rx_widgets-3.
1.0/lib/
[        ]     |
rxdart:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/rxdart-0.24.1/lib
/
[        ]     |
scratch_space:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/scratch_sp
ace-0.0.4+3/lib/
[        ]     |
screen:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/screen-0.0.5/lib/
[        ]     |
share_extend:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/share_exten
d-1.1.9/lib/
[        ]     |
shelf:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/shelf-0.7.9/lib/
[        ]     |
shelf_packages_handler:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/s
helf_packages_handler-2.0.0/lib/
[        ]     |
shelf_proxy:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/shelf_proxy-
0.1.0+7/lib/
[        ]     |
shelf_static:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/shelf_stati
c-0.2.9+1/lib/
[        ]     |
shelf_web_socket:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/shelf_w
eb_socket-0.2.3/lib/
[        ]     |
simple_timer:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/simple_time
r-1.0.1/lib/
[        ]     |
sky_engine:file:///Users/i-tech/flutter/bin/cache/pkg/sky_engine/lib/
[        ]     |
source_gen:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/source_gen-0.
9.7+1/lib/
[        ]     |
source_maps:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/source_maps-
0.10.9/lib/
[        ]     |
source_span:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/source_span-
1.7.0/lib/
[        ]     |
sprintf:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sprintf-4.1.0/li
b/
[        ]     |
sqflite:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sqflite-1.3.1+2/
lib/
[        ]     |
sqflite_common:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sqflite_c
ommon-1.0.2+1/lib/
[        ]     |
sse:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sse-3.6.0/lib/
[        ]     |
stack_trace:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/stack_trace-
1.9.6/lib/
[        ]     |
stream_channel:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/stream_ch
annel-2.0.0/lib/
[        ]     |
stream_transform:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/stream_
transform-1.2.0/lib/
[        ]     |
string_scanner:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/string_sc
anner-1.0.5/lib/
[        ]     |
synchronized:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/synchronize
d-2.2.0+2/lib/
[        ]     |
term_glyph:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.
1.0/lib/
[        ]     |
time:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/time-1.4.0/lib/
[        ]     |
timing:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/timing-0.1.1+3/li
b/
[        ]     |
toast:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/toast-0.1.5/lib/
[        ]     |
torch_compat:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/torch_compa
t-1.0.2/lib/
[        ]     |
transparent_image:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/transp
arent_image-1.0.0/lib/
[        ]     |
typed_data:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/typed_data-1.
3.0-nullsafety.5/lib/
[        ]     |
uni_links:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.
0/lib/
[        ]     |
url_launcher:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launche
r-5.7.6/lib/
[        ]     |
url_launcher_linux:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_l
auncher_linux-0.0.1+4/lib/
[        ]     |
url_launcher_macos:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_l
auncher_macos-0.0.1+9/lib/
[        ]     |
url_launcher_platform_interface:file:///Users/i-tech/.pub-cache/hosted/pub.dartl
ang.org/url_launcher_platform_interface-1.0.8/lib/
[        ]     |
url_launcher_web:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_lau
ncher_web-0.1.4+1/lib/
[        ]     |
url_launcher_windows:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url
_launcher_windows-0.0.1+3/lib/
[        ]     |
usage:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/usage-3.4.2/lib/
[        ]     |
uuid:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/uuid-2.2.2/lib/
[        ]     |
vector_math:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/vector_math-
2.1.0-nullsafety.5/lib/
[        ]     |
video_player:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_playe
r-0.10.12+5/lib/
[        ]     |
video_player_platform_interface:file:///Users/i-tech/.pub-cache/hosted/pub.dartl
ang.org/video_player_platform_interface-2.2.0/lib/
[        ]     |
video_player_web:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_p
layer_web-0.1.4+1/lib/
[        ]     |
visibility_detector:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/visi
bility_detector-0.1.5/lib/
[        ]     |
vm_service:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/vm_service-4.
2.0/lib/
[        ]     |
wakelock:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/wakelock-0.1.4+
2/lib/
[        ]     |
watcher:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/watcher-0.9.7+15
/lib/
[        ]     |
web_socket_channel:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/web_s
ocket_channel-1.1.0/lib/
[        ]     |
webkit_inspection_protocol:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.o
rg/webkit_inspection_protocol-0.7.4/lib/
[        ]     |
win32:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/
[        ]     |
workmanager:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/workmanager-
0.2.3/lib/
[        ]     |
xdg_directories:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/xdg_dire
ctories-0.1.0/lib/
[        ]     |
xml:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/xml-3.7.0/lib/
[        ]     |
yaml:file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/yaml-2.2.1/lib/
[        ]     | flutter_app_instagram:lib/
[        ] IO  : Writing 39326 characters to text file
./.dart_tool/package_config.json.
[        ] FINE: Contents:
[        ]     | {
[        ]     |   "configVersion": 2,
[        ]     |   "packages": [
[        ]     |     {
[        ]     |       "name": "_fe_analyzer_shared",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/_fe_analyzer_shared-7.0
.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "after_layout",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/after_layout-1.0.7+2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "analyzer",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.17",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "archive",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/archive-2.0.13",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "args",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/args-1.6.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "async",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/async-2.4.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "bazel_worker",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/bazel_worker-0.1.25",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "bloc",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/bloc-4.0.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "browser_launcher",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/browser_launcher-0.1.8"
,
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "build",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build-1.3.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "build_config",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_config-0.4.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "build_daemon",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_daemon-2.1.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.9"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "build_modules",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_modules-2.11.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.8"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "build_resolvers",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_resolvers-1.3.11"
,
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "build_runner",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_runner-1.10.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "build_runner_core",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_runner_core-5.2.0
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "build_web_compilers",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/build_web_compilers-2.1
1.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.8"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "built_collection",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/built_collection-4.3.2"
,
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "built_value",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/built_value-7.1.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "cached_network_image",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cached_network_image-2.
4.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.9"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "cached_video_player",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cached_video_player-1.0
.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "characters",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0-nullsa
fety.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "charcode",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "checked_yaml",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/checked_yaml-1.0.4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "cli_util",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cli_util-0.2.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "clock",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsafety.
3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "code_builder",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/code_builder-3.5.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "collection",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nulls
afety.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "color",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/color-2.1.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "connectivity",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity-2.0.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "connectivity_for_web",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.
3.1+4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "connectivity_macos",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.
0+7",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "connectivity_platform_interface",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity_platform_i
nterface-1.0.6",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "convert",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "1.17"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "cookie_jar",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cookie_jar-1.0.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "1.20"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "crypto",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "csslib",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/csslib-0.16.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "dart_style",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/dart_style-1.3.6",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "dartx",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/dartx-0.5.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "decorated_icon",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/decorated_icon-1.0.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "devtools",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/devtools-0.8.0+3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "devtools_server",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/devtools_server-0.8.0+3
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "devtools_shared",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/devtools_shared-0.8.0+3
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "dio",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/dio-3.0.10",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.4"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "dio_cookie_manager",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/dio_cookie_manager-1.0.
0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.4"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "dwds",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/dwds-6.0.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.9"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "equatable",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/equatable-0.2.6",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "exif",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/exif-1.0.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "ffi",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "file",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/file-5.2.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase-7.3.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase_core",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase_core_platform_interface",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_core_platform_
interface-2.1.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase_core_web",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.1
+1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "firebase_messaging",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.
3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "fixnum",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fixnum-0.10.11",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter",
[        ]     |       "rootUri":
"file:///Users/i-tech/flutter/packages/flutter",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_better_camera",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_better_camera-0
.6.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_bloc",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_bloc-4.0.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_blurhash",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_blurhash-0.5.0"
,
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.4"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_cache_manager",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_cache_manager-2
.0.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_colorpicker",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_colorpicker-0.3
.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_ffmpeg",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_ffmpeg-0.3.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_file_manager",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_file_manager-0.
2.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_image_compress",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-
0.7.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_keyboard_visibility",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibi
lity-3.3.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_local_notifications",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_local_notificat
ions-1.5.0+1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_local_notifications_platform_interface",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_local_notificat
ions_platform_interface-1.0.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_localizations",
[        ]     |       "rootUri":
"file:///Users/i-tech/flutter/packages/flutter_localizations",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_native_splash",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_native_splash-0
.1.9",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_plugin_android_lifecycle",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_
lifecycle-1.0.11",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_spinkit",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_spinkit-4.1.2+1
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.5"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_staggered_grid_view",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_staggered_grid_
view-0.3.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "1.19"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_typeahead",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_typeahead-1.8.8
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "1.19"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_web_plugins",
[        ]     |       "rootUri":
"file:///Users/i-tech/flutter/packages/flutter_web_plugins",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "fluttertoast",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fluttertoast-3.1.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "gallery_saver",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/gallery_saver-2.0.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "glob",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/glob-1.2.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "graphs",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/graphs-0.2.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "hive",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "hive_flutter",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/hive_flutter-0.3.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "hive_generator",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/hive_generator-0.7.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "html",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/html-0.14.0+4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "http",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/http-0.12.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.4"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "http_multi_server",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/http_multi_server-2.2.0
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "http_parser",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/http_parser-3.1.4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "image",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/image-2.1.13",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "image_picker",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+21",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "image_picker_platform_interface",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/image_picker_platform_i
nterface-1.1.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.5"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "intl",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/intl-0.17.0-nullsafety.
2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "io",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/io-0.3.4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "jiffy",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/jiffy-3.0.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.4"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "js",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/js-0.6.3-nullsafety.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "json_annotation",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/json_annotation-3.1.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "json_serializable",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/json_serializable-3.5.1
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "logging",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/logging-0.11.4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "matcher",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.9",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "media_picker_builder",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/media_picker_builder-1.
3.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "meta",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafety.6
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "mime",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/mime-0.9.7",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "native_device_orientation",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/native_device_orientati
on-0.4.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "nested",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/nested-0.0.4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "node_interop",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/node_interop-1.2.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.9"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "node_io",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/node_io-1.2.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "octo_image",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/octo_image-0.3.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "oktoast",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/oktoast-2.3.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "open_iconic_flutter",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/open_iconic_flutter-0.3
.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "package_config",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/package_config-1.9.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "page_indicator",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/page_indicator-0.3.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "path",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafety.3
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "path_provider",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.27",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "path_provider_linux",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0
.1+2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "path_provider_macos",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0
.4+8",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "path_provider_platform_interface",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_platform_
interface-1.0.4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "path_provider_windows",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0
.0.4+3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "pedantic",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pedantic-1.9.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "percent_indicator",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/percent_indicator-2.1.9
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "permission_handler",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/permission_handler-3.3.
0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "persistent_bottom_nav_bar",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/persistent_bottom_nav_b
ar-2.1.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "petitparser",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/petitparser-3.0.4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "photo_view",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/photo_view-0.10.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "photofilters",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/photofilters-2.0.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "pin_code_fields",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pin_code_fields-5.0.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "pinch_zoom_image_last",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pinch_zoom_image_last-0
.3.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "platform",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/platform-2.2.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "1.24"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "platform_detect",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/platform_detect-1.4.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.4"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "plugin_platform_interface",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/plugin_platform_interfa
ce-1.0.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "pool",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pool-1.4.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "preload_page_view",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/preload_page_view-0.1.4
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "process",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/process-3.0.13",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "protobuf",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/protobuf-1.1.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "provider",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/provider-4.3.2+3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "pub_semver",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pub_semver-1.4.4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "pubspec_parse",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pubspec_parse-0.1.7",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "pull_to_refresh",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/pull_to_refresh-1.6.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "quiver",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/quiver-2.1.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "quiver_hashcode",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/quiver_hashcode-2.0.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "recase",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/recase-3.0.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "responsive_framework",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/responsive_framework-0.
0.14",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "rubber",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/rubber-0.4.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "rx_command",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/rx_command-5.2.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "rx_widgets",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/rx_widgets-3.1.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "rxdart",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/rxdart-0.24.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "scratch_space",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/scratch_space-0.0.4+3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.9"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "screen",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/screen-0.0.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "share_extend",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/share_extend-1.1.9",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "shelf",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/shelf-0.7.9",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "shelf_packages_handler",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/shelf_packages_handler-
2.0.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "shelf_proxy",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/shelf_proxy-0.1.0+7",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "shelf_static",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/shelf_static-0.2.9+1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "shelf_web_socket",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/shelf_web_socket-0.2.3"
,
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "simple_timer",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/simple_timer-1.0.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "sky_engine",
[        ]     |       "rootUri":
"file:///Users/i-tech/flutter/bin/cache/pkg/sky_engine",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "source_gen",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/source_gen-0.9.7+1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "source_maps",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/source_maps-0.10.9",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "source_span",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/source_span-1.7.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "sprintf",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sprintf-4.1.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "sqflite",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sqflite-1.3.1+2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "sqflite_common",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sqflite_common-1.0.2+1"
,
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "sse",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sse-3.6.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "stack_trace",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.6",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "stream_channel",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "stream_transform",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/stream_transform-1.2.0"
,
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "string_scanner",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "synchronized",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/synchronized-2.2.0+2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.8"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "term_glyph",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "1.8"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "time",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/time-1.4.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "timing",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/timing-0.1.1+3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "toast",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/toast-0.1.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "torch_compat",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/torch_compat-1.0.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "transparent_image",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/transparent_image-1.0.0
",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "1.24"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "typed_data",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0-nullsa
fety.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "uni_links",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "url_launcher",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.6",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "url_launcher_linux",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.
1+4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "url_launcher_macos",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.
1+9",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "url_launcher_platform_interface",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_platform_i
nterface-1.0.8",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "url_launcher_web",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.4+
1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "url_launcher_windows",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.
0.1+3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "usage",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/usage-3.4.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "uuid",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/uuid-2.2.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "vector_math",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0-nulls
afety.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.12"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "video_player",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.12+5"
,
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.1"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "video_player_platform_interface",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_player_platform_i
nterface-2.2.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.8"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "video_player_web",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.4+
1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.8"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "visibility_detector",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/visibility_detector-0.1
.5",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "vm_service",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/vm_service-4.2.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "wakelock",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/wakelock-0.1.4+2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "watcher",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/watcher-0.9.7+15",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "web_socket_channel",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/web_socket_channel-1.1.
0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "webkit_inspection_protocol",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/webkit_inspection_proto
col-0.7.4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "win32",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "workmanager",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/workmanager-0.2.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[   +3 ms]     |     },
[        ]     |     {
[        ]     |       "name": "xdg_directories",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/xdg_directories-0.1.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.3"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "xml",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/xml-3.7.0",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "yaml",
[        ]     |       "rootUri":
"file:///Users/i-tech/.pub-cache/hosted/pub.dartlang.org/yaml-2.2.1",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.4"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_app_instagram",
[        ]     |       "rootUri": "../",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.6"
[        ]     |     }
[        ]     |   ],
[        ]     |   "generated": "2021-01-12T07:06:32.686130Z",
[        ]     |   "generator": "pub",
[        ]     |   "generatorVersion": "2.12.0-133.2.beta"
[        ]     | }
[        ] MSG : Got dependencies!
[  +37 ms] Running "flutter pub get" in ui... (completed in 1,916ms)
[  +65 ms] Found plugin cached_video_player at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cached_video_player-1.0.3/
[  +15 ms] Found plugin connectivity at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity-2.0.2/
[   +1 ms] Found plugin connectivity_for_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.3.1+4/
[   +1 ms] Found plugin connectivity_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+7/
[  +18 ms] Found plugin firebase_core at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/
[   +2 ms] Found plugin firebase_core_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.1+1/
[   +1 ms] Found plugin firebase_messaging at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/
[   +1 ms] Found plugin flutter_better_camera at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_better_camera-0.6.1/
[   +3 ms] Found plugin flutter_ffmpeg at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_ffmpeg-0.3.0/
[   +1 ms] Found plugin flutter_image_compress at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-0.7.0/
[   +1 ms] Found plugin flutter_keyboard_visibility at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-3.3
.0/
[   +1 ms] Found plugin flutter_local_notifications at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-1.5
.0+1/
[   +4 ms] Found plugin flutter_plugin_android_lifecycle at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycl
e-1.0.11/
[   +3 ms] Found plugin fluttertoast at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fluttertoast-3.1.3/
[   +1 ms] Found plugin gallery_saver at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/gallery_saver-2.0.1/
[   +6 ms] Found plugin image_picker at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+21/
[   +8 ms] Found plugin media_picker_builder at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/media_picker_builder-1.3.2/
[   +2 ms] Found plugin native_device_orientation at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/native_device_orientation-0.4.3
/
[   +7 ms] Found plugin path_provider at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.27/
[   +1 ms] Found plugin path_provider_linux at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/
[   +1 ms] Found plugin path_provider_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+8/
[   +1 ms] Found plugin path_provider_windows at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+3/
[   +2 ms] Found plugin permission_handler at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/permission_handler-3.3.0/
[  +15 ms] Found plugin screen at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/screen-0.0.5/
[   +1 ms] Found plugin share_extend at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/share_extend-1.1.9/
[   +7 ms] Found plugin sqflite at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sqflite-1.3.1+2/
[   +7 ms] Found plugin torch_compat at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/torch_compat-1.0.2/
[   +1 ms] Found plugin uni_links at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.0/
[   +1 ms] Found plugin url_launcher at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.6/
[        ] Found plugin url_launcher_linux at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+4/
[        ] Found plugin url_launcher_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+9/
[   +1 ms] Found plugin url_launcher_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.4+1/
[        ] Found plugin url_launcher_windows at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+3/
[   +2 ms] Found plugin video_player at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.12+5/
[   +2 ms] Found plugin video_player_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.4+1/
[   +2 ms] Found plugin wakelock at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/wakelock-0.1.4+2/
[   +3 ms] Found plugin workmanager at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/workmanager-0.2.3/
[  +78 ms]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
           Warning

──────────────────────────────────────────────────────────────────────────────
           Your Flutter application is created using an older version of the
Android
           embedding. It's being deprecated in favor of Android embedding v2.
Follow the
           steps at
           
           https://flutter.dev/go/android-project-migration
           
           to migrate your project.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
           
[  +50 ms] Found plugin cached_video_player at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cached_video_player-1.0.3/
[   +7 ms] Found plugin connectivity at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity-2.0.2/
[   +1 ms] Found plugin connectivity_for_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.3.1+4/
[   +1 ms] Found plugin connectivity_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+7/
[  +12 ms] Found plugin firebase_core at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/
[   +1 ms] Found plugin firebase_core_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.1+1/
[   +1 ms] Found plugin firebase_messaging at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/
[   +2 ms] Found plugin flutter_better_camera at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_better_camera-0.6.1/
[   +3 ms] Found plugin flutter_ffmpeg at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_ffmpeg-0.3.0/
[   +2 ms] Found plugin flutter_image_compress at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-0.7.0/
[   +1 ms] Found plugin flutter_keyboard_visibility at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-3.3
.0/
[   +1 ms] Found plugin flutter_local_notifications at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-1.5
.0+1/
[   +2 ms] Found plugin flutter_plugin_android_lifecycle at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycl
e-1.0.11/
[   +2 ms] Found plugin fluttertoast at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fluttertoast-3.1.3/
[        ] Found plugin gallery_saver at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/gallery_saver-2.0.1/
[   +7 ms] Found plugin image_picker at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+21/
[   +5 ms] Found plugin media_picker_builder at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/media_picker_builder-1.3.2/
[   +2 ms] Found plugin native_device_orientation at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/native_device_orientation-0.4.3
/
[   +5 ms] Found plugin path_provider at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.27/
[   +1 ms] Found plugin path_provider_linux at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/
[        ] Found plugin path_provider_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+8/
[   +1 ms] Found plugin path_provider_windows at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+3/
[   +1 ms] Found plugin permission_handler at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/permission_handler-3.3.0/
[  +12 ms] Found plugin screen at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/screen-0.0.5/
[   +1 ms] Found plugin share_extend at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/share_extend-1.1.9/
[   +5 ms] Found plugin sqflite at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sqflite-1.3.1+2/
[   +4 ms] Found plugin torch_compat at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/torch_compat-1.0.2/
[   +1 ms] Found plugin uni_links at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.0/
[        ] Found plugin url_launcher at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.6/
[        ] Found plugin url_launcher_linux at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+4/
[        ] Found plugin url_launcher_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+9/
[   +1 ms] Found plugin url_launcher_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.4+1/
[        ] Found plugin url_launcher_windows at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+3/
[   +2 ms] Found plugin video_player at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.12+5/
[   +1 ms] Found plugin video_player_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.4+1/
[   +1 ms] Found plugin wakelock at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/wakelock-0.1.4+2/
[   +3 ms] Found plugin workmanager at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/workmanager-0.2.3/
[  +23 ms] Generating
/Users/i-tech/Documents/development/project/ui/android/app/src/main/java/io/flut
ter/plugins/GeneratedPluginRegistrant.java
[  +26 ms] executing: sysctl hw.optional.arm64
[   +3 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[        ] executing: xcrun xcodebuild -version
[ +108 ms] Exit code 0 from: xcrun xcodebuild -version
[        ] Xcode 11.7
           Build version 11E801a
[  +60 ms] Found plugin cached_video_player at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cached_video_player-1.0.3/
[   +4 ms] Found plugin connectivity at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity-2.0.2/
[        ] Found plugin connectivity_for_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.3.1+4/
[        ] Found plugin connectivity_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+7/
[   +9 ms] Found plugin firebase_core at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/
[   +1 ms] Found plugin firebase_core_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.1+1/
[   +1 ms] Found plugin firebase_messaging at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/
[   +1 ms] Found plugin flutter_better_camera at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_better_camera-0.6.1/
[   +2 ms] Found plugin flutter_ffmpeg at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_ffmpeg-0.3.0/
[   +1 ms] Found plugin flutter_image_compress at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-0.7.0/
[        ] Found plugin flutter_keyboard_visibility at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-3.3
.0/
[        ] Found plugin flutter_local_notifications at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-1.5
.0+1/
[   +1 ms] Found plugin flutter_plugin_android_lifecycle at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycl
e-1.0.11/
[   +1 ms] Found plugin fluttertoast at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fluttertoast-3.1.3/
[        ] Found plugin gallery_saver at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/gallery_saver-2.0.1/
[   +4 ms] Found plugin image_picker at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+21/
[   +4 ms] Found plugin media_picker_builder at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/media_picker_builder-1.3.2/
[   +1 ms] Found plugin native_device_orientation at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/native_device_orientation-0.4.3
/
[   +4 ms] Found plugin path_provider at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.27/
[        ] Found plugin path_provider_linux at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/
[        ] Found plugin path_provider_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+8/
[   +1 ms] Found plugin path_provider_windows at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+3/
[   +1 ms] Found plugin permission_handler at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/permission_handler-3.3.0/
[  +11 ms] Found plugin screen at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/screen-0.0.5/
[        ] Found plugin share_extend at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/share_extend-1.1.9/
[   +4 ms] Found plugin sqflite at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sqflite-1.3.1+2/
[   +4 ms] Found plugin torch_compat at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/torch_compat-1.0.2/
[   +1 ms] Found plugin uni_links at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.0/
[        ] Found plugin url_launcher at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.6/
[        ] Found plugin url_launcher_linux at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+4/
[        ] Found plugin url_launcher_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+9/
[   +1 ms] Found plugin url_launcher_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.4+1/
[        ] Found plugin url_launcher_windows at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+3/
[   +1 ms] Found plugin video_player at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.12+5/
[   +1 ms] Found plugin video_player_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.4+1/
[   +1 ms] Found plugin wakelock at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/wakelock-0.1.4+2/
[   +2 ms] Found plugin workmanager at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/workmanager-0.2.3/
[  +23 ms] Found plugin cached_video_player at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/cached_video_player-1.0.3/
[   +3 ms] Found plugin connectivity at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity-2.0.2/
[        ] Found plugin connectivity_for_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.3.1+4/
[        ] Found plugin connectivity_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+7/
[   +7 ms] Found plugin firebase_core at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/
[   +1 ms] Found plugin firebase_core_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.1+1/
[        ] Found plugin firebase_messaging at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/
[   +1 ms] Found plugin flutter_better_camera at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_better_camera-0.6.1/
[   +2 ms] Found plugin flutter_ffmpeg at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_ffmpeg-0.3.0/
[   +1 ms] Found plugin flutter_image_compress at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-0.7.0/
[        ] Found plugin flutter_keyboard_visibility at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-3.3
.0/
[        ] Found plugin flutter_local_notifications at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-1.5
.0+1/
[   +2 ms] Found plugin flutter_plugin_android_lifecycle at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycl
e-1.0.11/
[   +1 ms] Found plugin fluttertoast at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/fluttertoast-3.1.3/
[        ] Found plugin gallery_saver at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/gallery_saver-2.0.1/
[   +4 ms] Found plugin image_picker at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+21/
[   +4 ms] Found plugin media_picker_builder at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/media_picker_builder-1.3.2/
[   +1 ms] Found plugin native_device_orientation at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/native_device_orientation-0.4.3
/
[   +3 ms] Found plugin path_provider at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.27/
[        ] Found plugin path_provider_linux at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/
[        ] Found plugin path_provider_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+8/
[   +1 ms] Found plugin path_provider_windows at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+3/
[   +1 ms] Found plugin permission_handler at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/permission_handler-3.3.0/
[   +9 ms] Found plugin screen at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/screen-0.0.5/
[        ] Found plugin share_extend at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/share_extend-1.1.9/
[   +3 ms] Found plugin sqflite at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/sqflite-1.3.1+2/
[   +4 ms] Found plugin torch_compat at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/torch_compat-1.0.2/
[   +1 ms] Found plugin uni_links at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.0/
[        ] Found plugin url_launcher at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.6/
[        ] Found plugin url_launcher_linux at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+4/
[        ] Found plugin url_launcher_macos at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+9/
[   +1 ms] Found plugin url_launcher_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.4+1/
[        ] Found plugin url_launcher_windows at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+3/
[   +1 ms] Found plugin video_player at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.12+5/
[        ] Found plugin video_player_web at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.4+1/
[   +1 ms] Found plugin wakelock at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/wakelock-0.1.4+2/
[   +1 ms] Found plugin workmanager at
/Users/i-tech/.pub-cache/hosted/pub.dartlang.org/workmanager-0.2.3/
[   +7 ms] Compiling lib/main.dart for the Web...
[   +3 ms] Initializing file store
[  +35 ms] web_entrypoint: Starting due to {InvalidatedReason.inputChanged}
[   +1 ms] Skipping target: gen_localizations
[   +9 ms] web_entrypoint: Complete
[   +1 ms] dart2js: Starting due to {}
[+38668 ms] Persisting file store
[   +3 ms] Done persisting file store
[   +2 ms] Target dart2js failed: Exception: Unhandled exception:
           Stack Overflow
           #0      ListMixin.any (dart:collection/list.dart:146:3)
           #1      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:166:22)
           #2      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
           #3      ListMixin.any (dart:collection/list.dart:149:15)
           #4      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
           #5      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
           #6      ListMixin.any (dart:collection/list.dart:149:15)
           #7      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
           #8      canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
           #9      ListMixin.any (dart:collection/list.dart:149:15)
           #10     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
           #11     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
           #12     ListMixin.any (dart:collection/list.dart:149:15)
           #13     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
           #14     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
           #15     ListMixin.any (dart:collection/list.dart:149:15)
           #16     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
           #17     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
           #18     ListMixin.any (dart:collection/list.dart:149:15)
           #19     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
           #20     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
           #21     ListMixin.any (dart:collection/list.dart:149:15)
           #22     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
           #23     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
           #24     ListMixin.any (dart:collection/list.dart:149:15)
           #25     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
           #26     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
           #27     ListMixin.any (dart:collection/list.dart:149:15)
           #28     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
           #29     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
           #30     ListMixin.any (dart:collection/list.dart:149:15)
           #31     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:169:25)
           #32     canBeNegativeZero (package:compiler/src/ssa/invoke_dynamic_specializers.dart:159:12)
           ...
           ...
           #13008  Compiler.emptyQueue.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (package:compiler/src/compiler.dart:511:32)
           #13009  CompilerTask.measureSubtask (package:compiler/src/common/tasks.dart:181:35)
           #13010  Compiler.emptyQueue.<anonymous closure>.<anonymous closure>.<anonymous closure> (package:compiler/src/compiler.dart:509:28)
           #13011  CompilerDiagnosticReporter.withCurrentElement (package:compiler/src/compiler.dart:794:15)
           #13012  Compiler.emptyQueue.<anonymous closure>.<anonymous closure> (package:compiler/src/compiler.dart:507:18)
           #13013  CodegenEnqueuer._forEach (package:compiler/src/js_backend/enqueuer.dart:269:12)
           #13014  CodegenEnqueuer.forEach (package:compiler/src/js_backend/enqueuer.dart:285:5)
           #13015  Compiler.emptyQueue.<anonymous closure> (package:compiler/src/compiler.dart:503:16)
           #13016  CompilerTask.measureSubtask (package:compiler/src/common/tasks.dart:181:35)
           #13017  Compiler.emptyQueue (package:compiler/src/compiler.dart:502:14)
           #13018  Compiler.processQueue.<anonymous closure> (package:compiler/src/compiler.dart:528:7)
           #13019  CompilerTask.measureSubtask (package:compiler/src/common/tasks.dart:181:35)
           #13020  Compiler.processQueue (package:compiler/src/compiler.dart:521:14)
           #13021  Compiler.runCodegenEnqueuer (package:compiler/src/compiler.dart:420:5)
           #13022  Compiler.generateJavaScriptCode (package:compiler/src/compiler.dart:325:9)
           #13023  Compiler.compileFromKernel.<anonymous closure> (package:compiler/src/compiler.dart:484:7)
           #13024  CompilerTask.measureSubtask (package:compiler/src/common/tasks.dart:181:35)
           #13025  Compiler.compileFromKernel (package:compiler/src/compiler.dart:457:14)
           #13026  Compiler.runInternal (package:compiler/src/compiler.dart:298:13)
           #13027  _RootZone.runUnary (dart:async/zone.dart:1446:54)
           #13028  _FutureListener.handleValue (dart:async/future_impl.dart:150:18)
           #13029  Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:703:45)
           #13030  Future._propagateToListeners (dart:async/future_impl.dart:732:32)
           #13031  Future._completeWithValue (dart:async/future_impl.dart:536:5)
           #13032  _completeOnAsyncReturn (dart:async-patch/async_patch.dart:254:13)
           #13033  KernelLoaderTask.load.<anonymous closure> (package:compiler/src/kernel/loader.dart)
           #13034  _RootZone.runUnary (dart:async/zone.dart:1446:54)
           #13035  _FutureListener.handleValue (dart:async/future_impl.dart:150:18)
           #13036  Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:703:45)
           #13037  Future._propagateToListeners (dart:async/future_impl.dart:732:32)
           #13038  Future._completeWithValue (dart:async/future_impl.dart:536:5)
           #13039  _completeOnAsyncReturn (dart:async-patch/async_patch.dart:254:13)
           #13040  KernelLoaderTask.load.<anonymous closure>.read (package:compiler/src/kernel/loader.dart)
           #13041  _RootZone.runUnary (dart:async/zone.dart:1446:54)
           #13042  _FutureListener.handleValue (dart:async/future_impl.dart:150:18)
           #13043  Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:703:45)
           #13044  Future._propagateToListeners (dart:async/future_impl.dart:732:32)
           #13045  Future._completeWithValue (dart:async/future_impl.dart:536:5)
           #13046  Future._asyncCompleteWithValue.<anonymous closure> (dart:async/future_impl.dart:574:7)
           #13047  _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
           #13048  _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
           #13049  _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:120:13)
           #13050  _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:185:5)
           
[   +3 ms] Compiling lib/main.dart for the Web... (completed in 38.7s)
[        ] "flutter web" took 41,661ms.
[   +4 ms] Exception: Failed to compile application for the Web.
[        ] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      buildWeb (package:flutter_tools/src/web/compile.dart:82:5)
           <asynchronous suspension>
           #2      BuildWebCommand.runCommand (package:flutter_tools/src/commands/build_web.dart:87:5)
           <asynchronous suspension>
           #3      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1134:12)
           <asynchronous suspension>
           #4      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:986:27)
           <asynchronous suspension>
           #5      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #6      AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
           <asynchronous suspension>
           #7      CommandRunner.runCommand (package:args/command_runner.dart:197:13)
           <asynchronous suspension>
           #8      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:274:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #10     AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
           <asynchronous suspension>
           #11     FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:230:5)
           <asynchronous suspension>
           #12     run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:63:9)
           <asynchronous suspension>
           #13     run.<anonymous closure> (package:flutter_tools/runner.dart:61:12)
           <asynchronous suspension>
           #14     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #15     AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
           <asynchronous suspension>
           #16     runInContext (package:flutter_tools/src/context_runner.dart:70:10)
           <asynchronous suspension>
           #17     main (package:flutter_tools/executable.dart:88:3)
           <asynchronous suspension>
           
           
[ +255 ms] ensureAnalyticsSent: 254ms
[   +2 ms] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 1

@amirmhmdi
Copy link
Author

this is build verbose
@pedromassangocode

@pedromassangocode pedromassangocode changed the title after flutter upgrade on beta channel this error appear on web [web] build crash: Target dart2js failed: Exception: Unhandled exception: Stack Overflow Jan 12, 2021
@pedromassangocode pedromassangocode added a: build Building flutter applications with the tool passed first triage platform-web Web applications specifically c: crash Stack traces logged to the console tool Affects the "flutter" command-line tool. See also t: labels. and removed in triage Presently being triaged by the triage team labels Jan 12, 2021
@jmagman jmagman added this to Awaiting triage in Tools - web review via automation Jan 12, 2021
@jonahwilliams jonahwilliams moved this from Awaiting triage to Engineer reviewed in Tools - web review Jan 13, 2021
@jonahwilliams jonahwilliams added the dependency: dart Dart team may need to help us label Jan 13, 2021
@jonahwilliams
Copy link
Member

This is a crash in dart2js

@jonahwilliams jonahwilliams added the P2 Important issues not at the top of the work list label Jan 13, 2021
@jonahwilliams jonahwilliams changed the title [web] build crash: Target dart2js failed: Exception: Unhandled exception: Stack Overflow StackOverflow in dart2js invoke_dynamic_specializers.dart Jan 13, 2021
@amirmhmdi
Copy link
Author

@jonahwilliams thank you for your response.
I must upgrade my flutter version to use new feature and packages which depend on new flutter version.
is this issue in progressing ?

@amirmhmdi
Copy link
Author

amirmhmdi commented Apr 3, 2021

@jonahwilliams @pedromassangocode @ianloic
it is related to calculating mod of integer
I replace
if (i % 2 == 0)
to
if (i.isEven)
in for loop and my project build successfully!

@anaisbetts
Copy link
Contributor

anaisbetts commented Apr 3, 2021

Why do people constantly at-mention me in this repo for things, I'm so confused - I don't work on Flutter or Dart

@kevmoo
Copy link
Contributor

kevmoo commented Nov 22, 2022

Closing as outdated.

@kevmoo kevmoo closed this as completed Nov 22, 2022
@github-actions
Copy link

github-actions bot commented Mar 5, 2023

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: build Building flutter applications with the tool c: crash Stack traces logged to the console dependency: dart Dart team may need to help us P2 Important issues not at the top of the work list platform-web Web applications specifically tool Affects the "flutter" command-line tool. See also t: labels.
Projects
Tools - web review
  
Engineer reviewed
Development

No branches or pull requests

5 participants