flutter / flutter

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

[tool_crash] IndexError: RangeError (index): Index out of range: index should be less than 34989206: 46326243 #77482

Closed aderito7 closed 3 years ago

aderito7 commented 3 years ago

Command

flutter run

Steps to Reproduce

  1. Follow installation instructions at:
  2. Run commands flutter create app_name, cd app_name, dart migrate --apply-changes, flutter run

Logs

IndexError: RangeError (index): Index out of range: index should be less than 34989206: 46326243

#0      _Uint8ArrayView.[] (dart:typed_data-patch/typed_data_patch.dart:4103:7)
#1      InputStream.readUint32 (package:archive/src/util/input_stream.dart:229:22)
#2      new ZipDirectory.read (package:archive/src/zip/zip_directory.dart:49:34)
#3      ZipDecoder.decodeBuffer (package:archive/src/zip_decoder.dart:20:30)
#4      ZipDecoder.decodeBytes (package:archive/src/zip_decoder.dart:14:12)
#5      _WindowsUtils.unzip (package:flutter_tools/src/base/os.dart:385:42)
#6      ArtifactUpdater._downloadArchive (package:flutter_tools/src/cache.dart:1818:18)
<asynchronous suspension>
#7      EngineCachedArtifact.updateInner (package:flutter_tools/src/cache.dart:923:7)
<asynchronous suspension>
#8      CachedArtifact.update (package:flutter_tools/src/cache.dart:692:5)
<asynchronous suspension>
#9      Cache.updateAll (package:flutter_tools/src/cache.dart:562:9)
<asynchronous suspension>
#10     FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1110:7)
<asynchronous suspension>
#11     FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1009:27)
<asynchronous suspension>
#12     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#13     AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
<asynchronous suspension>
#14     CommandRunner.runCommand (package:args/command_runner.dart:197:13)
<asynchronous suspension>
#15     FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:278:9)
[✓] Flutter (Channel stable, 2.0.1, on Microsoft Windows [Version 10.0.19042.804], locale en-ZA)
    • Flutter version 2.0.1 at C:\src\flutter
    • Framework revision c5a4b4029c (2 days ago), 2021-03-04 09:47:48 -0800
    • Engine revision 40441def69
    • Dart version 2.12.0

[✗] Android toolchain - develop for Android devices
    ✗ Unable to locate Android SDK.
      Install Android Studio from: https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK components.
      (or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).
      If the Android SDK has been installed to a custom location, please use
      `flutter config --android-sdk` to update to that location.

[✓] Chrome - develop for the web
    • Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

[✓] Visual Studio - develop for Windows (Visual Studio Community 2019 16.9.0)
    • Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
    • Visual Studio Community 2019 version 16.9.31025.194
    • Windows 10 SDK version 10.0.19041.0

[!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).

[✓] VS Code (version 1.54.1)
    • VS Code at ...\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension can be installed from:
      🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[✓] Connected device (3 available)
    • Windows (desktop) • windows • windows-x64    • Microsoft Windows [Version 10.0.19042.804]

! Doctor found issues in 2 categories.

Flutter Application Metadata

Type: app Version: 1.0.0+1 Material: true Android X: false Module: false Plugin: false Android package: null iOS bundle identifier: null Creation channel: stable Creation framework version: c5a4b4029c0798f37c4a39b479d7cb75daa7b05c

aderito7 commented 3 years ago

Skip dart migrate --apply-changes and it works :)

TahaTesser commented 3 years ago

Hi @aderito7
I just tried to reproduce the following steps, here are the logs, the app runs fine

create logs ```bash PS C:\Users\Taha\AndroidStudioProjects> flutters create app_name Creating project app_name... app_name\.gitignore (created) app_name\.idea\libraries\Dart_SDK.xml (created) app_name\.idea\libraries\KotlinJavaRuntime.xml (created) app_name\.idea\modules.xml (created) app_name\.idea\runConfigurations\main_dart.xml (created) app_name\.idea\workspace.xml (created) app_name\.metadata (created) app_name\android\app\build.gradle (created) app_name\android\app\src\main\kotlin\com\example\app_name\MainActivity.kt (created) app_name\android\build.gradle (created) app_name\android\app_name_android.iml (created) app_name\android\.gitignore (created) app_name\android\app\src\debug\AndroidManifest.xml (created) app_name\android\app\src\main\AndroidManifest.xml (created) app_name\android\app\src\main\res\drawable\launch_background.xml (created) app_name\android\app\src\main\res\drawable-v21\launch_background.xml (created) app_name\android\app\src\main\res\mipmap-hdpi\ic_launcher.png (created) app_name\android\app\src\main\res\mipmap-mdpi\ic_launcher.png (created) app_name\android\app\src\main\res\mipmap-xhdpi\ic_launcher.png (created) app_name\android\app\src\main\res\mipmap-xxhdpi\ic_launcher.png (created) app_name\android\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png (created) app_name\android\app\src\main\res\values\styles.xml (created) app_name\android\app\src\main\res\values-night\styles.xml (created) app_name\android\app\src\profile\AndroidManifest.xml (created) app_name\android\gradle\wrapper\gradle-wrapper.properties (created) app_name\android\gradle.properties (created) app_name\android\settings.gradle (created) app_name\ios\Runner\AppDelegate.swift (created) app_name\ios\Runner\Runner-Bridging-Header.h (created) app_name\ios\Runner.xcodeproj\project.pbxproj (created) app_name\ios\Runner.xcodeproj\xcshareddata\xcschemes\Runner.xcscheme (created) app_name\ios\.gitignore (created) app_name\ios\Flutter\AppFrameworkInfo.plist (created) app_name\ios\Flutter\Debug.xcconfig (created) app_name\ios\Flutter\Release.xcconfig (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Contents.json (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-1024x1024@1x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@1x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@2x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@3x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@1x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@2x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@3x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@1x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@2x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@3x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-60x60@2x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-60x60@3x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-76x76@1x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-76x76@2x.png (created) app_name\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-83.5x83.5@2x.png (created) app_name\ios\Runner\Assets.xcassets\LaunchImage.imageset\Contents.json (created) app_name\ios\Runner\Assets.xcassets\LaunchImage.imageset\LaunchImage.png (created) app_name\ios\Runner\Assets.xcassets\LaunchImage.imageset\LaunchImage@2x.png (created) app_name\ios\Runner\Assets.xcassets\LaunchImage.imageset\LaunchImage@3x.png (created) app_name\ios\Runner\Assets.xcassets\LaunchImage.imageset\README.md (created) app_name\ios\Runner\Base.lproj\LaunchScreen.storyboard (created) app_name\ios\Runner\Base.lproj\Main.storyboard (created) app_name\ios\Runner\Info.plist (created) app_name\ios\Runner.xcodeproj\project.xcworkspace\contents.xcworkspacedata (created) app_name\ios\Runner.xcodeproj\project.xcworkspace\xcshareddata\IDEWorkspaceChecks.plist (created) app_name\ios\Runner.xcodeproj\project.xcworkspace\xcshareddata\WorkspaceSettings.xcsettings (created) app_name\ios\Runner.xcworkspace\contents.xcworkspacedata (created) app_name\ios\Runner.xcworkspace\xcshareddata\IDEWorkspaceChecks.plist (created) app_name\ios\Runner.xcworkspace\xcshareddata\WorkspaceSettings.xcsettings (created) app_name\lib\main.dart (created) app_name\app_name.iml (created) app_name\pubspec.yaml (created) app_name\README.md (created) app_name\test\widget_test.dart (created) app_name\web\favicon.png (created) app_name\web\icons\Icon-192.png (created) app_name\web\icons\Icon-512.png (created) app_name\web\index.html (created) app_name\web\manifest.json (created) app_name\windows\.gitignore (created) app_name\windows\CMakeLists.txt (created) app_name\windows\flutter\CMakeLists.txt (created) app_name\windows\runner\CMakeLists.txt (created) app_name\windows\runner\main.cpp (created) app_name\windows\runner\resources\app_icon.ico (created) app_name\windows\runner\runner.exe.manifest (created) app_name\windows\runner\Runner.rc (created) app_name\windows\runner\run_loop.cpp (created) app_name\windows\runner\run_loop.h (created) app_name\windows\runner\utils.cpp (created) app_name\windows\runner\utils.h (created) app_name\windows\runner\win32_window.cpp (created) app_name\windows\runner\win32_window.h (created) Running "flutter pub get" in app_name... 1,645ms Wrote 95 files. All done! In order to run your application, type: $ cd app_name $ flutter run To enable null safety, type: $ cd app_name Your application code is in app_name\lib\main.dart. PS C:\Users\Taha\AndroidStudioProjects> cd .\app_name\ ```
PS C:\Users\Taha\AndroidStudioProjects> cd .\app_name\
PS C:\Users\Taha\AndroidStudioProjects\app_name> dart --version
Dart SDK version: 2.12.0 (stable) (Thu Feb 25 19:50:53 2021 +0100) on "windows_x64"
PS C:\Users\Taha\AndroidStudioProjects\app_name> dart migrate --apply-changes
Migrating C:\Users\Taha\AndroidStudioProjects\app_name

See https://dart.dev/go/null-safety-migration for a migration guide.

Analyzing project...
[---------------------------------------------------------------------------------------------------------------------\]No analysis issues found.

Generating migration suggestions...
[----------------------------------------------------------------------------------------------------------------------]

Compiling instrumentation information...
[----------------------------------------------------------------------------------------------------------------------]

Applying changes:
  lib\main.dart (11 changes)
  test\widget_test.dart (1 change)
  pubspec.yaml (1 change)
  .dart_tool\package_config.json (1 change)

Applied 4 edits.
run logs ```bash PS C:\Users\Taha\AndroidStudioProjects\app_name> flutters run -d windows -v [ +84 ms] executing: [C:\Users\Taha\Code\flutter_stable/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +57 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] c5a4b4029c0798f37c4a39b479d7cb75daa7b05c [ +1 ms] executing: [C:\Users\Taha\Code\flutter_stable/] git tag --points-at c5a4b4029c0798f37c4a39b479d7cb75daa7b05c [ +38 ms] Exit code 0 from: git tag --points-at c5a4b4029c0798f37c4a39b479d7cb75daa7b05c [ ] 2.0.1 [ +35 ms] executing: [C:\Users\Taha\Code\flutter_stable/] git rev-parse --abbrev-ref --symbolic @{u} [ +28 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [C:\Users\Taha\Code\flutter_stable/] git ls-remote --get-url origin [ +25 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +61 ms] executing: [C:\Users\Taha\Code\flutter_stable/] git rev-parse --abbrev-ref HEAD [ +28 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +81 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +50 ms] executing: C:\Users\Taha\Code\SDK\platform-tools\adb.exe devices -l [ +15 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +4 ms] 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. [ +61 ms] executing: C:\Users\Taha\Code\SDK\platform-tools\adb.exe devices -l [ +11 ms] Running "flutter pub get" in app_name... [ +4 ms] executing: [C:\Users\Taha\AndroidStudioProjects\app_name/] C:\Users\Taha\Code\flutter_stable\bin\cache\dart-sdk\bin\pub.bat --verbose get --no-precompile [ +45 ms] List of devices attached [ +3 ms] List of devices attached [ +86 ms] FINE: Pub 2.12.0 [ +73 ms] MSG : Resolving dependencies... [ +23 ms] SLVR: fact: app_name is 1.0.0+1 [ +5 ms] SLVR: derived: app_name [ +19 ms] SLVR: fact: app_name depends on flutter any from sdk [ +1 ms] SLVR: fact: app_name depends on cupertino_icons ^1.0.2 [ +1 ms] SLVR: fact: app_name depends on flutter_test any from sdk [ +1 ms] SLVR: selecting app_name [ ] SLVR: derived: flutter_test any from sdk [ ] SLVR: derived: cupertino_icons ^1.0.2 [ ] SLVR: derived: flutter any from sdk [ +8 ms] SLVR: fact: flutter_test 0.0.0 from sdk depends on flutter any from sdk [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on test_api 0.2.19 [ +1 ms] SLVR: fact: flutter_test 0.0.0 from sdk depends on path 1.8.0 [ +1 ms] SLVR: fact: flutter_test 0.0.0 from sdk depends on fake_async 1.2.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on clock 1.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on stack_trace 1.10.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on vector_math 2.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on async 2.5.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on boolean_selector 2.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on characters 1.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on charcode 1.2.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on collection 1.15.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on matcher 0.12.10 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on meta 1.3.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on source_span 1.8.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on stream_channel 2.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on string_scanner 1.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on term_glyph 1.2.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on typed_data 1.3.0 [ ] SLVR: selecting flutter_test 0.0.0 from sdk [ ] SLVR: derived: typed_data 1.3.0 [ ] SLVR: derived: term_glyph 1.2.0 [ ] SLVR: derived: string_scanner 1.1.0 [ ] SLVR: derived: stream_channel 2.1.0 [ ] SLVR: derived: source_span 1.8.0 [ ] SLVR: derived: meta 1.3.0 [ ] SLVR: derived: matcher 0.12.10 [ ] SLVR: derived: collection 1.15.0 [ ] SLVR: derived: charcode 1.2.0 [ ] SLVR: derived: characters 1.1.0 [ ] SLVR: derived: boolean_selector 2.1.0 [ ] SLVR: derived: async 2.5.0 [ ] SLVR: derived: vector_math 2.1.0 [ ] SLVR: derived: stack_trace 1.10.0 [ ] SLVR: derived: clock 1.1.0 [ ] SLVR: derived: fake_async 1.2.0 [ ] SLVR: derived: path 1.8.0 [ ] SLVR: derived: test_api 0.2.19 [ +1 ms] SLVR: selecting cupertino_icons 1.0.2 [ +4 ms] SLVR: fact: flutter 0.0.0 from sdk depends on characters 1.1.0 [ ] SLVR: fact: flutter 0.0.0 from sdk depends on collection 1.15.0 [ ] SLVR: fact: flutter 0.0.0 from sdk depends on meta 1.3.0 [ ] SLVR: fact: flutter 0.0.0 from sdk depends on typed_data 1.3.0 [ ] SLVR: fact: flutter 0.0.0 from sdk depends on vector_math 2.1.0 [ ] 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 [ +1 ms] SLVR: fact: typed_data 1.3.0 depends on collection ^1.15.0 [ ] SLVR: selecting typed_data 1.3.0 [ +4 ms] SLVR: selecting term_glyph 1.2.0 [ +3 ms] SLVR: fact: string_scanner 1.1.0 depends on charcode ^1.2.0 [ +1 ms] SLVR: fact: string_scanner 1.1.0 depends on source_span ^1.8.0 [ ] SLVR: selecting string_scanner 1.1.0 [ +1 ms] SLVR: fact: stream_channel 2.1.0 depends on async ^2.5.0 [ ] SLVR: selecting stream_channel 2.1.0 [ +2 ms] SLVR: fact: source_span 1.8.0 depends on charcode ^1.2.0 [ +1 ms] SLVR: fact: source_span 1.8.0 depends on collection ^1.15.0 [ +1 ms] SLVR: fact: source_span 1.8.0 depends on path ^1.8.0 [ ] SLVR: fact: source_span 1.8.0 depends on term_glyph ^1.2.0 [ ] SLVR: selecting source_span 1.8.0 [ ] SLVR: selecting meta 1.3.0 [ +3 ms] SLVR: fact: matcher 0.12.10 depends on stack_trace ^1.10.0 [ ] SLVR: selecting matcher 0.12.10 [ +2 ms] SLVR: selecting collection 1.15.0 [ +2 ms] SLVR: selecting charcode 1.2.0 [ +4 ms] SLVR: selecting characters 1.1.0 [ +3 ms] SLVR: fact: boolean_selector 2.1.0 depends on source_span ^1.8.0 [ ] SLVR: fact: boolean_selector 2.1.0 depends on string_scanner ^1.1.0 [ +1 ms] SLVR: selecting boolean_selector 2.1.0 [ +1 ms] SLVR: fact: async 2.5.0 depends on collection ^1.15.0 [ ] SLVR: selecting async 2.5.0 [ +1 ms] SLVR: selecting vector_math 2.1.0 [ +3 ms] SLVR: fact: stack_trace 1.10.0 depends on path ^1.8.0 [ ] SLVR: selecting stack_trace 1.10.0 [ +1 ms] SLVR: selecting clock 1.1.0 [ +2 ms] SLVR: fact: fake_async 1.2.0 depends on clock ^1.1.0 [ +1 ms] SLVR: fact: fake_async 1.2.0 depends on collection ^1.15.0 [ ] SLVR: selecting fake_async 1.2.0 [ ] SLVR: selecting path 1.8.0 [ +3 ms] SLVR: fact: test_api 0.2.19 depends on async ^2.5.0 [ ] SLVR: fact: test_api 0.2.19 depends on boolean_selector ^2.1.0 [ +1 ms] SLVR: fact: test_api 0.2.19 depends on collection ^1.15.0 [ ] SLVR: fact: test_api 0.2.19 depends on meta ^1.3.0 [ ] SLVR: fact: test_api 0.2.19 depends on path ^1.8.0 [ ] SLVR: fact: test_api 0.2.19 depends on source_span ^1.8.0 [ ] SLVR: fact: test_api 0.2.19 depends on stack_trace ^1.10.0 [ ] SLVR: fact: test_api 0.2.19 depends on stream_channel ^2.1.0 [ ] SLVR: fact: test_api 0.2.19 depends on string_scanner ^1.1.0 [ ] SLVR: fact: test_api 0.2.19 depends on term_glyph ^1.2.0 [ ] SLVR: fact: test_api 0.2.19 depends on matcher >=0.12.10 <0.12.11 [ +1 ms] SLVR: selecting test_api 0.2.19 [ +1 ms] SLVR: selecting sky_engine 0.0.99 from sdk [ +95 ms] SLVR: Version solving took 0:00:00.236941 seconds. [ ] | Tried 1 solutions. [ ] FINE: Resolving dependencies finished (0.259s). [ +83 ms] MSG : source_span 1.8.0 (1.8.1 available) [ +35 ms] IO : Writing 3441 characters to text file .\pubspec.lock. [ +1 ms] FINE: Contents: [ ] | # Generated by pub [ ] | # See https://dart.dev/tools/pub/glossary#lockfile [ ] | packages: [ ] | async: [ ] | dependency: transitive [ ] | description: [ ] | name: async [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "2.5.0" [ ] | boolean_selector: [ ] | dependency: transitive [ ] | description: [ ] | name: boolean_selector [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "2.1.0" [ ] | characters: [ ] | dependency: transitive [ ] | description: [ ] | name: characters [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.1.0" [ ] | charcode: [ ] | dependency: transitive [ ] | description: [ ] | name: charcode [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.2.0" [ ] | clock: [ ] | dependency: transitive [ ] | description: [ ] | name: clock [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.1.0" [ ] | collection: [ ] | dependency: transitive [ ] | description: [ ] | name: collection [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.15.0" [ ] | cupertino_icons: [ ] | dependency: "direct main" [ ] | description: [ ] | name: cupertino_icons [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.0.2" [ ] | fake_async: [ ] | dependency: transitive [ ] | description: [ ] | name: fake_async [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.2.0" [ ] | flutter: [ ] | dependency: "direct main" [ ] | description: flutter [ ] | source: sdk [ ] | version: "0.0.0" [ ] | flutter_test: [ ] | dependency: "direct dev" [ ] | description: flutter [ ] | source: sdk [ ] | version: "0.0.0" [ ] | matcher: [ ] | dependency: transitive [ ] | description: [ ] | name: matcher [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "0.12.10" [ ] | meta: [ ] | dependency: transitive [ ] | description: [ ] | name: meta [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.3.0" [ ] | path: [ ] | dependency: transitive [ ] | description: [ ] | name: path [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.8.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" [ ] | stack_trace: [ ] | dependency: transitive [ ] | description: [ ] | name: stack_trace [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.10.0" [ ] | stream_channel: [ ] | dependency: transitive [ ] | description: [ ] | name: stream_channel [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "2.1.0" [ ] | string_scanner: [ ] | dependency: transitive [ ] | description: [ ] | name: string_scanner [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.1.0" [ ] | term_glyph: [ ] | dependency: transitive [ ] | description: [ ] | name: term_glyph [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.2.0" [ ] | test_api: [ ] | dependency: transitive [ +1 ms] | description: [ ] | name: test_api [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "0.2.19" [ ] | typed_data: [ +1 ms] | dependency: transitive [ ] | description: [ ] | name: typed_data [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.3.0" [ ] | vector_math: [ ] | dependency: transitive [ ] | description: [ ] | name: vector_math [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "2.1.0" [ ] | sdks: [ ] | dart: ">=2.12.0 <3.0.0" [ ] MSG : Got dependencies! [ ] IO : Writing 2415 characters to text file .\.packages. [ ] FINE: Contents: [ ] | # This file is deprecated. Tools should instead consume [ ] | # `.dart_tools/package_config.json`. [ ] | # [ ] | # For more info see: https://dart.dev/go/dot-packages-deprecation [ ] | # [ ] | # Generated by pub on 2021-03-08 20:03:26.409305. [ ] | async:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/async-2.5.0/lib/ [ ] | boolean_selector:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/ [ ] | characters:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/characters-1.1.0/lib/ [ ] | charcode:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/charcode-1.2.0/lib/ [ ] | clock:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/clock-1.1.0/lib/ [ ] | collection:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/collection-1.15.0/lib/ [ ] | cupertino_icons:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/cupertino_icons-1.0.2/lib/ [ +1 ms] | fake_async:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/fake_async-1.2.0/lib/ [ ] | flutter:file:///C:/Users/Taha/Code/flutter_stable/packages/flutter/lib/ [ ] | flutter_test:file:///C:/Users/Taha/Code/flutter_stable/packages/flutter_test/lib/ [ ] | matcher:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/matcher-0.12.10/lib/ [ ] | meta:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/meta-1.3.0/lib/ [ ] | path:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/path-1.8.0/lib/ [ ] | sky_engine:file:///C:/Users/Taha/Code/flutter_stable/bin/cache/pkg/sky_engine/lib/ [ ] | source_span:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/source_span-1.8.0/lib/ [ ] | stack_trace:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/stack_trace-1.10.0/lib/ [ ] | stream_channel:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/stream_channel-2.1.0/lib/ [ ] | string_scanner:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/string_scanner-1.1.0/lib/ [ ] | term_glyph:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/term_glyph-1.2.0/lib/ [ ] | test_api:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/test_api-0.2.19/lib/ [ +1 ms] | typed_data:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/typed_data-1.3.0/lib/ [ ] | vector_math:file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/vector_math-2.1.0/lib/ [ ] | app_name:lib/ [ +9 ms] IO : Writing 4763 characters to text file .\.dart_tool\package_config.json. [ +1 ms] FINE: Contents: [ +1 ms] | { [ +1 ms] | "configVersion": 2, [ ] | "packages": [ [ ] | { [ ] | "name": "async", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/async-2.5.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "boolean_selector", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/boolean_selector-2.1.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "characters", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/characters-1.1.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "charcode", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/charcode-1.2.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "clock", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/clock-1.1.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "collection", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/collection-1.15.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "cupertino_icons", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/cupertino_icons-1.0.2", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "fake_async", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/fake_async-1.2.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "flutter", [ ] | "rootUri": "file:///C:/Users/Taha/Code/flutter_stable/packages/flutter", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "flutter_test", [ ] | "rootUri": "file:///C:/Users/Taha/Code/flutter_stable/packages/flutter_test", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "matcher", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/matcher-0.12.10", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "meta", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/meta-1.3.0", [ +1 ms] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "path", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/path-1.8.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "sky_engine", [ ] | "rootUri": "file:///C:/Users/Taha/Code/flutter_stable/bin/cache/pkg/sky_engine", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "source_span", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/source_span-1.8.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "stack_trace", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/stack_trace-1.10.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "stream_channel", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/stream_channel-2.1.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "string_scanner", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/string_scanner-1.1.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "term_glyph", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/term_glyph-1.2.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "test_api", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/test_api-0.2.19", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "typed_data", [ ] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/typed_data-1.3.0", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "vector_math", [ +1 ms] | "rootUri": "file:///C:/Users/Taha/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/vector_math-2.1.0", [ +1 ms] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | }, [ ] | { [ ] | "name": "app_name", [ ] | "rootUri": "../", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.12" [ ] | } [ ] | ], [ ] | "generated": "2021-03-08T14:33:26.436995Z", [ ] | "generator": "pub", [ ] | "generatorVersion": "2.12.0" [ ] | } [ +23 ms] Running "flutter pub get" in app_name... (completed in 766ms) [ +116 ms] Generating C:\Users\Taha\AndroidStudioProjects\app_name\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java [ +70 ms] Initializing file store [ +10 ms] Skipping target: gen_localizations [ +8 ms] complete [ +4 ms] Launching lib\main.dart on Windows in debug mode... [ +4 ms] C:\Users\Taha\Code\flutter_stable\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\Users\Taha\Code\flutter_stable\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root C:\Users\Taha\Code\flutter_stable\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata --output-dill C:\Users\Taha\AppData\Local\Temp\flutter_tools.619d3ef4\flutter_tool.27dbd158\app.dill --packages C:\Users\Taha\AndroidStudioProjects\app_name\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build\cache.dill.track.dill [ +20 ms] executing: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project [ +26 ms] Exit code 0 from: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project [ ] [ { "instanceId": "9d18e648", "installDate": "2021-02-12T05:22:04Z", "installationName": "VisualStudio/16.8.5+31005.135", "installationPath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community", "installationVersion": "16.8.31005.135", "productId": "Microsoft.VisualStudio.Product.Community", "productPath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Common7\\IDE\\devenv.exe", "state": 4294967295, "isComplete": true, "isLaunchable": true, "isPrerelease": false, "isRebootRequired": false, "displayName": "Visual Studio Community 2019", "description": "Powerful IDE, free for students, open-source contributors, and individuals", "channelId": "VisualStudio.16.Release", "channelUri": "https://aka.ms/vs/16/release/channel", "enginePath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\resources\\app\\ServiceHub\\Services\\Microsoft.VisualStudio.Setup.Service", "releaseNotes": "https://go.microsoft.com/fwlink/?LinkId=660893#16.8.5", "thirdPartyNotices": "https://go.microsoft.com/fwlink/?LinkId=660909", "updateDate": "2021-02-12T05:22:04.7515383Z", "catalog": { "buildBranch": "d16.8", "buildVersion": "16.8.31005.135", "id": "VisualStudio/16.8.5+31005.135", "localBuild": "build-lab", "manifestName": "VisualStudio", "manifestType": "installer", "productDisplayVersion": "16.8.5", "productLine": "Dev16", "productLineVersion": "2019", "productMilestone": "RTW", "productMilestoneIsPreRelease": "False", "productName": "Visual Studio", "productPatchVersion": "5", "productPreReleaseMilestoneSuffix": "1.0", "productSemanticVersion": "16.8.5+31005.135", "requiredEngineVersion": "2.8.3267.30329" }, "properties": { "campaignId": "", "channelManifestId": "VisualStudio.16.Release/16.8.5+31005.135", "nickname": "", "setupEngineFilePath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\vs_installershell.exe" } } ] [ +4 ms] Building Windows application... [ +12 ms] <- compile package:app_name/main.dart [ +2 ms] executing: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -S C:\Users\Taha\AndroidStudioProjects\app_name\windows -B build\windows -G Visual Studio 16 2019 [ +52 ms] -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19042. [+1663 ms] -- The CXX compiler identification is MSVC 19.28.29337.0 [ +83 ms] -- Detecting CXX compiler ABI info [ +923 ms] -- Detecting CXX compiler ABI info - done [ +4 ms] -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped [ +1 ms] -- Detecting CXX compile features [ +2 ms] -- Detecting CXX compile features - done [ +27 ms] -- Configuring done [ +84 ms] -- Generating done [ +25 ms] -- Build files have been written to: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows [ +9 ms] executing: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --build build\windows --config Debug --target INSTALL --verbose [ +164 ms] Microsoft (R) Build Engine version 16.8.3+39993bd9d for .NET Framework [ ] Copyright (C) Microsoft Corporation. All rights reserved. [ +67 ms] Build started 3/8/2021 8:03:29 PM. [ +241 ms] Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\INSTALL.vcxproj" on node 1 (default targets). [ ] Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\INSTALL.vcxproj" (1) is building "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\ZERO_CHECK.vcxproj" (2) on node 1 (default targets). [ +1 ms] PrepareForBuild: [ ] Creating directory "x64\Debug\ZERO_CHECK\". [ +4 ms] Creating directory "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\". [ +5 ms] InitializeBuildStatus: [ ] Creating "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. [ +92 ms] CustomBuild: [ ] Checking Build System [ +78 ms] FinalizeBuildStatus: [ ] Deleting file "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild". [ ] Touching "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate". [ ] Done Building Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\ZERO_CHECK.vcxproj" (default targets). [ +102 ms] Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\INSTALL.vcxproj" (1) is building "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\ALL_BUILD.vcxproj" (3) on node 1 (default targets). [ ] Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\ALL_BUILD.vcxproj" (3) is building "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\runner\app_name.vcxproj" (4) on node 1 (default targets). [ ] Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\runner\app_name.vcxproj" (4) is building "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\flutter_assemble.vcxproj" (5) on node 1 (default targets). [ ] PrepareForBuild: [ ] Creating directory "x64\Debug\flutter_assemble\". [ ] Creating directory "x64\Debug\flutter_assemble\flutter_assemble.tlog\". [ +1 ms] InitializeBuildStatus: [ ] Creating "x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. [ +1 ms] ComputeCustomBuildOutput: [ ] Creating directory "C:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\". [ +1 ms] CustomBuild: [ ] "The build of 'C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\CMakeFiles\876b4b709cc6b0012ddcb61d533b423c\flutter_assemble .rule' depends on 'C:\USERS\TAHA\ANDROIDSTUDIOPROJECTS\APP_NAME\WINDOWS\FLUTTER\EPHEMERAL\FLUTTER_WINDOWS.DLL' which is produced by the build of 'C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\CMakeFiles\3a47859b0baf9378d90cb0f59ac5d33f\flutter_windows. dll.rule'. The items cannot be built in parallel." [ +47 ms] Generating C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/ephemeral/flutter_windows.dll, C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/ephemeral/flutter_export.h, C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/ephemeral/flutter_windows.h, C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/ephemeral/flutter_messenger.h, C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/ephemeral/flutter_plugin_registrar.h, C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/ephemeral/flutter_texture_registrar.h, C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/ephemeral/cpp_client_wrapper/core_implementations.cc, C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/ephemeral/cpp_client_wrapper/standard_codec.cc, C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/ephemeral/cpp_client_wrapper/plugin_registrar.cc, C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/ephemeral/cpp_client_wrapper/flutter_engine.cc, C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/ephemeral/cpp_client_wrapper/flutter_view_controller.cc, _phony_ [+1124 ms] [ +78 ms] executing: [C:\Users\Taha\Code\flutter_stable/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +47 ms] [ +72 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] [ ] c5a4b4029c0798f37c4a39b479d7cb75daa7b05c [ ] [ ] executing: [C:\Users\Taha\Code\flutter_stable/] git tag --points-at c5a4b4029c0798f37c4a39b479d7cb75daa7b05c [ +54 ms] [ +54 ms] Exit code 0 from: git tag --points-at c5a4b4029c0798f37c4a39b479d7cb75daa7b05c [ ] [ ] 2.0.1 [ +39 ms] [ +39 ms] executing: [C:\Users\Taha\Code\flutter_stable/] git rev-parse --abbrev-ref --symbolic @{u} [ +40 ms] [ +39 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] [ ] origin/stable [ ] [ ] executing: [C:\Users\Taha\Code\flutter_stable/] git ls-remote --get-url origin [ +32 ms] [ +33 ms] Exit code 0 from: git ls-remote --get-url origin [ ] [ ] https://github.com/flutter/flutter.git [ +71 ms] [ +72 ms] executing: [C:\Users\Taha\Code\flutter_stable/] git rev-parse --abbrev-ref HEAD [ +38 ms] [ +38 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] [ ] stable [ +92 ms] [ +93 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +1 ms] [ +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. [ +8 ms] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +41 ms] [ +51 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] 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. [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ +68 ms] [ +74 ms] Initializing file store [ +20 ms] [ +20 ms] Skipping target: gen_localizations [ +7 ms] [ +7 ms] unpack_windows: Starting due to {} [ +213 ms] [ +213 ms] kernel_snapshot: Starting due to {} [ +2 ms] [ +2 ms] unpack_windows: Complete [+3197 ms] [+3197 ms] C:\Users\Taha\Code\flutter_stable\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\Users\Taha\Code\flutter_stable\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root C:\Users\Taha\Code\flutter_stable\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --packages C:\Users\Taha\AndroidStudioProjects\app_name\.dart_tool\package_config.json --output-dill C:\Users\Taha\AndroidStudioProjects\app_name\.dart_tool\flutter_build\3f833f2289b1c6912747193668c97707\app.dill --depfile C:\Users\Taha\AndroidStudioProjects\app_name\.dart_tool\flutter_build\3f833f2289b1c6912747193668c97707\kernel_snapshot.d package:app_name/main.dart [+6586 ms] [+6586 ms] kernel_snapshot: Complete [ +444 ms] [ +444 ms] debug_bundle_windows_assets: Starting due to {} [ +113 ms] [ +113 ms] debug_bundle_windows_assets: Complete [ +498 ms] [ +498 ms] Persisting file store [ +14 ms] [ +14 ms] Done persisting file store [ +23 ms] [ +23 ms] build succeeded. [ +8 ms] [ +8 ms] "flutter assemble" took 11,307ms. [ +256 ms] [ +256 ms] ensureAnalyticsSent: 252ms [ ] [ +1 ms] Running shutdown hooks [ ] [ ] Shutdown hooks complete [ ] [ ] exiting with code 0 [ +99 ms] Building Custom Rule C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/CMakeLists.txt [ +40 ms] FinalizeBuildStatus: [ ] Deleting file "x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild". [ ] Touching "x64\Debug\flutter_assemble\flutter_assemble.tlog\flutter_assemble.lastbuildstate". [ ] Done Building Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\flutter_assemble.vcxproj" (default targets). [ +24 ms] Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\runner\app_name.vcxproj" (4) is building "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\flutter_wrapper_app.vcxproj" (6) on node 1 (default targets). [ +1 ms] PrepareForBuild: [ ] Creating directory "flutter_wrapper_app.dir\Debug\". [ +1 ms] Creating directory "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\Debug\". [ ] Creating directory "flutter_wrapper_app.dir\Debug\flutter_.F0BF07CF.tlog\". [ +1 ms] InitializeBuildStatus: [ ] Creating "flutter_wrapper_app.dir\Debug\flutter_.F0BF07CF.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. [ +34 ms] CustomBuild: [ ] Building Custom Rule C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/CMakeLists.txt [ +77 ms] ClCompile: [ +1 ms] C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\CL.exe /c /IC:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\include /IC:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral /Zi /nologo /W4 /WX /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D _DEBUG /D UNICODE /D _UNICODE /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"flutter_wrapper_app.dir\Debug\\" /Fd"flutter_wrapper_app.dir\Debug\flutter_wrapper_app.pdb" /Gd /TP /wd4100 /errorReport:queue C:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc C:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc C:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\flutter_engine.cc C:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\flutter_view_controller.cc [ +78 ms] core_implementations.cc [ +499 ms] standard_codec.cc [ +809 ms] flutter_engine.cc [ +810 ms] flutter_view_controller.cc [ +806 ms] Generating Code... [ +233 ms] Lib: [ ] C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\Lib.exe /OUT:"C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\Debug\flutter_wrapper_app.lib" /NOLOGO /MACHINE:X64 /machine:x64 flutter_wrapper_app.dir\Debug\core_implementations.obj [ ] flutter_wrapper_app.dir\Debug\standard_codec.obj [ ] flutter_wrapper_app.dir\Debug\flutter_engine.obj [ ] flutter_wrapper_app.dir\Debug\flutter_view_controller.obj [ +101 ms] flutter_wrapper_app.vcxproj -> C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\Debug\flutter_wrapper_app.lib [ +16 ms] CopyFilesToOutputDirectory: [ ] Copying file from "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\flutter_wrapper_app.dir\Debug\flutter_wrapper_app.pd b" to "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\Debug\flutter_wrapper_app.pdb". [ +3 ms] FinalizeBuildStatus: [ ] Deleting file "flutter_wrapper_app.dir\Debug\flutter_.F0BF07CF.tlog\unsuccessfulbuild". [ ] Touching "flutter_wrapper_app.dir\Debug\flutter_.F0BF07CF.tlog\flutter_wrapper_app.lastbuildstate". [ ] Done Building Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\flutter_wrapper_app.vcxproj" (default targets). [ +2 ms] PrepareForBuild: [ ] Creating directory "app_name.dir\Debug\". [ +1 ms] Creating directory "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\runner\Debug\". [ ] Creating directory "app_name.dir\Debug\app_name.tlog\". [ +1 ms] InitializeBuildStatus: [ ] Creating "app_name.dir\Debug\app_name.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. [ +41 ms] CustomBuild: [ ] Building Custom Rule C:/Users/Taha/AndroidStudioProjects/app_name/windows/runner/CMakeLists.txt [ +40 ms] ClCompile: [ ] C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\CL.exe /c /IC:\Users\Taha\AndroidStudioProjects\app_name\windows /IC:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral /IC:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\include /Zi /nologo /W4 /WX /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D _DEBUG /D NOMINMAX /D UNICODE /D _UNICODE /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"app_name.dir\Debug\\" /Fd"app_name.dir\Debug\vc142.pdb" /Gd /TP /wd4100 /errorReport:queue C:\Users\Taha\AndroidStudioProjects\app_name\windows\runner\flutter_window.cpp C:\Users\Taha\AndroidStudioProjects\app_name\windows\runner\main.cpp C:\Users\Taha\AndroidStudioProjects\app_name\windows\runner\run_loop.cpp C:\Users\Taha\AndroidStudioProjects\app_name\windows\runner\utils.cpp C:\Users\Taha\AndroidStudioProjects\app_name\windows\runner\win32_window.cpp C:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\generated_plugin_registrant.cc [ +61 ms] flutter_window.cpp [ +694 ms] main.cpp [ +656 ms] run_loop.cpp [ +664 ms] utils.cpp [ +700 ms] win32_window.cpp [ +586 ms] generated_plugin_registrant.cc [ +203 ms] Generating Code... [ +154 ms] ResourceCompile: [ ] C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\rc.exe /D WIN32 /D _DEBUG /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D NOMINMAX /D UNICODE /D _UNICODE /D "CMAKE_INTDIR=\\\"Debug\\\"" /D _UNICODE /D UNICODE /l"0x0409" /IC:\Users\Taha\AndroidStudioProjects\app_name\windows /IC:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral /IC:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\include /nologo /fo"app_name.dir\Debug\Runner.res" C:\Users\Taha\AndroidStudioProjects\app_name\windows\runner\Runner.rc [ +124 ms] Link: [ ] C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\runner\Debug\app_name.exe" /INCREMENTAL /NOLOGO ..\flutter\Debug\flutter_wrapper_app.lib C:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\flutter_windows.dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /manifestinput:C:\Users\Taha\AndroidStudioProjects\app_name\windows\runner\runner.exe.manifest /DEBUG /PDB:"C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/app_name.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/app_name.lib" /MACHINE:X64 /machine:x64 app_name.dir\Debug\Runner.res [ +1 ms] app_name.dir\Debug\flutter_window.obj [ ] app_name.dir\Debug\main.obj [ ] app_name.dir\Debug\run_loop.obj [ ] app_name.dir\Debug\utils.obj [ ] app_name.dir\Debug\win32_window.obj [ ] app_name.dir\Debug\generated_plugin_registrant.obj [ +227 ms] app_name.vcxproj -> C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\runner\Debug\app_name.exe [ +8 ms] FinalizeBuildStatus: [ ] Deleting file "app_name.dir\Debug\app_name.tlog\unsuccessfulbuild". [ ] Touching "app_name.dir\Debug\app_name.tlog\app_name.lastbuildstate". [ ] Done Building Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\runner\app_name.vcxproj" (default targets). [ +22 ms] Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\ALL_BUILD.vcxproj" (3) is building "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\flutter_wrapper_plugin.vcxproj" (7) on node 1 (default targets). [ ] PrepareForBuild: [ ] Creating directory "flutter_wrapper_plugin.dir\Debug\". [ ] Creating directory "flutter_wrapper_plugin.dir\Debug\flutter_.A539BD24.tlog\". [ +1 ms] InitializeBuildStatus: [ ] Creating "flutter_wrapper_plugin.dir\Debug\flutter_.A539BD24.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. [ +35 ms] CustomBuild: [ ] Building Custom Rule C:/Users/Taha/AndroidStudioProjects/app_name/windows/flutter/CMakeLists.txt [ +34 ms] ClCompile: [ ] C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\CL.exe /c /IC:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\include /IC:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral /Zi /nologo /W4 /WX /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D _DEBUG /D UNICODE /D _UNICODE /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"flutter_wrapper_plugin.dir\Debug\\" /Fd"flutter_wrapper_plugin.dir\Debug\flutter_wrapper_plugin.pdb" /Gd /TP /wd4100 /errorReport:queue C:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc C:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc C:\Users\Taha\AndroidStudioProjects\app_name\windows\flutter\ephemeral\cpp_client_wrapper\plugin_registrar.cc [ +61 ms] core_implementations.cc [ +491 ms] standard_codec.cc [ +812 ms] plugin_registrar.cc [ +488 ms] Generating Code... [ +230 ms] Lib: [ ] C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\Lib.exe /OUT:"C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\Debug\flutter_wrapper_plugin.lib" /NOLOGO /MACHINE:X64 /machine:x64 flutter_wrapper_plugin.dir\Debug\core_implementations.obj [ +1 ms] flutter_wrapper_plugin.dir\Debug\standard_codec.obj [ ] flutter_wrapper_plugin.dir\Debug\plugin_registrar.obj [ +86 ms] flutter_wrapper_plugin.vcxproj -> C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\Debug\flutter_wrapper_plugin.lib [ +5 ms] CopyFilesToOutputDirectory: [ ] Copying file from "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\flutter_wrapper_plugin.dir\Debug\flutter_wrapper_plu gin.pdb" to "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\Debug\flutter_wrapper_plugin.pdb". [ +1 ms] FinalizeBuildStatus: [ ] Deleting file "flutter_wrapper_plugin.dir\Debug\flutter_.A539BD24.tlog\unsuccessfulbuild". [ ] Touching "flutter_wrapper_plugin.dir\Debug\flutter_.A539BD24.tlog\flutter_wrapper_plugin.lastbuildstate". [ ] Done Building Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\flutter\flutter_wrapper_plugin.vcxproj" (default targets). [ +3 ms] PrepareForBuild: [ ] Creating directory "x64\Debug\ALL_BUILD\". [ +1 ms] Creating directory "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\". [ +1 ms] InitializeBuildStatus: [ ] Creating "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. [ +38 ms] CustomBuild: [ ] Building Custom Rule C:/Users/Taha/AndroidStudioProjects/app_name/windows/CMakeLists.txt [ +46 ms] FinalizeBuildStatus: [ ] Deleting file "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild". [ ] Touching "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate". [ ] Done Building Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\ALL_BUILD.vcxproj" (default targets). [ +1 ms] PrepareForBuild: [ ] Creating directory "x64\Debug\INSTALL\". [ +1 ms] Creating directory "x64\Debug\INSTALL\INSTALL.tlog\". [ +1 ms] InitializeBuildStatus: [ ] Creating "x64\Debug\INSTALL\INSTALL.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. [ +50 ms] PostBuildEvent: [ ] setlocal [ ] "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -DBUILD_TYPE=Debug -P cmake_install.cmake [ ] if %errorlevel% neq 0 goto :cmEnd [ ] :cmEnd [ ] endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone [ ] :cmErrorLevel [ ] exit /b %1 [ ] :cmDone [ ] if %errorlevel% neq 0 goto :VCEnd [ ] :VCEnd [ +50 ms] -- Install configuration: "Debug" [ +17 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/icudtl.dat [ +3 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/flutter_windows.dll [ +76 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/flutter_assets [ +1 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/flutter_assets/AssetManifest.json [ +1 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/flutter_assets/FontManifest.json [ +1 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/flutter_assets/fonts [ ] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/flutter_assets/fonts/MaterialIcons-Regular. otf [ +3 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/flutter_assets/kernel_blob.bin [ +85 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/flutter_assets/NOTICES [ +3 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/flutter_assets/packages [ +1 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/flutter_assets/packages/cupertino_icons [ +1 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/flutter_assets/packages/cupertino_icons/ass ets [ +1 ms] -- Installing: C:/Users/Taha/AndroidStudioProjects/app_name/build/windows/runner/Debug/data/flutter_assets/packages/cupertino_icons/ass ets/CupertinoIcons.ttf [ +12 ms] FinalizeBuildStatus: [ ] Deleting file "x64\Debug\INSTALL\INSTALL.tlog\unsuccessfulbuild". [ ] Touching "x64\Debug\INSTALL\INSTALL.tlog\INSTALL.lastbuildstate". [ ] Done Building Project "C:\Users\Taha\AndroidStudioProjects\app_name\build\windows\INSTALL.vcxproj" (default targets). [ ] Build succeeded. [ ] 0 Warning(s) [ ] 0 Error(s) [ ] Time Elapsed 00:00:24.18 [ +10 ms] Building Windows application... (completed in 27.3s) [ +388 ms] Observatory URL on device: http://127.0.0.1:61442/B_XHOwuwN9w=/ [ +4 ms] Caching compiled dill [ +32 ms] Connecting to service protocol: http://127.0.0.1:61442/B_XHOwuwN9w=/ [ +118 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at http://127.0.0.1:61442/B_XHOwuwN9w=/. [ +68 ms] DDS is listening at http://127.0.0.1:61447/7buLq_6mcrI=/. [ +50 ms] Successfully connected to service protocol: http://127.0.0.1:61442/B_XHOwuwN9w=/ [ +804 ms] DevFS: Creating new filesystem on the device (null) [ +18 ms] DevFS: Created new filesystem on the device (file:///C:/Users/Taha/AppData/Local/Temp/app_name4d9245a/app_name/) [ +4 ms] Updating assets [ +68 ms] Syncing files to device Windows... [ +2 ms] <- reset [ ] Compiling dart to kernel with 0 updated files [ +2 ms] <- recompile package:app_name/main.dart 600c29df-0476-4252-a1a7-c410b2b5950f [ ] <- 600c29df-0476-4252-a1a7-c410b2b5950f [ +74 ms] Updating files. [ ] DevFS: Sync finished [ ] Syncing files to device Windows... (completed in 81ms) [ ] Synced 0.0MB. [ +1 ms] <- accept [ +6 ms] Connected to _flutterView/0x13f78e85070. [ +1 ms] Flutter run key commands. [ +2 ms] r Hot reload. 🔥🔥🔥 [ +1 ms] R Hot restart. [ ] h Repeat this help message. [ ] d Detach (terminate "flutter run" but leave application running). [ ] c Clear the screen [ +1 ms] q Quit (terminate the application on the device). [ ] An Observatory debugger and profiler on Windows is available at: http://127.0.0.1:61447/7buLq_6mcrI=/ [ +1 ms] Flutter DevTools, a Flutter debugger and profiler, on Windows is available at: http://127.0.0.1:9100?uri=http%3A%2F%2F127.0.0.1%3A61447%2F7buLq_6mcrI%3D%2F [ ] 💪 Running with sound null safety 💪 ```
flutter doctor -v ```bash PS C:\Users\Taha\AndroidStudioProjects\app_name> flutters doctor -v [✓] Flutter (Channel stable, 2.0.1, on Microsoft Windows [Version 10.0.19042.804], locale en-US) • Flutter version 2.0.1 at C:\Users\Taha\Code\flutter_stable • Framework revision c5a4b4029c (4 days ago), 2021-03-04 09:47:48 -0800 • Engine revision 40441def69 • Dart version 2.12.0 [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) • Android SDK at C:\Users\Taha\Code\SDK • Platform android-30, build-tools 30.0.3 • ANDROID_HOME = C:\Users\Taha\Code\SDK • Java binary at: C:\Users\Taha\Code\android-studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01) • All Android licenses accepted. [✓] Chrome - develop for the web • Chrome at C:\Users\Taha\AppData\Local\Google\Chrome\Application\chrome.exe [✓] Visual Studio - develop for Windows (Visual Studio Community 2019 16.8.5) • Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community • Visual Studio Community 2019 version 16.8.31005.135 • Windows 10 SDK version 10.0.18362.0 [✓] Android Studio (version 4.1.0) • Android Studio at C:\Users\Taha\Code\android-studio • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01) [✓] IntelliJ IDEA Community Edition (version 2020.3) • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.3.2 • Flutter plugin version 54.0.3 • Dart plugin version 203.7759 [✓] VS Code (version 1.54.1) • VS Code at C:\Users\Taha\AppData\Local\Programs\Microsoft VS Code • Flutter extension version 3.20.0 [✓] Connected device (3 available) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19042.804] • Chrome (web) • chrome • web-javascript • Google Chrome 89.0.4389.82 • Edge (web) • edge • web-javascript • Microsoft Edge 89.0.774.45 • No issues found! PS C:\Users\Taha\AndroidStudioProjects\app_name> ```
aderito7 commented 3 years ago

Thanks @TahaTesser - tested again. Might be an issue that was resolved through reboot or something. Not a problem anymore, though 🙂

github-actions[bot] commented 3 years ago

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