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

Dart snapshot generator failed with exit code -1073740791 #59271

Closed
ankitkatiyar91 opened this issue Jun 11, 2020 · 10 comments
Closed

Dart snapshot generator failed with exit code -1073740791 #59271

ankitkatiyar91 opened this issue Jun 11, 2020 · 10 comments
Labels
in triage Presently being triaged by the triage team

Comments

@ankitkatiyar91
Copy link

ankitkatiyar91 commented Jun 11, 2020

Steps to Reproduce

I have upgraded flutter and flutter build appbundle stopped working

Logs

For flutter doctor -v

[√] Flutter (Channel stable, v1.17.3, on Microsoft Windows [Version 10.0.18362.836], locale en-IN)
    • Flutter version 1.17.3 at D:\flutter\flutter-sdk
    • Framework revision b041144f83 (7 days ago), 2020-06-04 09:26:11 -0700
    • Engine revision ee76268252
    • Dart version 2.8.4

[√] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
    • Android SDK at C:\Users\AnkitSingh\AppData\Local\Android\Sdk
    • Platform android-29, build-tools 29.0.3
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b04)
    • All Android licenses accepted.

[√] Android Studio (version 3.6)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin version 45.1.1
    • Dart plugin version 192.7761
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b04)

[!] Connected device
    ! No devices available

! Doctor found issues in 1 category.

Logs for flutter build appbundle

Running Gradle task 'bundleRelease'...
c:\b\s\w\ir\cache\builder\src\third_party\dart\runtime\vm\compiler\backend\il.h: 999: error: unreachable code

c:\b\s\w\ir\cache\builder\src\third_party\dart\runtime\vm\compiler\backend\il.h: 999: error: unreachable code

Dart snapshot generator failed with exit code -1073740791

Dart snapshot generator failed with exit code -1073740791

Target android_aot_release_android-x64 failed: Exception: AOT snapshotter exited with code -1073740791

Target android_aot_release_android-arm64 failed: Exception: AOT snapshotter exited with code -1073740791

build failed.



FAILURE: Build failed with an exception.



* Where:

Script 'D:\flutter\flutter-sdk\packages\flutter_tools\gradle\flutter.gradle' line: 882



* What went wrong:

Execution failed for task ':app:compileFlutterBuildRelease'.

> Process 'command 'D:\flutter\flutter-sdk\bin\flutter.bat'' finished with non-zero exit value 1



* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.



* Get more help at https://help.gradle.org



BUILD FAILED in 42s
Running Gradle task 'bundleRelease'...                             43.1s
Gradle task bundleRelease failed with exit code 1
@KristofKekesi
Copy link

I had the same problem and in my case it was that it needed the new version of PowerShell or something similar

@TahaTesser
Copy link
Member

Hi @ankitkatiyar91 @KristofKekesi
Can you please upgrade to latest master and try agian?
Execute following
flutter channel master
flutter upgrade
flutter doctor -v
and trying the building appbundle the again

probably duplicate of #57770

@TahaTesser TahaTesser 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 labels Jun 12, 2020
@TahaTesser TahaTesser changed the title Flutter stopped working after upgrade Dart snapshot generator failed with exit code -1073740791 Jun 12, 2020
@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 Jun 12, 2020
@ankitkatiyar91
Copy link
Author

This work!

I had to made some changes in code, example NestedChildView widget removed property child.

@TahaTesser
Copy link
Member

Hi @ankitkatiyar91
given your last message I feel safe to close this issue, if you disagree please write in the comments and I will reopen it.
Thank you

@joy2012bd
Copy link

I have same issue. Any suggestion?

@ankitkatiyar91
Copy link
Author

I have same issue. Any suggestion?

In my case, it worked on snapshot version. as mentioned above by @TahaTesser

@joy2012bd
Copy link

I have same issue. Any suggestion?

In my case, it worked on snapshot version. as mentioned above by @TahaTesser

It worked after being transferred to the master channel. Thanks, but now I am getting only these APKS app-arm64-v8a-release.apk, app-armeabi-v7a-release.apk, app-x86_64-release.apk

Command was flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi No file for android-arm. Any suggestion?

@Shiba-Kar
Copy link

(c) 2020 Microsoft Corporation. All rights reserved.
C:\Programming\Flutter\evolve>flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 1.22.2, on Microsoft Windows [Version 10.0.19041.572], locale en-US)

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
[!] Android Studio (version 4.1.0)
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
[√] VS Code (version 1.50.1)
[!] Connected device
! No devices available

! Doctor found issues in 2 categories.

C:\Programming\Flutter\evolve>flutter clean -vv
[ +95 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +47 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +1 ms] 84f3d28
[ ] executing: [C:\flutter/] git tag --points-at HEAD
[ +35 ms] Exit code 0 from: git tag --points-at HEAD
[ ] 1.22.2
[ +8 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +29 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/stable
[ ] executing: [C:\flutter/] git ls-remote --get-url origin
[ +21 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +54 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[ +26 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +46 ms] Artifact Instance of 'AndroidMavenArtifacts' 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.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +3 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.
[ +4 ms] 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.
[ +14 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ ] Artifact Instance of 'AndroidMavenArtifacts' 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.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] 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.
[ +51 ms] Deleting .dart_tool...
[ +11 ms] Deleting .dart_tool... (completed in 4ms)
[ +6 ms] "flutter clean" took 124ms.
[ +258 ms] ensureAnalyticsSent: 254ms
[ +2 ms] Running shutdown hooks
[ +1 ms] Shutdown hooks complete
[ +2 ms] exiting with code 0

C:\Programming\Flutter\evolve>flutter upgrade -vv
[ +96 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +47 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 84f3d28
[ ] executing: [C:\flutter/] git tag --points-at HEAD
[ +36 ms] Exit code 0 from: git tag --points-at HEAD
[ ] 1.22.2
[ +19 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[ +24 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +54 ms] executing: [C:\flutter/] git tag --points-at HEAD
[ +31 ms] Exit code 0 from: git tag --points-at HEAD
[ ] 1.22.2
[ +4 ms] executing: [C:\flutter/] git fetch --tags
[+3879 ms] executing: [C:\flutter/] git rev-parse --verify @{u}
[ +26 ms] 84f3d28
[ ] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +25 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/stable
[ ] executing: [C:\flutter/] git ls-remote --get-url origin
[ +22 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] Flutter is already up to date on channel stable
[ ] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%ar
[ +25 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%ar
[ ] 2 days ago
[ +32 ms] Flutter 1.22.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 84f3d28 (2 days ago) • 2020-10-15 16:26:19 -0700
Engine • revision b8752bb
Tools • Dart 2.10.2
[ +8 ms] "flutter upgrade" took 4,073ms.
[ +267 ms] ensureAnalyticsSent: 262ms
[ +4 ms] Running shutdown hooks
[ +1 ms] Shutdown hooks complete
[ +1 ms] exiting with code 0

C:\Programming\Flutter\evolve>flutter build apk -vv
[ +92 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +47 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +1 ms] 84f3d28
[ +1 ms] executing: [C:\flutter/] git tag --points-at HEAD
[ +34 ms] Exit code 0 from: git tag --points-at HEAD
[ ] 1.22.2
[ +7 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +25 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/stable
[ ] executing: [C:\flutter/] git ls-remote --get-url origin
[ +22 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +51 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[ +25 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +44 ms] Artifact Instance of 'AndroidMavenArtifacts' 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.
[ ] 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.
[ +19 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ +1 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ +3 ms] 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.
[ ] 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.
[ +69 ms] Running "flutter pub get" in evolve...
[ +4 ms] Using C:\flutter.pub-cache for the pub cache.
[ +1 ms] executing: [C:\Programming\Flutter\evolve/] C:\flutter\bin\cache\dart-sdk\bin\pub.bat --verbose get --no-precompile
[ +119 ms] FINE: Pub 2.10.2
[ +2 ms] IO : Spawning "cmd /c ver" in C:\Programming\Flutter\evolve.
[ ] IO : Finished ver. Exit code 0.
[ ] | stdout:
[ ] | |
[ ] | | Microsoft Windows [Version 10.0.19041.572]
[ ] | Nothing output on stderr.
[ +40 ms] MSG : Resolving dependencies...
[ +57 ms] SLVR: fact: evolve2 is 1.0.0+1
[ +5 ms] SLVR: derived: evolve2
[ +15 ms] SLVR: fact: evolve2 depends on flutter any from sdk
[ +1 ms] SLVR: fact: evolve2 depends on charts_flutter ^0.8.1
[ ] SLVR: fact: evolve2 depends on connectivity ^0.4.9
[ ] SLVR: fact: evolve2 depends on cupertino_icons ^0.1.3
[ ] SLVR: fact: evolve2 depends on device_preview ^0.4.7
[ ] SLVR: fact: evolve2 depends on draggable_floating_button ^0.1.1
[ ] SLVR: fact: evolve2 depends on dropdown_search ^0.4.4
[ ] SLVR: fact: evolve2 depends on fancy_on_boarding ^1.6.0
[ ] SLVR: fact: evolve2 depends on flutter_form_builder ^3.14.0-alpha.1
[ ] SLVR: fact: evolve2 depends on flutter_image_compress ^0.6.5+1
[ ] SLVR: fact: evolve2 depends on flutter_local_notifications ^1.4.4+1
[ ] SLVR: fact: evolve2 depends on flutter_native_image ^0.0.5
[ ] SLVR: fact: evolve2 depends on flutter_screenutil ^1.1.0
[ ] SLVR: fact: evolve2 depends on flutter_sparkline ^0.1.0
[ ] SLVR: fact: evolve2 depends on flutter_speed_dial ^1.2.5
[ ] SLVR: fact: evolve2 depends on flutter_staggered_grid_view ^0.3.0
[ ] SLVR: fact: evolve2 depends on flutter_svg ^0.19.0
[ ] SLVR: fact: evolve2 depends on flutter_tagging ^1.0.1
[ ] SLVR: fact: evolve2 depends on http ^0.12.1
[ ] SLVR: fact: evolve2 depends on image_picker ^0.6.7+1
[ ] SLVR: fact: evolve2 depends on intl ^0.16.1
[ ] SLVR: fact: evolve2 depends on mdi ^3.0.0
[ ] SLVR: fact: evolve2 depends on percent_indicator ^2.1.1
[ ] SLVR: fact: evolve2 depends on progress_dialog ^1.2.4
[ ] SLVR: fact: evolve2 depends on provider ^4.1.0
[ ] SLVR: fact: evolve2 depends on pull_to_refresh ^1.6.0
[ ] SLVR: fact: evolve2 depends on qrscan ^0.2.17
[ ] SLVR: fact: evolve2 depends on searchable_dropdown ^1.1.3
[ ] SLVR: fact: evolve2 depends on shared_preferences ^0.5.7+3
[ +1 ms] SLVR: fact: evolve2 depends on string_validator ^0.1.4
[ ] SLVR: fact: evolve2 depends on toast ^0.1.5
[ ] SLVR: fact: evolve2 depends on uuid ^2.0.4
[ ] SLVR: fact: evolve2 depends on flutter_test any from sdk
[ ] SLVR: selecting evolve2
[ ] SLVR: derived: flutter_test any from sdk
[ ] SLVR: derived: uuid ^2.0.4
[ ] SLVR: derived: toast ^0.1.5
[ ] SLVR: derived: string_validator ^0.1.4
[ ] SLVR: derived: shared_preferences ^0.5.7+3
[ ] SLVR: derived: searchable_dropdown ^1.1.3
[ ] SLVR: derived: qrscan ^0.2.17
[ ] SLVR: derived: pull_to_refresh ^1.6.0
[ ] SLVR: derived: provider ^4.1.0
[ ] SLVR: derived: progress_dialog ^1.2.4
[ ] SLVR: derived: percent_indicator ^2.1.1
[ ] SLVR: derived: mdi ^3.0.0
[ ] SLVR: derived: intl ^0.16.1
[ ] SLVR: derived: image_picker ^0.6.7+1
[ ] SLVR: derived: http ^0.12.1
[ ] SLVR: derived: flutter_tagging ^1.0.1
[ ] SLVR: derived: flutter_svg ^0.19.0
[ ] SLVR: derived: flutter_staggered_grid_view ^0.3.0
[ ] SLVR: derived: flutter_speed_dial ^1.2.5
[ ] SLVR: derived: flutter_sparkline ^0.1.0
[ ] SLVR: derived: flutter_screenutil ^1.1.0
[ ] SLVR: derived: flutter_native_image ^0.0.5
[ ] SLVR: derived: flutter_local_notifications ^1.4.4+1
[ ] SLVR: derived: flutter_image_compress ^0.6.5+1
[ ] SLVR: derived: flutter_form_builder ^3.14.0-alpha.1
[ ] SLVR: derived: fancy_on_boarding ^1.6.0
[ +2 ms] SLVR: derived: dropdown_search ^0.4.4
[ ] SLVR: derived: draggable_floating_button ^0.1.1
[ ] SLVR: derived: device_preview ^0.4.7
[ ] SLVR: derived: cupertino_icons ^0.1.3
[ ] SLVR: derived: connectivity ^0.4.9
[ ] SLVR: derived: charts_flutter ^0.8.1
[ ] SLVR: derived: flutter any from sdk
[ +8 ms] SLVR: fact: flutter_test 0.0.0 from sdk depends on flutter any from sdk
[ +1 ms] SLVR: fact: flutter_test 0.0.0 from sdk depends on test_api 0.2.19-nullsafety.2
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on path 1.8.0-nullsafety.1
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on fake_async 1.2.0-nullsafety.1
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on clock 1.1.0-nullsafety.1
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on stack_trace 1.10.0-nullsafety.1
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on vector_math 2.1.0-nullsafety.3
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on async 2.5.0-nullsafety.1
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on boolean_selector 2.1.0-nullsafety.1
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on characters 1.1.0-nullsafety.3
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on charcode 1.2.0-nullsafety.1
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on collection 1.15.0-nullsafety.3
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on matcher 0.12.10-nullsafety.1
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on meta 1.3.0-nullsafety.3
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on source_span 1.8.0-nullsafety.2
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on stream_channel 2.1.0-nullsafety.1
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on string_scanner 1.1.0-nullsafety.1
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on term_glyph 1.2.0-nullsafety.1
[ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on typed_data 1.3.0-nullsafety.3
[ ] SLVR: selecting flutter_test 0.0.0 from sdk
[ ] SLVR: derived: typed_data 1.3.0-nullsafety.3
[ ] SLVR: derived: term_glyph 1.2.0-nullsafety.1
[ ] SLVR: derived: string_scanner 1.1.0-nullsafety.1
[ ] SLVR: derived: stream_channel 2.1.0-nullsafety.1
[ ] SLVR: derived: source_span 1.8.0-nullsafety.2
[ ] SLVR: derived: meta 1.3.0-nullsafety.3
[ ] SLVR: derived: matcher 0.12.10-nullsafety.1
[ ] SLVR: derived: collection 1.15.0-nullsafety.3
[ ] SLVR: derived: charcode 1.2.0-nullsafety.1
[ ] SLVR: derived: characters 1.1.0-nullsafety.3
[ +2 ms] SLVR: derived: boolean_selector 2.1.0-nullsafety.1
[ +1 ms] SLVR: derived: async 2.5.0-nullsafety.1
[ +1 ms] SLVR: derived: vector_math 2.1.0-nullsafety.3
[ ] SLVR: derived: stack_trace 1.10.0-nullsafety.1
[ ] SLVR: derived: clock 1.1.0-nullsafety.1
[ ] SLVR: derived: fake_async 1.2.0-nullsafety.1
[ ] SLVR: derived: path 1.8.0-nullsafety.1
[ ] SLVR: derived: test_api 0.2.19-nullsafety.2
[ +6 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: derived: convert ^2.0.0
[ +1 ms] SLVR: derived: crypto ^2.0.0
[ +11 ms] SLVR: fact: toast 0.1.5 depends on flutter any from sdk
[ +1 ms] SLVR: selecting toast 0.1.5
[ +11 ms] SLVR: selecting string_validator 0.1.4
[ +11 ms] SLVR: fact: shared_preferences 0.5.12 depends on meta ^1.0.4
[ ] SLVR: fact: shared_preferences 0.5.12 depends on flutter any from sdk
[ ] SLVR: fact: shared_preferences 0.5.12 depends on shared_preferences_platform_interface ^1.0.0
[ ] SLVR: fact: shared_preferences 0.5.12 depends on shared_preferences_linux ^0.0.2
[ ] SLVR: fact: shared_preferences 0.5.12 depends on shared_preferences_macos ^0.0.1
[ ] SLVR: fact: shared_preferences 0.5.12 depends on shared_preferences_web ^0.1.2
[ ] SLVR: fact: shared_preferences 0.5.12 depends on shared_preferences_windows ^0.0.1
[ ] SLVR: selecting shared_preferences 0.5.12
[ ] SLVR: derived: shared_preferences_windows ^0.0.1
[ ] SLVR: derived: shared_preferences_web ^0.1.2
[ ] SLVR: derived: shared_preferences_macos ^0.0.1
[ ] SLVR: derived: shared_preferences_linux ^0.0.2
[ ] SLVR: derived: shared_preferences_platform_interface ^1.0.0
[ +7 ms] SLVR: fact: searchable_dropdown 1.1.3 depends on flutter any from sdk
[ ] SLVR: selecting searchable_dropdown 1.1.3
[ +10 ms] SLVR: fact: qrscan 0.2.17 depends on flutter any from sdk
[ ] SLVR: selecting qrscan 0.2.17
[ +9 ms] SLVR: fact: pull_to_refresh 1.6.2 depends on flutter any from sdk
[ ] SLVR: selecting pull_to_refresh 1.6.2
[ +11 ms] SLVR: fact: provider 4.3.2+2 depends on flutter any from sdk
[ ] SLVR: fact: provider 4.3.2+2 depends on nested >=0.0.4 <2.0.0
[ ] SLVR: fact: provider 4.3.2+2 depends on collection ^1.14.0
[ ] SLVR: selecting provider 4.3.2+2
[ ] SLVR: derived: nested >=0.0.4 <2.0.0
[ +11 ms] SLVR: fact: progress_dialog 1.2.4 depends on flutter any from sdk
[ ] SLVR: selecting progress_dialog 1.2.4
[ +10 ms] SLVR: fact: percent_indicator 2.1.7+4 depends on flutter any from sdk
[ ] SLVR: selecting percent_indicator 2.1.7+4
[ +8 ms] SLVR: fact: mdi 3.0.0 depends on flutter any from sdk
[ ] SLVR: selecting mdi 3.0.0
[ +8 ms] SLVR: fact: intl 0.16.1 depends on path >=0.9.0 <2.0.0
[ ] SLVR: selecting intl 0.16.1
[ +8 ms] SLVR: fact: image_picker 0.6.7+11 depends on flutter any from sdk
[ ] SLVR: fact: image_picker 0.6.7+11 depends on flutter_plugin_android_lifecycle ^1.0.2
[ ] SLVR: fact: image_picker 0.6.7+11 depends on image_picker_platform_interface ^1.1.0
[ ] SLVR: selecting image_picker 0.6.7+11
[ ] SLVR: derived: image_picker_platform_interface ^1.1.0
[ ] SLVR: derived: flutter_plugin_android_lifecycle ^1.0.2
[ +8 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
[ ] SLVR: derived: pedantic ^1.0.0
[ ] SLVR: derived: http_parser >=0.0.1 <4.0.0
[ +6 ms] SLVR: fact: flutter_tagging 1.1.0 depends on flutter any from sdk
[ +1 ms] SLVR: fact: flutter_tagging 1.1.0 depends on flutter_typeahead ^1.3.0
[ +1 ms] SLVR: selecting flutter_tagging 1.1.0
[ ] SLVR: derived: flutter_typeahead ^1.3.0
[ +8 ms] SLVR: fact: flutter_svg 0.19.0 depends on path_drawing ^0.4.1+1
[ ] SLVR: fact: flutter_svg 0.19.0 depends on xml ^4.2.0
[ ] SLVR: fact: flutter_svg 0.19.0 depends on vector_math ^2.0.8
[ ] SLVR: fact: flutter_svg 0.19.0 depends on meta ^1.1.8
[ ] SLVR: fact: flutter_svg 0.19.0 depends on flutter any from sdk
[ ] SLVR: selecting flutter_svg 0.19.0
[ ] SLVR: derived: xml ^4.2.0
[ ] SLVR: derived: path_drawing ^0.4.1+1
[ +8 ms] SLVR: fact: flutter_staggered_grid_view 0.3.2 depends on flutter any from sdk
[ ] SLVR: selecting flutter_staggered_grid_view 0.3.2
[ +8 ms] SLVR: fact: flutter_speed_dial 1.2.5 depends on flutter any from sdk
[ ] SLVR: selecting flutter_speed_dial 1.2.5
[ +8 ms] SLVR: fact: flutter_sparkline 0.1.0 depends on flutter any from sdk
[ ] SLVR: selecting flutter_sparkline 0.1.0
[ +9 ms] SLVR: fact: flutter_screenutil 1.1.0 depends on flutter any from sdk
[ ] SLVR: selecting flutter_screenutil 1.1.0
[ +8 ms] SLVR: fact: flutter_native_image 0.0.5+2 depends on flutter any from sdk
[ ] SLVR: selecting flutter_native_image 0.0.5+2
[ +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
[ +1 ms] 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
[ +6 ms] SLVR: fact: flutter_image_compress 0.6.8 depends on flutter any from sdk
[ ] SLVR: selecting flutter_image_compress 0.6.8
[ +9 ms] SLVR: fact: flutter_form_builder 3.14.0 depends on flutter any from sdk
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on flutter_typeahead ^1.8.8
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on intl ^0.16.1
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on flutter_chips_input ^1.9.4
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on datetime_picker_formfield ^1.0.0
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on flutter_colorpicker ^0.3.4
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on signature ^3.2.0
[ +1 ms] SLVR: fact: flutter_form_builder 3.14.0 depends on validators ^2.0.1
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on date_range_picker ^1.0.6
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on flutter_touch_spin ^1.0.1
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on image_picker ^0.6.7+11
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on image_picker_for_web ^0.1.0+2
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on rating_bar ^0.2.0
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on country_pickers ^1.3.0
[ ] SLVR: fact: flutter_form_builder 3.14.0 depends on phone_number ^0.6.2+4
[ ] SLVR: selecting flutter_form_builder 3.14.0
[ ] SLVR: derived: phone_number ^0.6.2+4
[ ] SLVR: derived: country_pickers ^1.3.0
[ ] SLVR: derived: rating_bar ^0.2.0
[ ] SLVR: derived: image_picker_for_web ^0.1.0+2
[ ] SLVR: derived: flutter_touch_spin ^1.0.1
[ ] SLVR: derived: date_range_picker ^1.0.6
[ ] SLVR: derived: validators ^2.0.1
[ ] SLVR: derived: signature ^3.2.0
[ ] SLVR: derived: flutter_colorpicker ^0.3.4
[ ] SLVR: derived: datetime_picker_formfield ^1.0.0
[ ] SLVR: derived: flutter_chips_input ^1.9.4
[ ] SLVR: derived: flutter_typeahead ^1.8.8
[ +1 ms] SLVR: fact: fancy_on_boarding 1.6.0 depends on flutter any from sdk
[ ] SLVR: fact: fancy_on_boarding 1.6.0 depends on flutter_svg ^0.19.0
[ ] SLVR: selecting fancy_on_boarding 1.6.0
[ +8 ms] SLVR: fact: dropdown_search 0.4.4 depends on flutter any from sdk
[ ] SLVR: selecting dropdown_search 0.4.4
[ +9 ms] SLVR: fact: draggable_floating_button 0.1.1 depends on flutter any from sdk
[ +1 ms] SLVR: selecting draggable_floating_button 0.1.1
[ +10 ms] SLVR: fact: device_preview 0.4.8 depends on font_awesome_flutter ^8.8.1
[ ] SLVR: fact: device_preview 0.4.8 depends on http ^0.12.0
[ ] SLVR: fact: device_preview 0.4.8 depends on freezed_annotation ^0.11.0
[ ] SLVR: fact: device_preview 0.4.8 depends on json_annotation ^3.0.0
[ ] SLVR: fact: device_preview 0.4.8 depends on flutter any from sdk
[ ] SLVR: fact: device_preview 0.4.8 depends on flutter_localizations any from sdk
[ ] SLVR: fact: device_preview 0.4.8 depends on meta ^1.1.8
[ ] SLVR: fact: device_preview 0.4.8 depends on shared_preferences ^0.5.6+3
[ ] SLVR: fact: device_preview 0.4.8 depends on shared_preferences_macos ^0.0.1+6
[ +2 ms] SLVR: selecting device_preview 0.4.8
[ ] SLVR: derived: shared_preferences_macos ^0.0.1+6
[ ] SLVR: derived: flutter_localizations any from sdk
[ ] SLVR: derived: json_annotation ^3.0.0
[ ] SLVR: derived: freezed_annotation ^0.11.0
[ ] SLVR: derived: font_awesome_flutter ^8.8.1
[ +3 ms] SLVR: selecting cupertino_icons 0.1.3
[ +10 ms] SLVR: fact: connectivity 0.4.9+3 depends on flutter any from sdk
[ ] SLVR: fact: connectivity 0.4.9+3 depends on meta ^1.0.5
[ ] SLVR: fact: connectivity 0.4.9+3 depends on connectivity_platform_interface ^1.0.2
[ ] SLVR: fact: connectivity 0.4.9+3 depends on connectivity_macos ^0.1.0
[ ] SLVR: fact: connectivity 0.4.9+3 depends on connectivity_for_web ^0.3.0
[ ] SLVR: selecting connectivity 0.4.9+3
[ ] SLVR: derived: connectivity_for_web ^0.3.0
[ ] SLVR: derived: connectivity_macos ^0.1.0
[ ] SLVR: derived: connectivity_platform_interface ^1.0.2
[ +7 ms] SLVR: fact: charts_flutter 0.8.1 depends on charts_common 0.8.1
[ +1 ms] SLVR: fact: charts_flutter 0.8.1 depends on collection ^1.14.5
[ ] SLVR: fact: charts_flutter 0.8.1 depends on flutter any from sdk
[ ] SLVR: fact: charts_flutter 0.8.1 depends on intl >=0.15.2 <0.17.0
[ ] SLVR: fact: charts_flutter 0.8.1 depends on logging any
[ ] SLVR: fact: charts_flutter 0.8.1 depends on meta ^1.1.1
[ ] SLVR: selecting charts_flutter 0.8.1
[ ] SLVR: derived: logging any
[ ] SLVR: derived: charts_common 0.8.1
[ +8 ms] SLVR: fact: flutter 0.0.0 from sdk depends on characters 1.1.0-nullsafety.3
[ ] SLVR: fact: flutter 0.0.0 from sdk depends on collection 1.15.0-nullsafety.3
[ ] SLVR: fact: flutter 0.0.0 from sdk depends on meta 1.3.0-nullsafety.3
[ +1 ms] SLVR: fact: flutter 0.0.0 from sdk depends on typed_data 1.3.0-nullsafety.3
[ ] SLVR: fact: flutter 0.0.0 from sdk depends on vector_math 2.1.0-nullsafety.3
[ ] 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
[ +7 ms] SLVR: fact: typed_data 1.3.0-nullsafety.3 depends on collection >=1.15.0-nullsafety <1.15.0
[ ] SLVR: selecting typed_data 1.3.0-nullsafety.3
[ +10 ms] SLVR: selecting term_glyph 1.2.0-nullsafety.1
[ +11 ms] SLVR: fact: string_scanner 1.1.0-nullsafety.1 depends on charcode >=1.2.0-nullsafety <1.2.0
[ +1 ms] SLVR: fact: string_scanner 1.1.0-nullsafety.1 depends on source_span >=1.8.0-nullsafety
<1.8.0
[ +5 ms] SLVR: selecting string_scanner 1.1.0-nullsafety.1
[ +7 ms] SLVR: fact: stream_channel 2.1.0-nullsafety.1 depends on async >=2.5.0-nullsafety <2.5.0
[ +1 ms] SLVR: selecting stream_channel 2.1.0-nullsafety.1
[ +8 ms] SLVR: fact: source_span 1.8.0-nullsafety.2 depends on charcode >=1.2.0-nullsafety
<1.2.0
[ ] SLVR: fact: source_span 1.8.0-nullsafety.2 depends on collection >=1.15.0-nullsafety
<1.15.0
[ +1 ms] SLVR: fact: source_span 1.8.0-nullsafety.2 depends on path >=1.8.0-nullsafety <1.8.0
[ +1 ms] SLVR: fact: source_span 1.8.0-nullsafety.2 depends on term_glyph >=1.2.0-nullsafety
<1.2.0
[ ] SLVR: selecting source_span 1.8.0-nullsafety.2
[ +6 ms] SLVR: selecting meta 1.3.0-nullsafety.3
[ +9 ms] SLVR: fact: matcher 0.12.10-nullsafety.1 depends on stack_trace >=1.10.0-nullsafety
<1.10.0
[ +1 ms] SLVR: selecting matcher 0.12.10-nullsafety.1
[ +10 ms] SLVR: selecting collection 1.15.0-nullsafety.3
[ +10 ms] SLVR: selecting charcode 1.2.0-nullsafety.1
[ +9 ms] SLVR: selecting characters 1.1.0-nullsafety.3
[ +10 ms] SLVR: fact: boolean_selector 2.1.0-nullsafety.1 depends on source_span

=1.8.0-nullsafety <1.8.0
[ +1 ms] SLVR: fact: boolean_selector 2.1.0-nullsafety.1 depends on string_scanner
=1.1.0-nullsafety <1.1.0
[ +1 ms] SLVR: selecting boolean_selector 2.1.0-nullsafety.1
[ +7 ms] SLVR: fact: async 2.5.0-nullsafety.1 depends on collection
=1.15.0-nullsafety <1.15.0
[ +1 ms] SLVR: selecting async 2.5.0-nullsafety.1
[ +8 ms] SLVR: selecting vector_math 2.1.0-nullsafety.3
[ +9 ms] SLVR: fact: stack_trace 1.10.0-nullsafety.1 depends on path
=1.8.0-nullsafety <1.8.0
[ ] SLVR: selecting stack_trace 1.10.0-nullsafety.1
[ +8 ms] SLVR: selecting clock 1.1.0-nullsafety.1
[ +8 ms] SLVR: fact: fake_async 1.2.0-nullsafety.1 depends on clock
=1.1.0-nullsafety <1.1.0
[ ] SLVR: fact: fake_async 1.2.0-nullsafety.1 depends on collection
=1.15.0-nullsafety <1.15.0
[ +1 ms] SLVR: selecting fake_async 1.2.0-nullsafety.1
[ +7 ms] SLVR: selecting path 1.8.0-nullsafety.1
[ +10 ms] SLVR: fact: test_api 0.2.19-nullsafety.2 depends on async
=2.5.0-nullsafety <2.5.0
[ ] SLVR: fact: test_api 0.2.19-nullsafety.2 depends on
boolean_selector >=2.1.0-nullsafety <2.1.0
[ ] SLVR: fact: test_api 0.2.19-nullsafety.2 depends on
collection >=1.15.0-nullsafety <1.15.0
[ ] SLVR: fact: test_api 0.2.19-nullsafety.2 depends on meta
=1.3.0-nullsafety <1.3.0
[ ] SLVR: fact: test_api 0.2.19-nullsafety.2 depends on path
=1.8.0-nullsafety <1.8.0
[ ] SLVR: fact: test_api 0.2.19-nullsafety.2 depends on
source_span >=1.8.0-nullsafety <1.8.0
[ ] SLVR: fact: test_api 0.2.19-nullsafety.2 depends on
stack_trace >=1.10.0-nullsafety <1.10.0
[ ] SLVR: fact: test_api 0.2.19-nullsafety.2 depends on
stream_channel >=2.1.0-nullsafety <2.1.0
[ ] SLVR: fact: test_api 0.2.19-nullsafety.2 depends on
string_scanner >=1.1.0-nullsafety <1.1.0
[ +1 ms] SLVR: fact: test_api 0.2.19-nullsafety.2 depends on
term_glyph >=1.2.0-nullsafety <1.2.0
[ ] SLVR: fact: test_api 0.2.19-nullsafety.2 depends on matcher
=0.12.10-nullsafety <0.12.10
[ ] SLVR: selecting test_api 0.2.19-nullsafety.2
[ +5 ms] SLVR: fact: convert 2.1.1 depends on charcode ^1.1.0
[ +1 ms] SLVR: fact: convert 2.1.1 depends on typed_data ^1.1.0
[ +1 ms] SLVR: selecting convert 2.1.1
[ +6 ms] SLVR: fact: crypto 2.1.5 depends on collection ^1.0.0
[ +1 ms] SLVR: fact: crypto 2.1.5 depends on convert >=1.0.0
<3.0.0
[ +1 ms] SLVR: fact: crypto 2.1.5 depends on typed_data ^1.0.0
[ +1 ms] SLVR: selecting crypto 2.1.5
[ +6 ms] SLVR: fact: shared_preferences_windows 0.0.1+1 depends
on shared_preferences_platform_interface ^1.0.0
[ ] SLVR: fact: shared_preferences_windows 0.0.1+1 depends
on flutter any from sdk
[ ] SLVR: fact: shared_preferences_windows 0.0.1+1 depends
on ffi ^0.1.3
[ ] SLVR: fact: shared_preferences_windows 0.0.1+1 depends
on file >=5.1.0 <7.0.0
[ ] SLVR: fact: shared_preferences_windows 0.0.1+1 depends
on meta ^1.1.7
[ ] SLVR: fact: shared_preferences_windows 0.0.1+1 depends
on path ^1.6.4
[ ] SLVR: fact: shared_preferences_windows 0.0.1+1 depends
on path_provider_platform_interface ^1.0.3
[ ] SLVR: fact: shared_preferences_windows 0.0.1+1 depends
on path_provider_windows ^0.0.2
[ ] SLVR: selecting shared_preferences_windows 0.0.1+1
[ ] SLVR: derived: path_provider_windows ^0.0.2
[ ] SLVR: derived: path_provider_platform_interface
^1.0.3
[ ] SLVR: derived: file >=5.1.0 <7.0.0
[ ] SLVR: derived: ffi ^0.1.3
[ +5 ms] SLVR: fact: shared_preferences_web 0.1.2+7 depends on
shared_preferences_platform_interface ^1.0.0
[ ] SLVR: fact: shared_preferences_web 0.1.2+7 depends on
flutter any from sdk
[ ] SLVR: fact: shared_preferences_web 0.1.2+7 depends on
flutter_web_plugins any from sdk
[ ] SLVR: fact: shared_preferences_web 0.1.2+7 depends on
meta ^1.1.7
[ ] SLVR: selecting shared_preferences_web 0.1.2+7
[ ] SLVR: derived: flutter_web_plugins any from sdk
[ +6 ms] SLVR: fact: shared_preferences_macos 0.0.1+10
depends on shared_preferences_platform_interface ^1.0.0
[ ] SLVR: fact: shared_preferences_macos 0.0.1+10
depends on flutter any from sdk
[ +1 ms] SLVR: selecting shared_preferences_macos 0.0.1+10
[ +8 ms] SLVR: fact: shared_preferences_linux 0.0.2+2
depends on file >=5.1.0 <7.0.0
[ ] SLVR: fact: shared_preferences_linux 0.0.2+2
depends on flutter any from sdk
[ ] SLVR: fact: shared_preferences_linux 0.0.2+2
depends on meta ^1.0.4
[ ] SLVR: fact: shared_preferences_linux 0.0.2+2
depends on path ^1.6.4
[ ] SLVR: fact: shared_preferences_linux 0.0.2+2
depends on path_provider_linux ^0.0.1
[ ] SLVR: fact: shared_preferences_linux 0.0.2+2
depends on shared_preferences_platform_interface ^1.0.0
[ ] SLVR: selecting shared_preferences_linux
0.0.2+2
[ ] SLVR: derived: path_provider_linux ^0.0.1
[ +7 ms] SLVR: fact:
shared_preferences_platform_interface 1.0.4 depends on meta ^1.0.4
[ ] SLVR: fact:
shared_preferences_platform_interface 1.0.4 depends on flutter any from sdk
[ ] SLVR: selecting
shared_preferences_platform_interface 1.0.4
[ +6 ms] SLVR: fact: nested 0.0.4 depends on flutter
any from sdk
[ ] SLVR: selecting nested 0.0.4
[ +7 ms] 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
[ +5 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
[ +8 ms] SLVR: fact: pedantic 1.9.2 depends on
meta ^1.2.2
[ ] SLVR: selecting pedantic 1.9.2
[ +7 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
[ +1 ms] SLVR: fact: http_parser 3.1.4 depends
on string_scanner >=0.0.0 <2.0.0
[ +1 ms] SLVR: fact: http_parser 3.1.4 depends
on typed_data ^1.1.0
[ ] SLVR: selecting http_parser 3.1.4
[ +5 ms] SLVR: fact: flutter_typeahead 1.8.8
depends on flutter any from sdk
[ +1 ms] 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
[ +8 ms] SLVR: fact: xml 4.5.1 depends on
collection ^1.14.0
[ ] SLVR: fact: xml 4.5.1 depends on
convert ^2.1.0
[ ] SLVR: fact: xml 4.5.1 depends on
meta ^1.1.0
[ ] SLVR: fact: xml 4.5.1 depends on
petitparser ^3.0.0
[ ] SLVR: selecting xml 4.5.1
[ ] SLVR: derived: petitparser
^3.0.0
[ +5 ms] SLVR: fact: path_drawing
0.4.1+1 depends on vector_math ^2.0.6
[ +1 ms] SLVR: fact: path_drawing
0.4.1+1 depends on meta ^1.1.2
[ ] SLVR: fact: path_drawing
0.4.1+1 depends on path_parsing ^0.1.4
[ ] SLVR: fact: path_drawing
0.4.1+1 depends on flutter any from sdk
[ ] SLVR: selecting path_drawing
0.4.1+1
[ ] SLVR: derived: path_parsing
^0.1.4
[ +6 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
[ +6 ms] SLVR: selecting platform
2.2.1
[ +8 ms] SLVR: fact: phone_number
0.6.3 depends on flutter any from sdk
[ ] SLVR: selecting
phone_number 0.6.3
[ +7 ms] SLVR: fact:
country_pickers 1.3.0 depends on flutter any from sdk
[ ] SLVR: selecting
country_pickers 1.3.0
[ +6 ms] SLVR: fact:
rating_bar 0.2.0 depends on flutter any from sdk
[ ] SLVR: selecting
rating_bar 0.2.0
[ +7 ms] SLVR: fact:
image_picker_for_web 0.1.0+2 depends on image_picker_platform_interface ^1.1.0
[ +1 ms] SLVR: fact:
image_picker_for_web 0.1.0+2 depends on flutter any from sdk
[ +1 ms] SLVR: fact:
image_picker_for_web 0.1.0+2 depends on flutter_web_plugins any from sdk
[ +1 ms] SLVR: fact:
image_picker_for_web 0.1.0+2 depends on meta ^1.1.7
[ ] SLVR: fact:
image_picker_for_web 0.1.0+2 depends on js ^0.6.0
[ ] SLVR: selecting
image_picker_for_web 0.1.0+2
[ ] SLVR: derived: js
^0.6.0
[ +4 ms] SLVR: fact:
flutter_touch_spin 1.0.1 depends on flutter any from sdk
[ +1 ms] SLVR: fact:
flutter_touch_spin 1.0.1 depends on intl ^0.16.1
[ ] SLVR: selecting
flutter_touch_spin 1.0.1
[ +5 ms] SLVR: fact:
date_range_picker 1.0.6 depends on flutter any from sdk
[ ] SLVR:
selecting date_range_picker 1.0.6
[ +6 ms] SLVR: fact:
validators 2.0.1 depends on vin_decoder ^0.1.2
[ ] SLVR:
selecting validators 2.0.1
[ ] SLVR:
derived: vin_decoder ^0.1.2
[ +6 ms] SLVR: fact:
signature 3.2.0 depends on flutter any from sdk
[ ] SLVR: fact:
signature 3.2.0 depends on image ^2.1.12
[ +1 ms] SLVR:
selecting signature 3.2.0
[ +1 ms] SLVR:
derived: image ^2.1.12
[ +6 ms] SLVR:
fact: flutter_colorpicker 0.3.4 depends on flutter any from sdk
[ ] SLVR:
selecting flutter_colorpicker 0.3.4
[ +6 ms] SLVR:
fact: datetime_picker_formfield 1.0.0 depends on flutter any from sdk
[ +1 ms] SLVR:
fact: datetime_picker_formfield 1.0.0 depends on intl >=0.15.0 <1.0.0
[ ] SLVR:
selecting datetime_picker_formfield 1.0.0
[ +7 ms] SLVR:
fact: flutter_chips_input 1.9.4 depends on flutter any from sdk
[ +1 ms] SLVR:
selecting flutter_chips_input 1.9.4
[ +9 ms] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on flutter any from sdk
[ +1 ms] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on intl 0.16.1
[ ] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on characters 1.1.0-nullsafety.3
[ +1 ms] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on collection 1.15.0-nullsafety.3
[ +1 ms] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on meta 1.3.0-nullsafety.3
[ ] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on path 1.8.0-nullsafety.1
[ ] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on typed_data 1.3.0-nullsafety.3
[ ] SLVR:
fact: flutter_localizations 0.0.0 from sdk depends on vector_math 2.1.0-nullsafety.3
[ ] SLVR:
selecting flutter_localizations 0.0.0 from sdk
[ +4 ms] SLVR:
selecting json_annotation 3.0.1
[ +7 ms] SLVR:
fact: freezed_annotation 0.11.0+1 depends on collection ^1.14.0
[ +2 ms] SLVR:
fact: freezed_annotation 0.11.0+1 depends on json_annotation ^3.0.0
[ +1 ms] SLVR:
fact: freezed_annotation 0.11.0+1 depends on meta ^1.1.0
[ +1 ms] SLVR:
selecting freezed_annotation 0.11.0+1
[ +4 ms] SLVR:
fact: font_awesome_flutter 8.10.0 depends on flutter any from sdk
[ ] SLVR:
selecting font_awesome_flutter 8.10.0
[ +7 ms] SLVR:
fact: connectivity_for_web 0.3.1+2 depends on connectivity_platform_interface ^1.0.3
[ +1 ms] SLVR:
fact: connectivity_for_web 0.3.1+2 depends on flutter_web_plugins any from sdk
[ ] SLVR:
fact: connectivity_for_web 0.3.1+2 depends on flutter any from sdk
[ ] SLVR:
selecting connectivity_for_web 0.3.1+2
[ ] SLVR:
derived: connectivity_platform_interface ^1.0.3
[ +4 ms] SLVR:
fact: connectivity_macos 0.1.0+5 depends on flutter any from sdk
[ +1 ms] SLVR:
selecting connectivity_macos 0.1.0+5
[ +7 ms] SLVR:
fact: connectivity_platform_interface 1.0.6 depends on flutter any from sdk
[ +1 ms] SLVR:
fact: connectivity_platform_interface 1.0.6 depends on meta ^1.0.5
[ +1 ms] SLVR:
fact: connectivity_platform_interface 1.0.6 depends on plugin_platform_interface ^1.0.1
[ +1 ms] SLVR:
selecting connectivity_platform_interface 1.0.6
[ +6 ms] SLVR:
selecting logging 0.11.4
[ +8 ms] SLVR:
fact: charts_common 0.8.1 depends on collection ^1.14.5
[ ] SLVR:
fact: charts_common 0.8.1 depends on intl >=0.15.2 <0.17.0
[ ] SLVR:
fact: charts_common 0.8.1 depends on logging any
[ +1 ms] SLVR:
fact: charts_common 0.8.1 depends on meta ^1.1.1
[ ] SLVR:
fact: charts_common 0.8.1 depends on vector_math ^2.0.8
[ ] SLVR:
selecting charts_common 0.8.1
[ +3 ms] SLVR:
selecting sky_engine 0.0.99 from sdk
[ +9 ms] SLVR:
fact: path_provider_windows 0.0.4+1 depends on path_provider_platform_interface ^1.0.3
[ ] SLVR:
fact: path_provider_windows 0.0.4+1 depends on meta ^1.0.5
[ ] SLVR:
fact: path_provider_windows 0.0.4+1 depends on path ^1.6.4
[ ] SLVR:
fact: path_provider_windows 0.0.4+1 depends on flutter any from sdk
[ ] SLVR:
fact: path_provider_windows 0.0.4+1 depends on ffi ^0.1.3
[ ] SLVR:
fact: path_provider_windows 0.0.4+1 depends on win32 ^1.7.1
[ +1 ms] SLVR:
selecting path_provider_windows 0.0.4+1
[ +1 ms] SLVR:
derived: win32 ^1.7.1
[ +4 ms] SLVR:
fact: path_provider_platform_interface 1.0.3 depends on flutter any from sdk
[ ] SLVR:
fact: path_provider_platform_interface 1.0.3 depends on meta ^1.0.5
[ +1 ms] SLVR:
fact: path_provider_platform_interface 1.0.3 depends on platform >=2.0.0 <4.0.0
[ +1 ms] SLVR:
fact: path_provider_platform_interface 1.0.3 depends on plugin_platform_interface ^1.0.1
[ ] SLVR:
selecting path_provider_platform_interface 1.0.3
[ +3 ms] SLVR:
fact: file 5.2.1 depends on intl >=0.14.0 <1.0.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
[ +5 ms] SLVR:
selecting ffi 0.1.3
[ +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 characters 1.1.0-nullsafety.3
[ ] SLVR:
fact: flutter_web_plugins 0.0.0 from sdk depends on collection 1.15.0-nullsafety.3
[ ] SLVR:
fact: flutter_web_plugins 0.0.0 from sdk depends on meta 1.3.0-nullsafety.3
[ ] SLVR:
fact: flutter_web_plugins 0.0.0 from sdk depends on typed_data 1.3.0-nullsafety.3
[ +1 ms] SLVR:
fact: flutter_web_plugins 0.0.0 from sdk depends on vector_math 2.1.0-nullsafety.3
[ ] SLVR:
selecting flutter_web_plugins 0.0.0 from sdk
[ +2 ms] 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
[ +1 ms] SLVR:
selecting path_provider_linux 0.0.1+2
[ ] SLVR:
derived: xdg_directories ^0.1.0
[ +3 ms] SLVR:
fact: plugin_platform_interface 1.0.3 depends on meta ^1.0.0
[ ] SLVR:
selecting plugin_platform_interface 1.0.3
[ +6 ms] SLVR:
fact: flutter_keyboard_visibility 3.2.2 depends on flutter any from sdk
[ ] SLVR:
selecting flutter_keyboard_visibility 3.2.2
[ +6 ms] SLVR:
fact: petitparser 3.1.0 depends on meta ^1.2.0
[ ] SLVR:
selecting petitparser 3.1.0
[ +4 ms] SLVR:
fact: path_parsing 0.1.4 depends on vector_math ^2.0.6
[ ] SLVR:
fact: path_parsing 0.1.4 depends on meta ^1.1.2
[ ] SLVR:
selecting path_parsing 0.1.4
[ +4 ms] SLVR:
selecting js 0.6.2
[ +6 ms] SLVR:
fact: vin_decoder 0.1.2 depends on meta ^1.1.6
[ ] SLVR:
fact: vin_decoder 0.1.2 depends on basic_utils ^2.5.4
[ ] SLVR:
fact: vin_decoder 0.1.2 depends on http ^0.12.1
[ ] SLVR:
fact: vin_decoder 0.1.2 depends on random_string ^2.0.1
[ ] SLVR:
selecting vin_decoder 0.1.2
[ +2 ms] SLVR:
derived: random_string ^2.0.1
[ +1 ms] SLVR:
derived: basic_utils ^2.5.4
[ +1 ms] SLVR:
fact: image 2.1.18 depends on archive ^2.0.0
[ ] SLVR:
fact: image 2.1.18 depends on xml ^4.2.0
[ ] SLVR:
fact: image 2.1.18 depends on meta ^1.1.8
[ ] SLVR:
selecting image 2.1.18
[ +1 ms] SLVR:
derived: archive ^2.0.0
[ +4 ms] SLVR:
fact: win32 1.7.3 depends on ffi ^0.1.3
[ ] SLVR:
selecting win32 1.7.3
[ +5 ms] SLVR:
fact: xdg_directories 0.1.2 depends on meta ^1.2.2
[ ] SLVR:
fact: xdg_directories 0.1.2 depends on path ^1.6.4
[ ] SLVR:
fact: xdg_directories 0.1.2 depends on process >=3.0.12 <5.0.0
[ ] SLVR:
selecting xdg_directories 0.1.2
[ ] SLVR:
derived: process >=3.0.12 <5.0.0
[ +3 ms] SLVR:
selecting random_string 2.1.0
[ +6 ms] SLVR:
fact: basic_utils 2.6.3 depends on http ^0.12.0
[ ] SLVR:
fact: basic_utils 2.6.3 depends on logging ^0.11.3+2
[ ] SLVR:
fact: basic_utils 2.6.3 depends on json_annotation >=2.0.0 <=3.0.1
[ ] SLVR:
fact: basic_utils 2.6.3 depends on pointycastle ^1.0.2
[ ] SLVR:
fact: basic_utils 2.6.3 depends on asn1lib ^0.6.5
[ +1 ms] SLVR:
fact: basic_utils 2.6.3 depends on convert ^2.1.1
[ +1 ms] SLVR:
fact: basic_utils 2.6.3 depends on crypto ^2.1.5
[ ] SLVR:
selecting basic_utils 2.6.3
[ ] SLVR:
derived: asn1lib ^0.6.5
[ ] SLVR:
derived: pointycastle ^1.0.2
[ +4 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
[ +1 ms] SLVR:
fact: archive 2.0.13 depends on path ^1.5.1
[ ] SLVR:
selecting archive 2.0.13
[ ] SLVR:
derived: args ^1.4.0
[ +3 ms] SLVR:
fact: process 3.0.13 depends on file ^5.0.0
[ ] SLVR:
fact: process 3.0.13 depends on intl >=0.14.0 <0.17.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
[ +3 ms] SLVR:
selecting asn1lib 0.6.5
[ +6 ms] SLVR:
selecting pointycastle 1.0.2
[ +5 ms] SLVR:
selecting args 1.6.0
[ +6 ms] SLVR: Version solving took 0:00:01.165725 seconds.
[ ] | Tried 1 solutions.
[ ] FINE: Resolving dependencies finished (1.221s).
[ +84 ms] IO : Writing 18829 characters to text file .\pubspec.lock.
[ ] FINE: Contents:
[ ] | # Generated by pub
[ ] | # See https://dart.dev/tools/pub/glossary#lockfile
[ ] | packages:
[ ] | archive:
[ ] | dependency: transitive
[ ] | 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"
[ ] | asn1lib:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: asn1lib
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.6.5"
[ ] | async:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: async
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.5.0-nullsafety.1"
[ ] | basic_utils:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: basic_utils
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.6.3"
[ ] | boolean_selector:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: boolean_selector
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.1.0-nullsafety.1"
[ ] | characters:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: characters
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.1.0-nullsafety.3"
[ ] | charcode:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: charcode
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.2.0-nullsafety.1"
[ ] | charts_common:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: charts_common
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.8.1"
[ ] | charts_flutter:
[ +1 ms] | dependency: "direct main"
[ +1 ms] | description:
[ ] | name: charts_flutter
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.8.1"
[ ] | clock:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: clock
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.1.0-nullsafety.1"
[ ] | collection:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: collection
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.15.0-nullsafety.3"
[ ] | connectivity:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: connectivity
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.4.9+3"
[ ] | connectivity_for_web:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: connectivity_for_web
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.3.1+2"
[ ] | connectivity_macos:
[ ] | dependency: transitive
[ +1 ms] | description:
[ ] | name: connectivity_macos
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.0+5"
[ ] | 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"
[ ] | country_pickers:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: country_pickers
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.3.0"
[ ] | crypto:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: crypto
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.1.5"
[ ] | cupertino_icons:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: cupertino_icons
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.3"
[ ] | date_range_picker:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: date_range_picker
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.0.6"
[ ] | datetime_picker_formfield:
[ ] | dependency: transitive
[ ] | description:
[ +2 ms] | name: datetime_picker_formfield
[ +2 ms] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.0.0"
[ ] | device_preview:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: device_preview
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.4.8"
[ ] | draggable_floating_button:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: draggable_floating_button
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.1"
[ ] | dropdown_search:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: dropdown_search
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.4.4"
[ ] | fake_async:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: fake_async
[ +1 ms] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.2.0-nullsafety.1"
[ ] | fancy_on_boarding:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: fancy_on_boarding
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.6.0"
[ ] | 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"
[ ] | flutter:
[ ] | dependency: "direct main"
[ ] | description: flutter
[ ] | source: sdk
[ ] | version: "0.0.0"
[ ] | flutter_chips_input:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: flutter_chips_input
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.9.4"
[ ] | flutter_colorpicker:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: flutter_colorpicker
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.3.4"
[ ] | flutter_form_builder:
[ +1 ms] | dependency: "direct main"
[ +2 ms] | description:
[ ] | name: flutter_form_builder
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "3.14.0"
[ ] | flutter_image_compress:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: flutter_image_compress
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.6.8"
[ +1 ms] | flutter_keyboard_visibility:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: flutter_keyboard_visibility
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "3.2.2"
[ ] | 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: transitive
[ ] | description: flutter
[ ] | source: sdk
[ ] | version: "0.0.0"
[ ] | flutter_native_image:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: flutter_native_image
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.0.5+2"
[ ] | flutter_plugin_android_lifecycle:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: flutter_plugin_android_lifecycle
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.0.11"
[ ] | flutter_screenutil:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: flutter_screenutil
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.1.0"
[ ] | flutter_sparkline:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: flutter_sparkline
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.0"
[ ] | flutter_speed_dial:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: flutter_speed_dial
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.2.5"
[ ] | flutter_staggered_grid_view:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: flutter_staggered_grid_view
[ +1 ms] | url: "https://pub.dartlang.org"
[ +2 ms] | source: hosted
[ +1 ms] | version: "0.3.2"
[ ] | flutter_svg:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: flutter_svg
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.19.0"
[ ] | flutter_tagging:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: flutter_tagging
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.1.0"
[ ] | flutter_test:
[ ] | dependency: "direct dev"
[ ] | description: flutter
[ ] | source: sdk
[ ] | version: "0.0.0"
[ ] | flutter_touch_spin:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: flutter_touch_spin
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.0.1"
[ ] | flutter_typeahead:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: flutter_typeahead
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.8.8"
[ ] | flutter_web_plugins:
[ ] | dependency: transitive
[ ] | description: flutter
[ ] | source: sdk
[ ] | version: "0.0.0"
[ ] | font_awesome_flutter:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: font_awesome_flutter
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "8.10.0"
[ ] | freezed_annotation:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: freezed_annotation
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.11.0+1"
[ ] | http:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: http
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.12.2"
[ ] | http_parser:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: http_parser
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "3.1.4"
[ ] | image:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: image
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.1.18"
[ ] | image_picker:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: image_picker
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.6.7+11"
[ ] | image_picker_for_web:
[ ] | dependency: transitive
[ +1 ms] | description:
[ +1 ms] | name: image_picker_for_web
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.0+2"
[ ] | 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 main"
[ ] | description:
[ ] | name: intl
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.16.1"
[ ] | js:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: js
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.6.2"
[ ] | json_annotation:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: json_annotation
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "3.0.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.10-nullsafety.1"
[ ] | mdi:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: mdi
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "3.0.0"
[ ] | meta:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: meta
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.3.0-nullsafety.3"
[ ] | nested:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: nested
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.0.4"
[ ] | path:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: path
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.8.0-nullsafety.1"
[ ] | path_drawing:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: path_drawing
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.4.1+1"
[ +1 ms] | path_parsing:
[ +2 ms] | dependency: transitive
[ ] | description:
[ ] | name: path_parsing
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.4"
[ ] | path_provider_linux:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: path_provider_linux
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.0.1+2"
[ ] | path_provider_platform_interface:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: path_provider_platform_interface
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.0.3"
[ ] | path_provider_windows:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: path_provider_windows
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.0.4+1"
[ ] | pedantic:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: pedantic
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.9.2"
[ ] | percent_indicator:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: percent_indicator
[ +1 ms] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.1.7+4"
[ ] | petitparser:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: petitparser
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "3.1.0"
[ ] | phone_number:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: phone_number
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.6.3"
[ ] | platform:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: platform
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.2.1"
[ ] | plugin_platform_interface:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: plugin_platform_interface
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.0.3"
[ ] | pointycastle:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: pointycastle
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.0.2"
[ ] | process:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: process
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "3.0.13"
[ ] | progress_dialog:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: progress_dialog
[ +2 ms] | url: "https://pub.dartlang.org"
[ +2 ms] | source: hosted
[ ] | version: "1.2.4"
[ ] | provider:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: provider
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "4.3.2+2"
[ ] | pull_to_refresh:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: pull_to_refresh
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.6.2"
[ ] | qrscan:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: qrscan
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.2.17"
[ ] | random_string:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: random_string
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.1.0"
[ ] | rating_bar:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: rating_bar
[ +1 ms] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.2.0"
[ ] | searchable_dropdown:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: searchable_dropdown
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.1.3"
[ ] | shared_preferences:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: shared_preferences
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.5.12"
[ ] | shared_preferences_linux:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: shared_preferences_linux
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.0.2+2"
[ ] | shared_preferences_macos:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: shared_preferences_macos
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.0.1+10"
[ ] | shared_preferences_platform_interface:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: shared_preferences_platform_interface
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.0.4"
[ ] | shared_preferences_web:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: shared_preferences_web
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.2+7"
[ ] | shared_preferences_windows:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: shared_preferences_windows
[ +3 ms] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.0.1+1"
[ ] | signature:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: signature
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "3.2.0"
[ ] | sky_engine:
[ ] | dependency: transitive
[ ] | description: flutter
[ ] | source: sdk
[ ] | version: "0.0.99"
[ ] | source_span:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: source_span
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.8.0-nullsafety.2"
[ ] | stack_trace:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: stack_trace
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.10.0-nullsafety.1"
[ ] | stream_channel:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: stream_channel
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.1.0-nullsafety.1"
[ ] | string_scanner:
[ +1 ms] | dependency: transitive
[ ] | description:
[ ] | name: string_scanner
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.1.0-nullsafety.1"
[ ] | string_validator:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: string_validator
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.4"
[ ] | term_glyph:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: term_glyph
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.2.0-nullsafety.1"
[ ] | test_api:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: test_api
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.2.19-nullsafety.2"
[ ] | toast:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: toast
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.5"
[ ] | typed_data:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: typed_data
[ ] | url: "https://pub.dartlang.org"
[ +1 ms] | source: hosted
[ +3 ms] | version: "1.3.0-nullsafety.3"
[ ] | uuid:
[ +1 ms] | dependency: "direct main"
[ ] | description:
[ ] | name: uuid
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.2.2"
[ ] | validators:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: validators
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.0.1"
[ ] | vector_math:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: vector_math
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.1.0-nullsafety.3"
[ +1 ms] | vin_decoder:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: vin_decoder
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.2"
[ ] | win32:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: win32
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.7.3"
[ ] | xdg_directories:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: xdg_directories
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.2"
[ ] | xml:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: xml
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "4.5.1"
[ ] | sdks:
[ ] | dart: ">=2.10.0-110 <2.11.0"
[ ] | flutter: ">=1.22.0-9.1.pre <2.0.0"
[ ] IO : Writing 10791 characters to text file ..packages.
[ ] FINE: Contents:
[ ] | # Generated by pub on 2020-10-17 20:00:45.819149.
[ ] | archive:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/archive-2.0.13/lib/
[ +1 ms] | args:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/args-1.6.0/lib/
[ ] | asn1lib:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/asn1lib-0.6.5/lib/
[ ] | async:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.5.0-nullsafety.1/lib/
[ ] | basic_utils:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/basic_utils-2.6.3/lib/
[ ] | boolean_selector:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0-nullsafety.1/lib/
[ ] | characters:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0-nullsafety.3/lib/
[ ] | charcode:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0-nullsafety.1/lib/
[ ] | charts_common:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/charts_common-0.8.1/lib/
[ ] | charts_flutter:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/charts_flutter-0.8.1/lib/
[ ] | clock:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsafety.1/lib/
[ ] | collection:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nullsafety.3/lib/
[ ] | connectivity:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity-0.4.9+3/lib/
[ ] | connectivity_for_web:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.3.1+2/lib/
[ ] | connectivity_macos:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+5/lib/
[ ] | connectivity_platform_interface:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_platform_interface-1.0.6/lib/
[ ] | convert:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1/lib/
[ ] | country_pickers:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/country_pickers-1.3.0/lib/
[ ] | crypto:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.5/lib/
[ ] | cupertino_icons:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3/lib/
[ ] | date_range_picker:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/date_range_picker-1.0.6/lib/
[ ] | datetime_picker_formfield:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/datetime_picker_formfield-1.0.0/lib/
[ ] | device_preview:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/device_preview-0.4.8/lib/
[ ] | draggable_floating_button:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/draggable_floating_button-0.1.1/lib/
[ ] | dropdown_search:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/dropdown_search-0.4.4/lib/
[ ] | fake_async:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0-nullsafety.1/lib/
[ ] | fancy_on_boarding:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/fancy_on_boarding-1.6.0/lib/
[ ] | ffi:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/
[ ] | file:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/file-5.2.1/lib/
[ ] | flutter:file:///C:/flutter/packages/flutter/lib/
[ ] | flutter_chips_input:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_chips_input-1.9.4/lib/
[ ] | flutter_colorpicker:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_colorpicker-0.3.4/lib/
[ ] | flutter_form_builder:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_form_builder-3.14.0/lib/
[ ] | flutter_image_compress:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-0.6.8/lib/
[ ] | flutter_keyboard_visibility:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-3.2.2/lib/
[ ] | flutter_local_notifications:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-1.5.0+1/lib/
[ ] |
flutter_local_notifications_platform_interface:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications_platform_interface-1.0.1/lib/
[ ] | flutter_localizations:file:///C:/flutter/packages/flutter_localizations/lib/
[ ] | flutter_native_image:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_native_image-0.0.5+2/lib/
[ ] | flutter_plugin_android_lifecycle:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.11/lib/
[ ] | flutter_screenutil:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_screenutil-1.1.0/lib/
[ ] | flutter_sparkline:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sparkline-0.1.0/lib/
[ ] | flutter_speed_dial:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_speed_dial-1.2.5/lib/
[ ] | flutter_staggered_grid_view:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_staggered_grid_view-0.3.2/lib/
[ ] | flutter_svg:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.19.0/lib/
[ ] | flutter_tagging:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_tagging-1.1.0/lib/
[ ] | flutter_test:file:///C:/flutter/packages/flutter_test/lib/
[ ] | flutter_touch_spin:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_touch_spin-1.0.1/lib/
[ ] | flutter_typeahead:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_typeahead-1.8.8/lib/
[ ] | flutter_web_plugins:file:///C:/flutter/packages/flutter_web_plugins/lib/
[ ] | font_awesome_flutter:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/font_awesome_flutter-8.10.0/lib/
[ ] | freezed_annotation:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/freezed_annotation-0.11.0+1/lib/
[ ] | http:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/http-0.12.2/lib/
[ ] | http_parser:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/http_parser-3.1.4/lib/
[ ] | image:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/image-2.1.18/lib/
[ ] | image_picker:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+11/lib/
[ ] | image_picker_for_web:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker_for_web-0.1.0+2/lib/
[ ] | image_picker_platform_interface:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker_platform_interface-1.1.1/lib/
[ ] | intl:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/intl-0.16.1/lib/
[ ] | js:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/js-0.6.2/lib/
[ ] | json_annotation:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/json_annotation-3.0.1/lib/
[ ] | logging:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/logging-0.11.4/lib/
[ ] | matcher:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10-nullsafety.1/lib/
[ ] | mdi:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/mdi-3.0.0/lib/
[ ] | meta:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafety.3/lib/
[ ] | nested:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/nested-0.0.4/lib/
[ ] | path:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafety.1/lib/
[ ] | path_drawing:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path_drawing-0.4.1+1/lib/
[ ] | path_parsing:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path_parsing-0.1.4/lib/
[ ] | path_provider_linux:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/lib/
[ ] | path_provider_platform_interface:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_platform_interface-1.0.3/lib/
[ ] | path_provider_windows:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+1/lib/
[ ] | pedantic:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/pedantic-1.9.2/lib/
[ ] | percent_indicator:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/percent_indicator-2.1.7+4/lib/
[ ] | petitparser:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/petitparser-3.1.0/lib/
[ ] | phone_number:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/phone_number-0.6.3/lib/
[ ] | platform:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/platform-2.2.1/lib/
[ ] | plugin_platform_interface:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/plugin_platform_interface-1.0.3/lib/
[ ] | pointycastle:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/pointycastle-1.0.2/lib/
[ ] | process:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/process-3.0.13/lib/
[ ] | progress_dialog:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/progress_dialog-1.2.4/lib/
[ +1 ms] | provider:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/provider-4.3.2+2/lib/
[ +2 ms] | pull_to_refresh:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/pull_to_refresh-1.6.2/lib/
[ ] | qrscan:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/qrscan-0.2.17/lib/
[ ] | random_string:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/random_string-2.1.0/lib/
[ ] | rating_bar:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/rating_bar-0.2.0/lib/
[ ] | searchable_dropdown:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/searchable_dropdown-1.1.3/lib/
[ ] | shared_preferences:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.12/lib/
[ ] | shared_preferences_linux:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-0.0.2+2/lib/
[ ] | shared_preferences_macos:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-0.0.1+10/lib/
[ ] | shared_preferences_platform_interface:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_platform_interface-1.0.4/lib/
[ ] | shared_preferences_web:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-0.1.2+7/lib/
[ +1 ms] | shared_preferences_windows:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-0.0.1+1/lib/
[ ] | signature:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/signature-3.2.0/lib/
[ ] | sky_engine:file:///C:/flutter/bin/cache/pkg/sky_engine/lib/
[ ] | source_span:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0-nullsafety.2/lib/
[ ] | stack_trace:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0-nullsafety.1/lib/
[ ] | stream_channel:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0-nullsafety.1/lib/
[ ] | string_scanner:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0-nullsafety.1/lib/
[ ] | string_validator:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/string_validator-0.1.4/lib/
[ ] | term_glyph:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0-nullsafety.1/lib/
[ ] | test_api:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19-nullsafety.2/lib/
[ ] | toast:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/toast-0.1.5/lib/
[ +2 ms] | typed_data:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0-nullsafety.3/lib/
[ ] | uuid:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/uuid-2.2.2/lib/
[ ] | validators:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/validators-2.0.1/lib/
[ ] | vector_math:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0-nullsafety.3/lib/
[ ] | vin_decoder:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/vin_decoder-0.1.2/lib/
[ ] | win32:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.3/lib/
[ ] | xdg_directories:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/xdg_directories-0.1.2/lib/
[ ] | xml:file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/xml-4.5.1/lib/
[ ] | evolve2:lib/
[ +2 ms] MSG : Got dependencies!
[ +24 ms] IO : Writing 22566 characters to text file ..dart_tool\package_config.json.
[ +1 ms] FINE: Contents:
[ ] | {
[ ] | "configVersion": 2,
[ ] | "packages": [
[ ] | {
[ ] | "name": "archive",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/archive-2.0.13",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "args",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/args-1.6.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.3"
[ ] | },
[ ] | {
[ ] | "name": "asn1lib",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/asn1lib-0.6.5",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ ] | "name": "async",
[ +1 ms] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.5.0-nullsafety.1",
[ +2 ms] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "basic_utils",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/basic_utils-2.6.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "boolean_selector",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0-nullsafety.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "characters",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0-nullsafety.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "charcode",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0-nullsafety.1",
[ +1 ms] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "charts_common",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/charts_common-0.8.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "charts_flutter",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/charts_flutter-0.8.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.23"
[ ] | },
[ ] | {
[ ] | "name": "clock",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsafety.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "collection",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nullsafety.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "connectivity",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity-0.4.9+3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "connectivity_for_web",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.3.1+2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.6"
[ ] | },
[ ] | {
[ ] | "name": "connectivity_macos",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+5",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "connectivity_platform_interface",
[ +1 ms] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_platform_interface-1.0.6",
[ +2 ms] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "convert",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.17"
[ ] | },
[ ] | {
[ ] | "name": "country_pickers",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/country_pickers-1.3.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "crypto",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.5",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.3"
[ ] | },
[ ] | {
[ ] | "name": "cupertino_icons",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "date_range_picker",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/date_range_picker-1.0.6",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "datetime_picker_formfield",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/datetime_picker_formfield-1.0.0",
[ +1 ms] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "device_preview",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/device_preview-0.4.8",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.6"
[ ] | },
[ ] | {
[ ] | "name": "draggable_floating_button",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/draggable_floating_button-0.1.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "dropdown_search",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/dropdown_search-0.4.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.7"
[ ] | },
[ ] | {
[ ] | "name": "fake_async",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0-nullsafety.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "fancy_on_boarding",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/fancy_on_boarding-1.6.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "ffi",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.6"
[ ] | },
[ ] | {
[ ] | "name": "file",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/file-5.2.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ +2 ms] | "name": "flutter",
[ +1 ms] | "rootUri": "file:///C:/flutter/packages/flutter",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "flutter_chips_input",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_chips_input-1.9.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.6"
[ ] | },
[ ] | {
[ ] | "name": "flutter_colorpicker",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_colorpicker-0.3.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.3"
[ ] | },
[ ] | {
[ ] | "name": "flutter_form_builder",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_form_builder-3.14.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.6"
[ ] | },
[ ] | {
[ ] | "name": "flutter_image_compress",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image_compress-0.6.8",
[ +1 ms] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "flutter_keyboard_visibility",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-3.2.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "flutter_local_notifications",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-1.5.0+1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "flutter_local_notifications_platform_interface",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications_platform_interface-1.0.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "flutter_localizations",
[ ] | "rootUri": "file:///C:/flutter/packages/flutter_localizations",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ ] | "name": "flutter_native_image",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_native_image-0.0.5+2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.19"
[ ] | },
[ ] | {
[ ] | "name": "flutter_plugin_android_lifecycle",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.11",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "flutter_screenutil",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_screenutil-1.1.0",
[ +4 ms] | "packageUri": "lib/",
[ +1 ms] | "languageVersion": "2.6"
[ ] | },
[ ] | {
[ ] | "name": "flutter_sparkline",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sparkline-0.1.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "flutter_speed_dial",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_speed_dial-1.2.5",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ ] | "name": "flutter_staggered_grid_view",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_staggered_grid_view-0.3.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.19"
[ ] | },
[ ] | {
[ ] | "name": "flutter_svg",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.19.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ ] | "name": "flutter_tagging",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_tagging-1.1.0",
[ +1 ms] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "flutter_test",
[ ] | "rootUri": "file:///C:/flutter/packages/flutter_test",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ ] | "name": "flutter_touch_spin",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_touch_spin-1.0.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.5"
[ ] | },
[ ] | {
[ ] | "name": "flutter_typeahead",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_typeahead-1.8.8",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.19"
[ ] | },
[ ] | {
[ ] | "name": "flutter_web_plugins",
[ ] | "rootUri": "file:///C:/flutter/packages/flutter_web_plugins",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "font_awesome_flutter",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/font_awesome_flutter-8.10.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ +1 ms] | {
[ +1 ms] | "name": "freezed_annotation",
[ +1 ms] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/freezed_annotation-0.11.0+1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.7"
[ ] | },
[ ] | {
[ ] | "name": "http",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/http-0.12.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.4"
[ ] | },
[ ] | {
[ ] | "name": "http_parser",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/http_parser-3.1.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.3"
[ ] | },
[ ] | {
[ ] | "name": "image",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/image-2.1.18",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "image_picker",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+11",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "image_picker_for_web",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker_for_web-0.1.0+2",
[ +1 ms] | "packageUri": "lib/",
[ ] | "languageVersion": "2.5"
[ ] | },
[ ] | {
[ ] | "name": "image_picker_platform_interface",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker_platform_interface-1.1.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.5"
[ ] | },
[ ] | {
[ ] | "name": "intl",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/intl-0.16.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.5"
[ ] | },
[ ] | {
[ ] | "name": "js",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/js-0.6.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "json_annotation",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/json_annotation-3.0.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.6"
[ ] | },
[ ] | {
[ ] | "name": "logging",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/logging-0.11.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "matcher",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10-nullsafety.1",
[ +1 ms] | "packageUri": "lib/",
[ +3 ms] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "mdi",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/mdi-3.0.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "meta",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafety.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "nested",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/nested-0.0.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ ] | "name": "path",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafety.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ +1 ms] | "name": "path_drawing",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path_drawing-0.4.1+1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.19"
[ ] | },
[ ] | {
[ ] | "name": "path_parsing",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path_parsing-0.1.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.19"
[ ] | },
[ ] | {
[ ] | "name": "path_provider_linux",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "path_provider_platform_interface",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_platform_interface-1.0.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "path_provider_windows",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "pedantic",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/pedantic-1.9.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "percent_indicator",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/percent_indicator-2.1.7+4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.7"
[ ] | },
[ +4 ms] | {
[ +1 ms] | "name": "petitparser",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/petitparser-3.1.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.7"
[ ] | },
[ ] | {
[ ] | "name": "phone_number",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/phone_number-0.6.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.3"
[ ] | },
[ ] | {
[ ] | "name": "platform",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/platform-2.2.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.24"
[ ] | },
[ ] | {
[ ] | "name": "plugin_platform_interface",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/plugin_platform_interface-1.0.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "pointycastle",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/pointycastle-1.0.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "0.8"
[ ] | },
[ ] | {
[ ] | "name": "process",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/process-3.0.13",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "progress_dialog",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/progress_dialog-1.2.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.7"
[ ] | },
[ ] | {
[ ] | "name": "provider",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/provider-4.3.2+2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.7"
[ ] | },
[ ] | {
[ ] | "name": "pull_to_refresh",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/pull_to_refresh-1.6.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "qrscan",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/qrscan-0.2.17",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "random_string",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/random_string-2.1.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "rating_bar",
[ +2 ms] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/rating_bar-0.2.0",
[ +1 ms] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "searchable_dropdown",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/searchable_dropdown-1.1.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "shared_preferences",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.12",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "shared_preferences_linux",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-0.0.2+2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "shared_preferences_macos",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-0.0.1+10",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ +1 ms] | "name": "shared_preferences_platform_interface",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_platform_interface-1.0.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "shared_preferences_web",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-0.1.2+7",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "shared_preferences_windows",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-0.0.1+1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "signature",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/signature-3.2.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "sky_engine",
[ ] | "rootUri": "file:///C:/flutter/bin/cache/pkg/sky_engine",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.11"
[ ] | },
[ ] | {
[ ] | "name": "source_span",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0-nullsafety.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "stack_trace",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0-nullsafety.1",
[ +1 ms] | "packageUri": "lib/",
[ +2 ms] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "stream_channel",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0-nullsafety.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "string_scanner",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0-nullsafety.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "string_validator",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/string_validator-0.1.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "term_glyph",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0-nullsafety.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "test_api",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19-nullsafety.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ +1 ms] | "name": "toast",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/toast-0.1.5",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "typed_data",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0-nullsafety.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.10"
[ ] | },
[ ] | {
[ ] | "name": "uuid",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/uuid-2.2.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ ] | "name": "validators",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/validators-2.0.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "vector_math",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0-nullsafety.3",
[ +1 ms] | "packageUri": "lib/",
[ +2 ms] | "languageVersion": "2.10"
[ +3 ms] | },
[ ] | {
[ ] | "name": "vin_decoder",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/vin_decoder-0.1.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "win32",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.7"
[ ] | },
[ ] | {
[ ] | "name": "xdg_directories",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/xdg_directories-0.1.2",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.3"
[ ] | },
[ ] | {
[ +1 ms] | "name": "xml",
[ ] | "rootUri": "file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/xml-4.5.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.7"
[ ] | },
[ ] | {
[ ] | "name": "evolve2",
[ ] | "rootUri": "../",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.7"
[ ] | }
[ ] | ],
[ ] | "generated": "2020-10-17T14:30:45.912891Z",
[ ] | "generator": "pub",
[ ] | "generatorVersion": "2.10.2"
[ ] | }
[ +34 ms] Running "flutter pub get" in evolve... (completed in 2.2s)
[ +60 ms] Found plugin connectivity at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity-0.4.9+3
[ +5 ms] Found plugin connectivity_for_web at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity_for_web-0.3.1+2
[ +3 ms] Found plugin connectivity_macos at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity_macos-0.1.0+5
[ +21 ms] Found plugin flutter_image_compress at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_image_compress-0.6.8
[ +2 ms] Found plugin flutter_keyboard_visibility at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_keyboard_visibility-3.2.2
[ +3 ms] Found plugin flutter_local_notifications at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_local_notifications-1.5.0+1
[ +5 ms] Found plugin flutter_native_image at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_native_image-0.0.5+2
[ +3 ms] Found plugin flutter_plugin_android_lifecycle at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-1.0.11
[ +18 ms] Found plugin image_picker at C:\flutter.pub-cache\hosted\pub.dartlang.org\image_picker-0.6.7+11
[ +1 ms] Found plugin image_picker_for_web at C:\flutter.pub-cache\hosted\pub.dartlang.org\image_picker_for_web-0.1.0+2
[ +18 ms] Found plugin path_provider_linux at C:\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_linux-0.0.1+2
[ +4 ms] Found plugin path_provider_windows at C:\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_windows-0.0.4+1
[ +5 ms] Found plugin phone_number at C:\flutter.pub-cache\hosted\pub.dartlang.org\phone_number-0.6.3
[ +12 ms] Found plugin qrscan at C:\flutter.pub-cache\hosted\pub.dartlang.org\qrscan-0.2.17
[ +2 ms] Found plugin searchable_dropdown at C:\flutter.pub-cache\hosted\pub.dartlang.org\searchable_dropdown-1.1.3
[ +1 ms] Found plugin shared_preferences at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences-0.5.12
[ +2 ms] Found plugin shared_preferences_linux at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_linux-0.0.2+2
[ +2 ms] Found plugin shared_preferences_macos at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_macos-0.0.1+10
[ +3 ms] Found plugin shared_preferences_web at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_web-0.1.2+7
[ +1 ms] Found plugin shared_preferences_windows at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_windows-0.0.1+1
[ +148 ms] Found plugin connectivity at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity-0.4.9+3
[ +1 ms] Found plugin connectivity_for_web at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity_for_web-0.3.1+2
[ +1 ms] Found plugin connectivity_macos at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity_macos-0.1.0+5
[ +8 ms] Found plugin flutter_image_compress at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_image_compress-0.6.8
[ +1 ms] Found plugin flutter_keyboard_visibility at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_keyboard_visibility-3.2.2
[ +1 ms] Found plugin flutter_local_notifications at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_local_notifications-1.5.0+1
[ +1 ms] Found plugin flutter_native_image at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_native_image-0.0.5+2
[ +1 ms] Found plugin flutter_plugin_android_lifecycle at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-1.0.11
[ +1 ms] Found plugin image_picker_for_web at C:\flutter.pub-cache\hosted\pub.dartlang.org\image_picker_for_web-0.1.0+2
[ +10 ms] Found plugin path_provider_linux at C:\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_linux-0.0.1+2
[ +2 ms] Found plugin path_provider_windows at C:\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_windows-0.0.4+1
[ +5 ms] Found plugin phone_number at C:\flutter.pub-cache\hosted\pub.dartlang.org\phone_number-0.6.3
[ +50 ms] Found plugin qrscan at C:\flutter.pub-cache\hosted\pub.dartlang.org\qrscan-0.2.17
[ +5 ms] Found plugin searchable_dropdown at C:\flutter.pub-cache\hosted\pub.dartlang.org\searchable_dropdown-1.1.3
[ +1 ms] Found plugin shared_preferences at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences-0.5.12
[ +1 ms] Found plugin shared_preferences_linux at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_linux-0.0.2+2
[ +1 ms] Found plugin shared_preferences_macos at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_macos-0.0.1+10
[ +1 ms] Found plugin shared_preferences_web at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_web-0.1.2+7
[ +1 ms] Found plugin shared_preferences_windows at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_windows-0.0.1+1
[ +172 ms] Generating C:\Programming\Flutter\evolve\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[ +110 ms] You are building a fat APK that includes binaries for android-arm, android-arm64, android-x64.
[ +26 ms] If you are deploying the app to the Play Store, it's recommended to use app bundles or split the APK to reduce the APK size.
[ +3 ms] To generate an app bundle, run:
[ +30 ms] flutter build appbundle --target-platform android-arm,android-arm64,android-x64
[ +1 ms] Learn more on: https://developer.android.com/guide/app-bundle
[ +1 ms] To split the APKs per ABI, run:
[ +26 ms] flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
[ +3 ms] Learn more on: https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split
[ +26 ms] Running Gradle task 'assembleRelease'...
[ +2 ms] gradle.properties already sets android.enableR8
[ +4 ms] Using gradle from C:\Programming\Flutter\evolve\android\gradlew.bat.
[ +24 ms] C:\Programming\Flutter\evolve\android\gradlew.bat mode: 33279 rwxrwxrwx.
[ +8 ms] executing: C:\Program Files\Android\Android Studio\jre\bin\java -version
[ +129 ms] Exit code 0 from: C:\Program Files\Android\Android Studio\jre\bin\java -version
[ +6 ms] openjdk version "1.8.0_242-release"
OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
OpenJDK 64-Bit Server VM (build 25.242-b01, mixed mode)
[ +3 ms] executing: [C:\Programming\Flutter\evolve\android/] C:\Programming\Flutter\evolve\android\gradlew.bat -Pverbose=true
-Ptarget-platform=android-arm,android-arm64,android-x64 -Ptarget=lib\main.dart -Ptrack-widget-creation=true -Pshrink=true -Ptree-shake-icons=true assembleRelease
[+1040 ms] Starting a Gradle Daemon, 1 busy and 1 incompatible and 2 stopped Daemons could not be reused, use --status for details
[+11382 ms] > Task :app:compileFlutterBuildRelease
[ +1 ms] [ +89 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] [ +45 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] [ ] 84f3d28
[ ] [ +2 ms] executing: [C:\flutter/] git tag --points-at HEAD
[ ] [ +31 ms] Exit code 0 from: git tag --points-at HEAD
[ ] [ ] 1.22.2
[ ] [ +9 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ ] [ +26 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] [ ] origin/stable
[ ] [ ] executing: [C:\flutter/] git ls-remote --get-url origin
[ ] [ +23 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] [ ] https://github.com/flutter/flutter.git
[ ] [ +54 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[ ] [ +24 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] [ ] stable
[ ] [ +29 ms] Artifact Instance of 'AndroidMavenArtifacts' 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.
[ ] [ ] 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.
[ +1 ms] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ ] [ +11 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ ] [ ] Artifact Instance of 'AndroidMavenArtifacts' 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.
[ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] [ ] 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.
[ ] [ +62 ms] Initializing file store
[ ] [ +22 ms] Skipping target: gen_localizations
[ ] [ +10 ms] kernel_snapshot: Starting due to {}
[ ] [ +35 ms] C:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\flutter\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root
C:\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk_product/ --target=flutter -Ddart.developer.causal_async_stacks=false -Ddart.vm.profile=false
-Ddart.vm.product=true --bytecode-options=source-positions --aot --tfa --packages C:\Programming\Flutter\evolve.packages --output-dill
C:\Programming\Flutter\evolve.dart_tool\flutter_build\05b2082c595a511f3265f97725e17ff1\app.dill --depfile
C:\Programming\Flutter\evolve.dart_tool\flutter_build\05b2082c595a511f3265f97725e17ff1\kernel_snapshot.d package:evolve2/main.dart
[+33577 ms] [+34565 ms] kernel_snapshot: Complete
[+1093 ms] [+1066 ms] aot_android_asset_bundle: Starting due to {}
[ +710 ms] [ +720 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
[ +1 ms] [ +27 ms] android_aot_release_android-arm64: Starting due to {InvalidatedReason.inputChanged}
[ +84 ms] [ +22 ms] executing: C:\flutter\bin\cache\artifacts\engine\android-arm64-release\windows-x64\gen_snapshot --deterministic --snapshot_kind=app-aot-elf
--elf=C:\Programming\Flutter\evolve.dart_tool\flutter_build\05b2082c595a511f3265f97725e17ff1\arm64-v8a\app.so --strip --no-causal-async-stacks --lazy-async-stacks
C:\Programming\Flutter\evolve.dart_tool\flutter_build\05b2082c595a511f3265f97725e17ff1\app.dill
[ +1 ms] [ +1 ms] android_aot_release_android-x64: Starting due to {InvalidatedReason.inputChanged}
[ ] [ +1 ms] executing: C:\flutter\bin\cache\artifacts\engine\android-x64-release\windows-x64\gen_snapshot --deterministic --snapshot_kind=app-aot-elf
--elf=C:\Programming\Flutter\evolve.dart_tool\flutter_build\05b2082c595a511f3265f97725e17ff1\x86_64\app.so --strip --no-causal-async-stacks --lazy-async-stacks
C:\Programming\Flutter\evolve.dart_tool\flutter_build\05b2082c595a511f3265f97725e17ff1\app.dill
[ ] [ +1 ms] android_aot_release_android-arm: Starting due to {InvalidatedReason.inputChanged}
[ ] [ +1 ms] executing: C:\flutter\bin\cache\artifacts\engine\android-arm-release\windows-x64\gen_snapshot --deterministic --snapshot_kind=app-aot-elf
--elf=C:\Programming\Flutter\evolve.dart_tool\flutter_build\05b2082c595a511f3265f97725e17ff1\armeabi-v7a\app.so --strip --no-sim-use-hardfp --no-use-integer-division
--no-causal-async-stacks --lazy-async-stacks C:\Programming\Flutter\evolve.dart_tool\flutter_build\05b2082c595a511f3265f97725e17ff1\app.dill
[ +497 ms] [ +544 ms] Running command: C:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\flutter\bin\cache\artifacts\engine\windows-x64\const_finder.dart.snapshot --kernel-file
C:\Programming\Flutter\evolve.dart_tool\flutter_build\05b2082c595a511f3265f97725e17ff1\app.dill --class-library-uri package:flutter/src/widgets/icon_data.dart --class-name
IconData
[+1115 ms] [+1013 ms] Running font-subset: C:\flutter\bin\cache\artifacts\engine\windows-x64\font-subset.exe
C:\Programming\Flutter\evolve\build\app\intermediates\flutter\release\flutter_assets\packages/mdi/fonts/materialdesignicons-webfont.ttf
C:\flutter.pub-cache\hosted\pub.dartlang.org\mdi-3.0.0\fonts\materialdesignicons-webfont.ttf, using codepoints 985356 983560 987805 986643 984481 984598 984597 983561 983132
983107 983476 984043 983382 983497 987944 987945 987946 987947 983043 983042 986081 983044 983045 985936 985937 985938 985939 985940 983046 985396 987146 983047 987871 987872
987287 987288 983048 986082 985737 985738 987336 983049 985941 985942 985943 988016 988017 983050 987905 986779 984625 988018 984764 987131 985161 985944 984501 985241 986083
983051 986084 987486 987487 983053 985836 983054 985285 987646 984531 986085 983055 983056 985088 987658 987659 985091 986345 983057 986086 983058 986087 983059 983060 985089
985945 985946 983061 985837 983062 985397 984624 987337 983063 986088 985739 985740 987437 983065 984267 986339 987338 987912 987914 987915 987913 984523 983066 985398 987037
983067 986435 986540 987289 988262 986436 986089 983068 987147 983069 984532 983070 984533 985163 983072 984974 983073 984975 986090 983074 986737 986738 983075 983076 984718
983077 983078 983079 986340 983080 987629 987630 984534 984765 986341 988347 988350 983081 986342 984935 986343 983082 988346 988349 988348 988351 987598 987599 985242 987339
987587 987586 987588 987589 987590 987591 984766 987736 983083 985838 985864 986091 986092 986093 985839 985865 986094 986095 986096 985840 985866 986097 986098 986099 985841
985867 986100 986101 986102 985842 985868 986103 986104 986105 985843 985869 986106 986107 986108 985844 985870 986109 986110 986111 985845 985871 986112 986113 986114 985846
985872 986115 986116 986117 985847 985873 986118 986119 986120 985848 985874 986121 986122 986123 985849 985875 986124 986125 986126 985850 985876 986127 986128 986129 985851
985877 986130 986131 986132 985852 985878 986133 986134 986135 985853 985879 986136 986137 986138 985854 985880 986139 986140 986141 985855 985881 986142 986143 986144 985856
985882 986145 986146 986147 985857 985883 986148 986149 986150 985858 985884 986151 986152 986153 985859 985885 986154 986155 986156 985860 985886 986157 986158 986159 985861
985887 986160 986161 986162 985862 985888 986163 986164 986165 985863 985889 986166 986167 986168 987948 987949 987950 987951 987952 987959 983084 987148 987149 987150 984535
983085 985286 983087 986344 985741 983088 987573 983089 983090 985742 983091 986437 983092 985399 985400 985401 984754 984767 984536 985743 985402 985744 987290 987417 985243
987151 987291 987735 983093 983071 983094 983096 983095 984626 984627 984628 984629 984630 983097 984596 986541 986542 987038 987039 983099 986438 985287 983100 987737 987738
987739 987740 987662 987095 987094 983101 983102 983103 983104 983105 983106 985527 985528 985529 985530 983108 984978 985164 984979 984980 984981 985165 985531 985532 985533
985534 983109 984878 984879 984880 983111 983112 983113 985535 984768 986331 986332 983114 983115 983110 983116 984982 985166 984983 984984 984985 985167 987483 983117 984881
984882 984883 983119 983120 983121 985536 984769 986333 986334 983122 983123 986739 986740 985537 983118 983124 984884 984885 984886 983126 983127 983128 985538 984770 986335
986336 983129 983130 983125 985403 985404 983131 985539 986741 986742 985540 985541 986743 986744 985542 983133 984887 984888 984889 983135 983136 983137 985543 984771 986337
986338 986745 986746 985544 983138 983139 983134 987484 985947 985636 983140 984772 983141 985092 986439 984936 986747 983142 985405 987574 985168 988030 983144 983145 983146
983147 986639 985288 986440 986441 988174 986442 986443 986444 986445 986446 986447 986448 986449 986450 986451 986452 986453 986454 986455 986456 985637 983148 986937 986938
988128 984719 987040 986748 986749 983149 983150 985948 986750 986751 983151 986837 986838 986535 986536 986537 986637 986638 986538 985169 986939 986469 986940 986941 986640
986641 986642 986942 985638 985545 985546 986169 986170 986543 984693 983152 986544 986752 986545 986546 985639 985640 985641 983153 987702 983154 983155 985949 985950 983156
985170 985171 987523 983158 983159 987521 983160 985094 986171 986172 985951 983161 983162 985406 983163 985407 983164 985408 983165 985409 983166 985410 983167 985411 983168
985412 983169 985413 983170 985414 983171 985415 987340 987341 985416 985417 983172 985244 983173 983174 983175 983176 985245 983177 985246 983178 983179 987814 987812 987813
985247 985095 985096 985097 985098 985099 985100 985101 985102 985103 985104 985105 985106 987663 987664 987665 987811 987809 987810 983180 983181 987741 987742 983182 983183
983184 983185 985418 985952 983186 986346 987689 987690 987691 987692 987693 987694 984720 987695 987696 987697 987698 987699 987700 983779 987092 987091 985248 987090 987089
983193 987088 987099 987245 987246 987041 987042 988141 987342 983192 987916 983194 986457 986753 988135 988136 987621 987622 986458 986459 988137 988138 983195 985745 983196
983197 985746 988139 988140 983198 983199 983200 985747 983201 985547 986644 987292 987701 983203 987423 987152 985953 985954 983205 983206 983207 983208 985107 983209 986347
983211 983212 987153 983213 983214 986348 983215 983216 983217 983218 983219 983220 983221 983222 983223 983224 986349 986547 984721 984773 983225 983226 988077 988078 984605
983202 987247 984986 984987 984537 985748 985355 983227 984118 983143 983229 985955 984538 983230 985956 986754 986755 984539 985749 985822 985751 985750 984266 986756 986757
983231 983228 983232 983233 988027 985548 985549 986645 986646 983234 988025 985550 985551 983235 983237 983236 983238 988026 987743 986758 986759 986760 986761 986762 986763
986764 986765 984540 987343 984774 983239 985249 983240 985250 983241 983242 983243 983244 985251 983245 985252 983246 983247 985253 983248 983249 985254 983250 987248 987249
988003 987250 987438 987439 987440 987441 987442 987443 985172 987920 984696 983694 984599 983780 983721 983251 983252 983253 985930 984631 985957 985552 985553 986350 986351
984600 983254 986352 986353 983255 987934 987344 987345 983256 986173 985752 986174 985642 986175 985108 985643 986176 985644 986177 985645 986178 983257 986179 988308 988309
983258 983259 983260 983261 983262 983263 983264 983265 986354 983266 983267 988181 988182 985419 984601 984440 983268 985646 985647 985648 986548 985890 986355 983269 983270
985891 984541 985289 987879 987906 983191 983271 985753 984988 984989 985290 984990 987666 986943 984991 984992 987154 987155 987156 988052 983272 986549 983273 983274 983275
983276 985754 983277 986839 986840 985649 987444 987445 983278 987251 985958 983279 986180 983280 985255 985892 985554 985893 986460 986647 986648 983281 983282 985650 985959
983283 984722 984697 985960 983521 983555 983284 986181 985420 985555 986766 986767 983285 986182 983286 985651 985652 986841 986842 983287 983288 983289 983290 983291 983292
983295 983296 985291 984723 985961 983297 985962 983298 983299 984993 985292 983300 984994 984995 984996 984997 984543 986461 983301 986843 986844 983302 983303 986649 986650
983304 985162 983305 986550 986551 986845 984890 984546 983306 984998 985755 983307 987157 987158 988082 988083 986651 983308 986183 986184 986462 986463 987159 987043 987160
988108 983309 984999 987161 986464 986465 986466 985963 987293 985964 986185 985000 985001 987582 985965 986186 986187 986188 985293 985966 986652 986467 985002 987044 987045
987046 988109 986944 985003 985004 986189 986468 987162 983310 987163 987164 988352 985005 985967 984530 986539 983715 984795 983438 986776 986777 986778 985968 985969 985970
985971 985972 985973 985974 987647 987648 987252 987253 985975 985976 984632 985294 985295 987165 985296 984633 984634 985297 984775 983311 983312 986470 986190 986471 986472
984683 983313 983314 986473 983315 983316 983317 986552 987744 983318 987745 985756 986356 987746 987510 983319 985556 983320 987166 983321 986653 984970 983322 983323 985006
984937 983324 983325 985557 983326 988055 985425 983327 985421 986945 983328 985422 983329 983330 985423 985299 987346 986768 987864 985424 987167 985653 983331 985426 985298
985109 986357 987418 983332 987528 986952 983333 986191 983334 983335 986769 983336 984938 986192 987047 984547 985007 985008 984684 983337 983338 984939 985009 985300 987667
983339 988032 987615 987616 986770 984685 984686 986771 986772 985977 985978 987849 988176 988179 986846 988175 988178 985979 987850 988177 988180 987857 987858 983340 983341
986654 986193 986194 984544 984545 984977 986195 986196 985173 986655 986656 986657 985757 983342 983343 983344 987884 987885 983345 985174 983346 983347 983348 983349 983350
984635 984636 983351 983352 984637 984638 983353 983354 987650 987649 987651 987833 988142 985980 983355 985180 985175 985176 985177 985178 985179 983356 983357 983358 983359
983360 985558 985559 985894 985895 983361 985560 985561 985896 985897 983362 985562 985563 985898 985899 986553 986554 986555 986556 983363 985564 985565 985900 985901 985010
985011 985012 988263 984602 985427 986358 983364 987529 988187 984933 986773 985301 986774 988053 988054 985566 985912 984725 987347 984934 985758 985759 985760 985761 985762
985763 985764 985765 985567 986658 983366 985654 985655 983367 983368 986197 983369 986359 983370 986198 983371 986360 986361 986362 986199 986200 983374 987747 987748 985256
987749 987750 984776 987415 987348 987349 987751 987752 983372 986201 987753 987754 986202 984913 987935 985181 985182 983373 987755 987756 985656 986203 986204 983375 985428
985429 984526 987048 987049 986775 983377 983378 983379 983380 983376 983381 988230 988242 988233 988245 988227 988239 988226 988238 988231 988243 988223 988235 988229 988241
988228 988240 988232 988244 988225 988237 988234 988246 988224 988236 983383 986205 986206 983384 983385 984618 985219 983386 983387 986207 983388 983389 984777 988056 983390
986557 983391 985568 985013 983392 987852 983393 983394 985981 987633 987634 983396 983395 983397 983398 985657 984362 985430 985431 984639 987862 985014 983399 985982 985110
987168 987294 983400 983401 987350 983402 983403 983404 983405 984614 983406 983407 983408 983409 983410 987351 983411 983412 984724 983413 983414 987295 987050 987051 984778
983415 987918 985983 984211 984212 987613 987614 988110 988111 985275 988254 988255 988256 988257 987227 987228 985302 984640 985766 985767 983417 986659 986667 986660 986661
986662 983418 983419 983420 983421 983422 985569 985570 985571 985572 983423 983424 987583 987844 985658 985659 985183 983425 983426 985573 983427 983428 983429 985111 983430
987169 987170 984542 983431 985660 985661 983432 985184 985185 983433 983434 988306 988307 983435 985984 985985 983436 988034 987296 983437 985015 985257 986208 987352 986474
983841 984072 984779 984504 985662 985663 985664 983439 983440 983441 983442 983443 986946 986947 983444 986948 988251 988252 986363 986364 986663 986664 985112 984603 985902
983445 983446 983447 985986 985987 983448 984008 984550 985432 985016 988143 988281 983449 983450 986847 986848 985186 984692 986475 987119 988112 988113 986849 986850 984744
986558 987052 987053 987120 983452 987121 984548 983451 987122 984694 987123 985768 987054 987055 987124 983453 987125 985303 985090 984442 984443 986476 986477 983454 983455
983456 983457 984726 983458 983459 983460 986949 987446 983461 987600 985433 985903 983462 988188 988189 983463 985988 983464 983465 983466 984549 988029 987919 983467 986950
986951 985434 985187 985188 985989 983468 985018 985019 983469 987925 983470 986209 983471 985020 985021 985189 983472 985574 986780 983473 985022 983474 985023 983489 987499
983416 984698 988288 985436 983488 986365 986366 987431 987432 983487 983486 983485 984551 983484 985769 985990 985438 985437 985770 987894 983483 983482 984514 986368 985190
986369 986367 985304 985305 985991 985306 983481 983480 983479 984940 984941 987297 987298 987299 987300 983478 983477 987301 987302 984707 985992 984780 986781 984552 985993
987303 987304 985575 985113 984553 986210 983475 983490 987705 985439 983491 985024 983492 985576 983493 985771 983494 986478 984727 983495 987056 987430 984604 986211 986212
986213 985994 985995 983496 983498 987466 983499 987467 983500 987468 983501 987469 983502 987470 983503 987471 987475 984943 987476 985191 987477 984554 987472 984555 987473
984557 987474 984556 984942 987478 987703 985025 983504 984641 984558 983505 985440 984687 985772 987576 987577 983506 987593 987592 987594 987595 987596 987597 986559 986560
986561 986562 986563 986564 986565 983508 983509 985665 984708 983510 985996 984728 984729 987305 987306 987307 987308 985192 985666 985667 985773 985668 984755 986782 983511
986479 987309 987310 988190 987171 985026 985114 985115 987311 985116 987878 985193 985774 983512 985027 985997 983513 985028 985998 984730 983514 988258 988259 988260 988261
987936 987937 985577 984820 986214 987312 987313 985999 983515 983516 987888 986000 983517 987889 986370 986953 983518 983519 986954 986955 983522 983523 983524 983525 983526
986215 985029 985669 983527 987921 984781 988167 984782 988166 988168 988164 983528 988163 988165 985775 985776 988144 988145 988146 985578 983530 986001 986783 987353 987172
985030 983531 983532 983533 987842 988033 987841 986784 986785 983534 984783 986434 986371 985777 985778 986851 986852 983537 986002 986853 986854 986855 986856 987057 988131
988132 983535 986857 986858 984559 983536 985579 985580 987354 987355 985441 985442 987356 987357 987847 987848 984560 985904 984756 986216 986217 986218 987358 987359 986219
983539 986220 986221 986222 984731 986223 983540 986224 984732 986956 986957 986225 983541 986226 986227 987668 987669 986228 983542 983538 983543 986229 986230 983544 983545
986231 986232 986233 983546 985670 985671 983547 987360 983548 983549 986786 986787 983550 984642 983551 988057 987840 987839 986234 985779 985194 983552 983553 983554 984561
983556 987173 983557 987704 985672 983558 985780 985781 985262 987058 985443 985444 983559 986003 986372 986373 986004 986005 987174 987175 984785 984784 985195 985196 985197
985198 983562 988125 988127 988124 988126 983563 984643 986480 986006 984644 987254 986235 987255 987256 983564 983566 985905 983567 983568 988268 988269 988270 988272 985117
988271 988273 988274 988275 988276 983569 986481 986374 987640 984786 983570 984787 985673 985674 985307 988353 986788 983571 983572 984891 987176 985675 985676 985782 986859
986860 986566 986567 987526 987527 983573 987177 983574 986665 987873 987874 983575 987178 983598 987179 987259 987260 985258 983576 986789 983577 986568 986569 985582 985445
985446 987623 987624 983579 983580 987180 987181 983581 987182 986570 986571 983582 986007 984595 983583 986800 983584 987183 987524 987525 987511 987512 983585 987184 985785
987185 983586 987186 983587 986666 983588 983589 983590 987059 986669 985118 987187 987513 987514 984914 986861 983591 983592 987188 987189 983593 985199 987190 985368 984385
986008 987191 985906 985907 984688 987192 986236 986237 983594 987193 987257 987258 987194 987195 987060 987061 987670 987671 986238 987361 987362 987363 987364 986239 984645
988114 985308 987196 985677 985678 983595 986668 983596 983597 987197 987198 983599 983600 983858 986392 983601 983602 987365 987366 986862 986863 983603 986864 986865 983604
983605 983606 987410 987411 987199 985119 984788 983607 986801 983608 986866 987447 987448 987449 985259 985447 983609 986670 986671 986672 983610 988147 986867 986868 986869
986870 983611 983612 986009 987314 983613 986010 987315 986011 987316 983615 983616 983614 986482 983617 986871 986872 983618 985120 983619 984789 984699 983620 983621 983187
983188 987706 987707 988148 988149 983189 987708 987709 987710 987711 987712 987713 988150 988151 983190 987714 987715 987716 987717 987723 987724 987725 987726 987907 987367
983623 983624 987368 985309 987200 987201 985121 983625 985583 983626 985584 986376 985585 985586 986958 986959 986960 986961 983627 983628 986012 986572 986573 985786 985787
987263 987264 983629 987369 985310 986574 983630 987370 987371 987317 987318 983631 987319 987320 985260 985261 986240 987372 983632 983633 987757 987758 983634 987718 983635
983636 983637 988286 988287 987993 987994 985200 986241 984944 986575 983638 983639 986013 986377 986378 984905 984386 983640 986014 985448 985449 987261 987262 984733 988115
988116 986015 987062 987063 986379 986380 987875 987876 986242 986243 983641 987373 984811 985017 983098 983642 983643 986244 985032 988191 988264 988265 988192 984562 984563
988266 988267 983644 988133 986962 983645 983646 983647 985033 988160 988161 987285 984590 987997 985077 984915 983648 983649 983650 984916 983651 984917 985788 984646 983652
983653 983654 986673 987923 984734 985311 983655 983656 983657 983658 984790 985587 985588 983659 983660 983661 983662 983663 983664 983665 983666 983667 983668 984606 984607
984608 983669 983670 983671 985908 985909 985910 987064 987065 987066 983672 984520 984521 983673 986576 986802 983674 985450 984918 983675 986381 987759 986803 984791 983676
983677 984792 983678 987560 984919 987559 984746 984735 983679 983680 983681 983682 983683 983684 987067 987068 986483 987069 986484 987070 987071 986674 986382 986383 986384
986385 983685 983686 984564 983687 984609 984610 984611 983688 983689 983690 983691 983692 985122 983693 986485 985451 986386 986387 985312 986804 983696 987569 987570 983698
987567 987568 983695 983697 987202 988152 987203 988153 987204 987205 987206 987207 985034 983699 983700 983701 985201 987265 987266 986245 988205 986246 988204 983702 986675
986676 986677 986678 986679 986680 986681 986682 986683 986684 986685 986686 986687 986688 986689 986805 986806 986690 983703 986807 987374 986577 984793 985202 987861 984794
987860 987859 984647 983704 988169 988170 986808 983705 985313 987497 985314 985315 985316 987498 985317 985318 985319 986691 983706 985203 985204 985205 983707 983708 983709
983710 987455 987456 983711 985320 985035 984892 985789 985790 986486 984893 985791 984894 984895 984896 985792 984897 987817 987816 986487 984898 984899 983712 985589 986488
986692 983713 983714 983716 986016 983894 983717 983718 987414 987917 983719 983720 985206 983722 987863 985321 983723 983724 986489 986490 986017 987727 985123 987556 987267
984710 986491 983725 986247 985036 985037 983726 983727 983728 983729 983730 983731 983744 987638 983732 983733 988002 983734 983735 985452 983736 983753 985124 984796 985590
984565 987208 983737 984797 983740 983741 986809 985591 986248 983743 984736 986492 987209 987210 985207 986018 984648 985453 985454 983745 984920 983746 986693 987530 983747
984945 983748 983749 983750 985125 985793 987375 987376 986019 984709 985322 987938 987939 985679 987377 986694 985680 985681 985682 985683 985684 983751 985685 986695 986696
988063 986963 987454 987672 983752 985455 983754 987211 987212 986020 986249 986493 986494 987998 987960 987961 987962 987963 987964 987965 987966 987967 987968 987969 987970
987971 987972 987973 987974 987975 987999 987976 987977 987978 987979 987980 987981 987982 987983 987984 987985 983755 985456 983756 985038 983757 983758 983759 983760 983761
983762 983763 983764 986388 985457 985458 986873 984799 984798 984800 988207 988210 985686 985687 984921 988212 983765 988206 988209 984566 988208 988211 985794 983766 984971
983767 984613 984821 986250 986021 986022 987815 983768 984801 987378 983769 985795 985796 985797 985798 985799 985800 985801 985802 985039 985208 984567 986495 985459 983770
985209 985210 983771 983772 985126 985211 986810 985040 985041 985042 987213 986389 986390 985263 987481 987482 987035 986874 986578 986496 986497 986498 986499 986500 986501
986502 986579 986580 985127 987036 987729 987730 985323 985324 984568 985460 988117 983773 984737 985461 988118 987719 988119 987435 988080 988081 986964 986965 983774 986023
984802 984803 983775 987379 987380 985688 987126 983776 987127 983777 983778 985128 988280 986391 985129 983782 988043 983783 984649 985689 985690 985691 984650 984651 984652
984653 985692 988044 983784 985693 986875 986876 985694 984527 988045 984900 987986 987940 987941 987877 985130 986706 986877 987072 986878 987953 987954 986251 987381 987382
987383 987384 986252 987385 987386 987387 987388 983785 983786 983787 983788 987073 983789 983790 987619 987620 983792 983793 986879 986880 983794 983795 983796 983797 983798
983799 983800 986697 988185 985592 983801 983791 985131 987601 985462 985212 988184 985463 985464 986253 986254 986255 983802 984711 983803 987760 984017 987761 987762 987763
985264 986024 987764 984569 988193 988194 983157 984804 983804 983805 984654 983806 987214 983809 986698 987880 985695 985696 986256 986257 985465 987215 987321 986581 983810
986881 986882 983811 985213 983812 985466 987903 986503 985132 983813 984570 987927 987928 987931 987932 986966 987929 987930 987904 983814 987922 983815 987551 983816 986582
983817 983818 987550 983819 987074 983820 983821 983822 983823 987831 987819 987828 987829 987830 987820 987821 987822 987823 987824 987825 987826 987827 983824 986699 985467
983825 985593 985594 987216 983826 983827 987389 984901 987995 985595 985596 983828 987390 983829 988021 988022 985803 985804 983830 987882 987883 985805 985806 985133 984615
984757 983831 987818 983832 983833 983834 984689 984690 983835 983836 987674 985043 986258 983837 985911 983838 987673 985265 983892 986971 983839 983840 985044 986413 985807
984805 984806 984691 983842 983843 983844 984807 983845 985808 988292 986883 984134 986967 983847 985045 983848 986700 983849 985597 985598 986701 986702 987654 987655 986968
986969 984655 983850 986259 987866 987865 986583 986584 983851 983852 983853 985046 987217 983854 983855 983856 987517 985468 985469 983857 986025 987075 985214 985470 983861
987656 987657 987765 987843 987731 987853 987854 987732 987733 987855 987856 987734 986703 986704 984808 984809 983862 985599 985600 988171 988172 988278 983863 986394 986395
986396 986397 987322 983864 986260 983865 987391 983866 987392 987393 983867 983869 985325 988085 985697 984946 987076 987077 983870 985326 988058 985471 983871 988059 988060
983872 987078 987079 983873 984810 984571 985327 984947 985266 985047 985048 983874 984572 983875 984573 986970 983876 983877 983878 987268 983879 983880 983881 985472 983882
985698 984812 983883 985699 984813 987660 987661 987766 986811 984814 986504 986505 986506 986507 986508 986509 986510 983885 986812 986813 986398 986399 985601 983886 986885
986886 986261 987899 983887 985328 987394 987867 987869 984656 987897 983888 987767 983889 987901 985049 986400 984657 987896 986887 986888 983890 987900 986889 987898 986890
987868 987870 987395 985473 985474 985475 985476 985477 986026 983891 984658 986585 983893 985809 985478 983895 983896 986262 987080 987081 987269 987082 987083 986263 986264
984616 985479 987942 984815 987515 983899 983900 983901 984758 983902 985602 986027 983903 985603 985700 985701 983904 984759 986972 983905 983906 985604 987890 987891 987892
987893 984738 984739 984817 987506 983907 983908 987500 987084 987501 987502 987503 983909 984659 987323 983910 987504 983911 983912 984816 987505 983913 987507 987508 987085
987509 983914 983915 984617 985050 985051 985052 983916 985267 983917 983918 985268 983919 983920 983921 984660 983922 988046 985093 987093 983204 985480 983529 987728 988047
983808 984006 984010 984903 986402 988048 988049 983739 984592 985630 984499 985633 988050 984505 984506 984907 985634 984908 984909 984910 984911 984912 986735 984507 986736
984969 986265 988195 986973 986974 985329 985330 986586 983923 985605 985606 983924 983925 987457 987458 984818 983926 983898 985811 988249 988250 983927 983928 986266 987645
986511 985215 985053 986028 987902 985060 983929 985481 985482 987396 985607 987846 988084 986587 983930 986512 986705 988291 986975 986976 986588 986977 986978 986979 986980
986981 986982 986983 986984 987270 983931 987924 986401 986513 988213 983932 983933 985483 983934 983935 983936 984661 984662 983937 987426 987427 987428 987429 987086 987087
986589 985054 987602 987603 985484 983938 983939 985055 988154 988155 985056 984922 986985 986986 986987 986988 986989 983940 983859 986884 983941 983942 985812 986990 986991
986992 983943 984574 984575 983944 986993 983945 986994 983946 986995 986996 986590 983947 986997 983948 986998 983949 986999 984923 987000 987001 987002 987003 987004 986591
985331 985216 983950 983951 983952 984525 986891 983953 984902 984819 986267 986268 986269 985332 985333 985334 985335 985336 985337 985338 985339 985340 985341 985342 983956
983957 986892 986893 987137 987138 987139 987140 983958 986707 983959 983960 986708 984948 988051 985057 984491 984877 987397 983961 987518 985485 985486 983962 984760 984761
983963 983964 983965 983966 987607 985134 986709 986815 983967 984823 984740 985058 983968 985913 983969 986894 983970 983971 986270 986271 985914 983972 986895 983973 983974
986272 986273 987113 987005 987114 987115 987006 987116 987117 985915 983975 986896 983976 983977 986274 986275 985916 983978 986897 983979 983980 986276 986277 985917 983981
986898 983986 983982 986278 986279 985918 983985 986899 983983 983984 986280 986281 985919 983987 986900 983988 983989 986282 986283 985920 983990 986901 983991 983992 986284
986285 985921 983993 986902 983994 983995 986286 986287 985922 983996 986903 983997 983998 986288 986289 987118 983999 986904 984000 984001 986290 986291 987218 984824 984002
987398 984700 986592 987881 987450 984003 984004 984825 984949 984005 987675 985489 984007 986905 987219 987128 984009 986029 985217 984524 984011 984012 986030 984013 984014
983064 983565 986375 983742 985487 988036 985488 984389 984390 985923 984015 984016 987220 987141 984018 986031 984019 984020 984021 984022 984023 984576 984577 984826 984827
984828 987007 984829 984830 986032 986033 986034 986035 988183 988215 988220 988217 988222 988218 988214 988219 988216 988221 984024 984025 986636 985269 987996 987221 986036
986037 986038 986039 986040 986041 986042 986043 986044 986045 986046 984026 984027 984028 984029 984030 984031 984032 984033 987479 987480 984034 986292 986293 984035 987222
985059 986593 987488 987008 985218 984036 984037 984038 984039 984040 984041 984663 986710 985220 987132 987133 987135 987134 984042 986594 986595 986596 986597 986598 984044
987460 987461 984045 984831 984950 984046 986599 986600 986601 984047 986602 986294 986603 986604 986605 986606 987987 986816 984833 984832 984048 987768 985270 986403 986404
984049 984050 986906 987534 984051 987535 987324 987536 987561 987562 984578 987769 984052 987537 984053 987538 984054 987522 984055 987539 984056 987540 984057 987541 987542
987543 984664 987544 984058 987557 986607 987558 984059 987545 986608 984060 987546 984665 987547 985135 987548 987563 987564 985221 985222 984061 987549 984062 984063 984064
986609 984701 985271 986711 986712 986713 986714 985223 985224 984065 987142 987143 984066 984834 984067 984068 985392 985393 984069 984070 988186 984071 985813 985814 985061
985062 985225 987988 985608 984835 985226 984073 984074 987770 986393 988134 984075 984076 984077 985227 986295 986907 984078 984079 985343 984519 985344 984080 986296 986297
984081 984082 984083 986610 984762 984085 984086 983860 987459 984836 984087 983884 984088 984089 985490 985491 988361 984090 986298 984091 984837 987628 985492 986405 986406
986407 986408 986514 984093 985609 985136 984094 987495 987496 984095 984096 987771 988355 984097 984582 984098 987144 987145 986299 983781 984667 984695 983807 984666 983846
984099 984100 987519 984101 985345 985346 985347 984741 984742 988196 988197 984102 985348 984103 985349 987399 985063 987400 987401 985064 985065 985350 985610 984838 984104
984105 984106 984107 986715 987584 987585 986716 984108 987462 988248 986717 987223 988247 984839 985611 984579 984580 984109 986300 985493 985494 987402 985495 985496 986301
984110 984111 987991 987992 987096 984743 984112 988162 986047 986908 986909 984113 988198 988199 988371 988377 988372 988378 988369 988375 985702 988368 988374 988370 988376
988373 988379 985497 984581 984114 985272 987532 987531 987533 984115 984116 984117 985612 985613 986409 985351 986515 986516 984119 984120 985815 985816 984121 986302 986303
984122 987676 984123 984124 986817 984125 984126 988357 988358 986304 986305 986910 984127 984128 984129 984130 984131 984132 984133 984840 984135 984137 984138 986818 986819
985498 984139 986718 986719 984140 988061 984141 987419 984142 984143 985614 985615 984144 988023 984145 985703 988310 988311 988312 988313 988314 988315 988316 988317 988318
988319 988320 988321 988322 988323 988324 988325 988326 988327 988328 988329 988330 988331 988332 988333 988334 988335 988336 988337 988338 988339 988340 988341 988342 988343
988344 988345 984146 984147 987403 985228 984148 985273 986820 986821 986822 984149 984712 984713 984150 984151 984152 984153 984154 984155 986911 987566 986912 984156 985924
985925 985704 984157 984158 984841 987404 986517 985499 987405 984159 986410 986518 987641 984842 984843 985616 988380 984844 985617 988381 984160 985066 985067 986720 984161
984162 987224 984745 985926 987639 987635 984845 985352 984163 988382 988383 988079 987943 986411 983365 986412 983086 986048 987272 987281 987273 987274 987275 987276 987277
987278 987279 987280 985229 986519 986823 984164 984165 984166 986520 984167 984168 984583 987618 987271 984169 985705 984170 987225 984584 984171 984172 986913 988277 986521
984173 986306 986814 984846 984174 987604 986414 986415 985706 987772 987773 986416 986824 984175 985230 985068 984176 985353 984177 985274 986721 988282 984585 984178 984529
984179 987226 988120 984747 985354 986825 986826 984180 987520 985707 987625 987774 987775 984181 984184 986611 986612 986613 986614 986615 984182 986049 984183 986050 986051
984185 984186 987097 984847 986307 984187 984188 984189 984190 984191 984192 986308 987721 984193 984194 986309 984195 984196 986722 988157 988158 986723 986827 984197 984198
986417 985817 985708 987010 984199 987776 987777 987778 984200 987098 987652 984201 985709 986418 986914 987779 987781 987780 984951 987653 987926 984202 987489 987490 986616
986617 987491 987492 985069 987494 987493 984668 984203 984204 984205 984206 984207 984208 984209 984210 984952 984953 984954 984955 984956 984957 988384 984958 984959 988385
988253 985503 985710 987406 987407 985137 984669 985138 987642 984213 984670 984671 984672 984214 987636 987637 987565 986915 986916 985394 984215 986310 984216 985231 985618
984763 986311 986828 986829 988122 988123 987011 984421 986312 986313 986314 987552 987553 988000 984960 984714 986315 986052 986053 986419 986420 985501 986316 985502 985500
984217 985818 985819 983210 983520 985820 985821 986522 987451 987452 987229 987230 987554 987555 985139 985927 985928 986618 984218 984219 987605 987012 984848 984849 985504
985505 984220 984221 984222 984223 988031 984224 984619 984225 984961 987136 987100 987101 987416 984962 984226 984850 984851 984852 985711 985276 985277 985278 985279 986724
984853 984854 984963 984586 986619 986620 986621 986622 985929 984227 987102 984228 985712 984229 984230 984231 984232 984233 987933 985823 985435 984234 988070 988069 988068
988071 988067 988072 988066 988073 986421 988354 986422 986423 987908 987909 987910 984235 986917 984236 986918 984237 984673 984674 986919 984238 984675 984676 986920 984716
986054 986055 986056 988359 988360 984239 984240 984241 987103 987104 984242 984243 986623 986624 987412 987413 987325 987326 987327 987328 985713 983954 984244 984245 988173
988200 984246 987911 984855 986921 987851 986922 984247 984248 985140 984249 986523 986524 985714 987282 984717 984084 984250 984509 987464 984511 987465 984251 984252 988037
988038 988039 988040 984253 988041 985357 988042 985810 984254 983868 984255 986317 986318 987463 984256 984620 988367 988363 988362 988365 988364 988366 984856 984857 984858
984859 984860 984861 984862 984257 984621 984258 986319 986320 985070 988156 986321 986322 986057 988035 986725 984259 985506 986424 984260 984863 984261 987013 987014 984262
987626 987627 986058 988201 984263 984264 984265 984677 985824 987231 987232 986726 986727 984932 985619 985620 987886 987887 984931 984964 985507 985621 988283 985825 985280
984587 984268 983897 987129 984864 984269 988062 987838 987837 986425 985071 984270 985715 987782 987783 985716 984271 985508 985509 985826 985827 983622 984272 984273 984274
985828 985829 987631 984275 984276 985358 984277 984278 984279 984280 984281 988004 988005 988006 988007 988008 984528 984965 988009 988010 988011 988012 988013 988014 988015
984282 987283 984283 984678 984679 984284 984285 988001 985031 987329 984286 987606 986923 986924 987834 987835 984588 984589 985622 985623 984748 986525 984287 984966 984288
984517 985072 985073 985074 985075 984865 984289 986061 987105 987106 985281 984290 986062 987107 987108 985282 984291 984292 984293 984967 987955 987956 987957 987958 985830
984294 984295 988024 984296 984297 985931 984924 985932 984298 984299 988089 988090 988091 988092 988093 988094 985624 988095 987233 988096 988097 988098 985141 984300 984301
984302 984303 984304 987284 988099 984508 987677 987678 988100 988101 984305 987015 987016 988102 985510 988103 988104 988105 985142 988106 985717 988064 985718 985143 984306
984307 984308 984309 985359 985144 988202 988107 988065 986728 984310 984311 985511 986830 984312 984930 984313 984314 984715 986063 985360 987679 984315 987895 987680 987681
984316 984866 987682 984867 987683 987684 984317 988159 986426 987109 985933 984318 986064 985719 984319 986526 986527 985232 984320 984321 985934 984322 987990 985145 985076
985146 987408 984323 985147 987017 986831 987018 984324 984325 984326 986528 984327 984328 987234 984329 984680 985361 985362 985512 983578 986790 986791 986792 986793 985783
985784 985581 986794 986795 986796 986797 986798 986799 987453 988088 984681 985513 985514 984330 984331 984332 987110 984333 984334 984335 986625 986626 986627 987330 984336
987331 986628 986629 983955 985233 985078 985079 984337 984338 984339 984340 984341 984342 984343 984344 988074 985363 984868 988203 984345 984869 984346 986065 987029 987032
987643 987644 987033 987034 986066 987030 987031 986067 986068 988075 984348 984349 988076 984350 984347 984351 984749 984972 984352 987235 987575 986323 984353 984354 985625
985626 985515 985516 985517 987236 984355 983052 984356 987845 984357 986069 984358 986070 984359 984360 986071 985283 984361 987433 987436 987434 986427 987832 985518 985148
984705 984706 987784 987785 987786 987787 987788 987789 987790 987791 987792 987793 987794 987795 985364 985080 985395 985234 988356 985720 988028 984363 984364 986072 985284
984365 987111 984366 984367 987237 986529 986530 984368 986531 986428 986429 987019 984750 985365 985366 984522 986630 986430 985721 985722 987796 987797 987798 987799 987800
987801 984870 984369 986729 984370 984371 984372 984373 984374 984375 988284 986073 984376 984377 986532 984378 984379 984380 984381 986324 987802 984382 987803 984968 987804
984871 987286 985723 984383 985724 984384 985367 987578 987579 984622 984682 986325 986326 986327 984387 984388 984391 985519 986925 986074 984392 987332 987333 985081 984393
984394 985520 988130 988129 984395 984396 984397 984398 984928 984399 984929 984400 986832 984751 985521 984401 984752 984402 988019 988020 985149 984822 986328 987334 987335
986631 984403 987806 987807 987632 987238 987239 987240 985082 985083 985084 987617 985831 987409 984404 984405 985832 984406 984407 984408 984409 984410 984411 984412 985235
984413 984414 987112 984415 984416 984417 987685 987686 987687 987688 984906 984518 984418 983041 984419 984420 985627 984422 986329 984423 985085 988121 986833 985150 985369
983293 983294 987241 987242 985370 985151 985152 985153 987020 985154 985522 983738 984424 986075 986076 985523 983507 985371 984425 984976 985628 986834 986835 984426 987608
984427 988293 984428 988294 984429 988295 986730 988296 986731 986732 984430 985629 985155 988297 984431 988298 984432 987609 987021 987610 984433 984434 988299 984435 988300
984872 988301 984436 988302 984873 988303 986059 986060 984437 988304 984438 988305 984439 984591 985236 988086 988087 984441 984444 986836 984445 985524 984446 984447 984448
984926 984927 984449 984925 987424 986632 987425 985631 985632 984450 985156 986733 984451 985086 985372 985373 984092 984904 985374 984452 984453 984454 986077 987022 987023
984455 986633 984456 987024 987025 987009 984874 987580 987581 984457 984458 985237 984459 985238 985239 984753 986330 984460 987026 987571 987572 984461 986634 984462 987808
984463 987027 987243 987244 988289 988290 984594 986926 988285 984973 986078 984464 986927 986734 984465 984466 986928 985240 984467 984702 984468 986929 984469 986930 986931
986932 986933 984470 984471 984472 986934 984703 984473 986935 984474 984475 984476 986936 984477 984478 984479 987028 987722 984480 984623 984875 987720 984593 986431 984482
987485 985525 984483 984484 985526 987836 984485 984486 984487 984488 984876 987989 984489 984490 986635 985375 985376 985377 985378 985379 985380 985381 985382 985383 985384
985385 985386 985387 985388 985389 985390 985391 984492 986533 984493 984494 987611 984495 984496 984497 987612 984498 987420 987421 987422 985833 986534 988279 984500 984502
986079 984503 986080 985157 985158 984510 984512 985087 984612 985935 984513 984704 987516 984515 985160 985159 986432 984136 985834 985835 986433 984516 987130 985635 985725
985726 985727 985728 985729 985730 985731 985732 985733 985734 985735 985736
[ +33 ms] [ +5 ms] Running font-subset: C:\flutter\bin\cache\artifacts\engine\windows-x64\font-subset.exe
C:\Programming\Flutter\evolve\build\app\intermediates\flutter\release\flutter_assets\packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf
C:\flutter.pub-cache\hosted\pub.dartlang.org\font_awesome_flutter-8.10.0\lib\fonts\fa-solid-900.ttf, using codepoints 61707 61442 61453
[ +1 ms] [ ] Running font-subset: C:\flutter\bin\cache\artifacts\engine\windows-x64\font-subset.exe
C:\Programming\Flutter\evolve\build\app\intermediates\flutter\release\flutter_assets\fonts/MaterialIcons-Regular.otf
C:\flutter\bin\cache\artifacts\material_fonts\MaterialIcons-Regular.otf, using codepoints 58962 58963 59377 58838 59360 59058 59664 58879 58886 59390 59822 59757 58882 59378
59371 58891 58897 59683 58717 60059 59367 58719 59536 59242 59999 60120 59050 60062 59690 59828 58881 58885 58883 58876 58956 58972 58796 58731 59771 59872 59870 60028 60031
60071 59109 59639 59087 58727 59041 59123 59499 59407 58974 60115 59546 58922 59834 58798 59052 59809 58799 58926 59372 59375 59725 59203 59846 59859 59322 60030 59137 59495
58791 58792 58933 58804 58915 59528 59526 58715 58928 59343 58957 58958
[ +1 ms] [ ] Running font-subset: C:\flutter\bin\cache\artifacts\engine\windows-x64\font-subset.exe
C:\Programming\Flutter\evolve\build\app\intermediates\flutter\release\flutter_assets\packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf
C:\flutter.pub-cache\hosted\pub.dartlang.org\font_awesome_flutter-8.10.0\lib\fonts\fa-brands-400.ttf, using codepoints 61819 61817 61856
[ +49 ms] [ +105 ms] aot_android_asset_bundle: Complete
[+12108 ms] [+12107 ms] Dart snapshot generator failed with exit code -1073741571
[ +390 ms] [ +435 ms] Dart snapshot generator failed with exit code -1073741571
[+414607 ms] [+414611 ms] android_aot_release_android-arm: Complete
[ +94 ms] [ +131 ms] android_aot_bundle_release_android-arm: Starting due to {InvalidatedReason.inputChanged}
[ +95 ms] [ +10 ms] android_aot_bundle_release_android-arm: Complete
[ +112 ms] [ +132 ms] Persisting file store
[ +2 ms] [ +26 ms] Done persisting file store
[ ] [ +26 ms] Target android_aot_release_android-arm64 failed: Exception: AOT snapshotter exited with code -1073741571
[ ] #0 AndroidAot.build (package:flutter_tools/src/build_system/targets/android.dart:260:7)
[ ]
[ ] #1 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart:801:27)
[ ] #2 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #3 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #6 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #7 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #8 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #9 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #10 Node.computeChanges (package:flutter_tools/src/build_system/build_system.dart)
[ ] #11 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #12 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #13 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #14 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #15 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #16 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #17 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #18 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #19 FileStore.diffFileList (package:flutter_tools/src/build_system/file_store.dart)
[ ] #20 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #21 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #22 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #23 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #24 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #25 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #26 Future.wait. (dart:async/future.dart:414:23)
[ ] #27 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #28 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #29 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #30 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #31 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +1 ms] #32 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #33 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #34 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #35 FileStore._hashFile (package:flutter_tools/src/build_system/file_store.dart)
[ ] #36 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #37 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #38 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #39 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #40 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #41 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #42 Future._asyncCompleteWithValue. (dart:async/future_impl.dart:567:7)
[ ] #43 _rootRun (dart:async/zone.dart:1190:13)
[ ] #44 _CustomZone.run (dart:async/zone.dart:1093:19)
[ ] #45 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
[ ] #46 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23)
[ ] #47 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
[ ] #48 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
[ ] #49 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
[ ] #50 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
[ ] [ +1 ms] Target android_aot_release_android-x64 failed: Exception: AOT snapshotter exited with code -1073741571
[ ] #0 AndroidAot.build (package:flutter_tools/src/build_system/targets/android.dart:260:7)
[ ]
[ ] #1 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart:801:27)
[ ] #2 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #3 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #6 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #7 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #8 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #9 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #10 Node.computeChanges (package:flutter_tools/src/build_system/build_system.dart)
[ ] #11 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #12 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #13 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +1 ms] #14 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #15 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #16 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #17 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #18 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #19 FileStore.diffFileList (package:flutter_tools/src/build_system/file_store.dart)
[ ] #20 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +1 ms] #21 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #22 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #23 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #24 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #25 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #26 Future.wait. (dart:async/future.dart:414:23)
[ ] #27 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #28 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #29 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #30 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #31 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #32 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #33 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #34 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #35 FileStore._hashFile (package:flutter_tools/src/build_system/file_store.dart)
[ ] #36 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #37 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #38 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #39 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #40 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #41 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #42 Future._asyncCompleteWithValue. (dart:async/future_impl.dart:567:7)
[ ] #43 _rootRun (dart:async/zone.dart:1190:13)
[ ] #44 _CustomZone.run (dart:async/zone.dart:1093:19)
[ ] #45 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
[ ] #46 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23)
[ ] #47 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
[ ] #48 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
[ ] #49 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
[ ] #50 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
[ +50 ms] [ +23 ms] "flutter assemble" took 465,736ms.
[ +3 ms] [ +4 ms]
[ ] #0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
[ ] #1 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:238:7)
[ ] #2 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #3 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #6 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #7 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #8 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #9 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #10 FlutterBuildSystem.build (package:flutter_tools/src/build_system/build_system.dart)
[ ] #11 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #12 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #13 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #14 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +2 ms] #15 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #16 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +1 ms] #17 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ +1 ms] #18 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #19 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart)
[ ] #20 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +1 ms] #21 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #22 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +3 ms] #23 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +3 ms] #24 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #25 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #26 Future.wait. (dart:async/future.dart:414:23)
[ ] #27 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +1 ms] #28 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +1 ms] #29 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #30 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #31 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #32 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #33 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #34 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #35 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart)
[ ] #36 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #37 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #38 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #39 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #40 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #41 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #42 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #43 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #44 FileStore.diffFileList (package:flutter_tools/src/build_system/file_store.dart)
[ ] #45 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #46 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #47 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #48 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #49 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #50 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +2 ms] #51 Future.wait. (dart:async/future.dart:414:23)
[ +1 ms] #52 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #53 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #54 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #55 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +1 ms] #56 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #57 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #58 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #59 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #60 FileStore._hashFile (package:flutter_tools/src/build_system/file_store.dart)
[ ] #61 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #62 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #63 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #64 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #65 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #66 Future._complete (dart:async/future_impl.dart:519:7)
[ ] #67 Stream.last. (dart:async/stream.dart:1327:20)
[ ] #68 _rootRun (dart:async/zone.dart:1182:47)
[ ] #69 _CustomZone.run (dart:async/zone.dart:1093:19)
[ ] #70 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
[ ] #71 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:410:13)
[ ] #72 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:420:15)
[ ] #73 _DelayedDone.perform (dart:async/stream_impl.dart:630:14)
[ ] #74 _StreamImplEvents.handleNext (dart:async/stream_impl.dart:730:11)
[ ] #75 _PendingEvents.schedule. (dart:async/stream_impl.dart:687:7)
[ ] #76 _rootRun (dart:async/zone.dart:1182:47)
[ ] #77 _CustomZone.run (dart:async/zone.dart:1093:19)
[ ] #78 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
[ ] #79 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23)
[ ] #80 _rootRun (dart:async/zone.dart:1190:13)
[ ] #81 _CustomZone.run (dart:async/zone.dart:1093:19)
[ ] #82 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
[ ] #83 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23)
[ ] #84 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
[ ] #85 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
[ +1 ms] #86 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
[ ] #87 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
[ ] [ +1 ms] ensureAnalyticsSent: 0ms
[ ] [ +1 ms] Running shutdown hooks
[ ] [ ] Shutdown hooks complete
[ ] [ ] exiting with code 1
[ +31 ms] > Task :app:compileFlutterBuildRelease FAILED
[ +109 ms] FAILURE: Build failed with an exception.
[ ] * Where:
[ ] Script 'C:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 904
[ ] * What went wrong:
[ ] Execution failed for task ':app:compileFlutterBuildRelease'.
[ ] > Process 'command 'C:\flutter\bin\flutter.bat'' finished with non-zero exit value 1
[ ] * Try:
[ ] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[ ] * Get more help at https://help.gradle.org
[ ] BUILD FAILED in 7m 57s
[ ] 1 actionable task: 1 executed
[ +626 ms] Running Gradle task 'assembleRelease'... (completed in 478.1s, longer than expected)
[ +5 ms] "flutter apk" took 481,324ms.
[ +4 ms] Gradle task assembleRelease failed with exit code 1
[ +2 ms]
#0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
#1 buildGradleApp (package:flutter_tools/src/android/gradle.dart:416:7)
#2 _rootRunUnary (dart:async/zone.dart:1198:47)
#3 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#6 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#7 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#8 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
#9 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
#10 _DefaultProcessUtils.stream (package:flutter_tools/src/base/process.dart)
#11 _rootRunUnary (dart:async/zone.dart:1198:47)
#12 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#13 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#14 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#15 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#16 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#17 Future._asyncCompleteWithValue. (dart:async/future_impl.dart:567:7)
#18 _rootRun (dart:async/zone.dart:1190:13)
#19 _CustomZone.run (dart:async/zone.dart:1093:19)
#20 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
#21 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23)
#22 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#23 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#24 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#25 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)

[ +265 ms] ensureAnalyticsSent: 259ms
[ +2 ms] Running shutdown hooks
[ ] Shutdown hooks complete
[ ] exiting with code 1

C:\Programming\Flutter\evolve>

@TahaTesser
Copy link
Member

Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of flutter doctor -v.
All system setups can be slightly different, so it's always better to open new issues and reference related issues.

@github-actions
Copy link

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 Aug 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
in triage Presently being triaged by the triage team
Projects
None yet
Development

No branches or pull requests

5 participants