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

Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 991 #79378

Closed
OttomanDeveloper opened this issue Mar 30, 2021 · 4 comments

Comments

@OttomanDeveloper
Copy link

Steps to Reproduce

  1. Flutter clean
  2. Flutter run
  3. Flutter Upgrade

But none of these solve my problem.

What Happens

Everything was working as I want it but when I restart my pc I got an issue with my project.

What I have tried to solve this

I found that the issue is happening because of these two plugins

hive: ^1.4.4+1
hive_flutter: ^0.3.1

When I remove these plugins everything works fine but I want to know that why it was working before. Why this issue happens when I restart my pc.

I try to upgrade these plugins but didn't help.

Logs:

Flutter doctor -v

[√] Flutter (Channel stable, 2.0.3, on Microsoft Windows [Version 10.0.19042.906], locale en-US)
• Flutter version 2.0.3 at C:\src\flutter
• Framework revision 4d7946a (12 days ago), 2021-03-18 17:24:33 -0700
• Engine revision 3459eb2
• Dart version 2.12.2

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
• Android SDK at G:\AndroidStudio\AndroidJDKSDK
• Platform android-S, build-tools 30.0.3
• ANDROID_SDK_ROOT = G:\AndroidStudio\AndroidJDKSDK\platforms
• Java binary at: G:\AndroidStudio\AndroidStudio\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:\Program Files (x86)\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.9.0)
• Visual Studio at G:\Program Files\VisualStudioCommunity2019\Community
• Visual Studio Community 2019 version 16.9.31025.194
• Windows 10 SDK version 10.0.19041.0

[√] Android Studio (version 4.1.0)
• Android Studio at G:\AndroidStudio\AndroidStudio
• Flutter plugin can be installed from:
• 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)

[√] VS Code (version 1.54.3)
• VS Code at C:\Users\Muhammad Ramzan\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.20.0

[√] Connected device (4 available)
• Android SDK built for x86 64 (mobile) • emulator-5554 • android-x64 • Android 10 (API 29) (emulator)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19042.906]
• Chrome (web) • chrome • web-javascript • Google Chrome 89.0.4389.90
• Edge (web) • edge • web-javascript • Microsoft Edge 89.0.774.63

• No issues found!

Issue I'm getting when i try to run my app

Launching lib\main.dart on Android SDK built for x86 64 in debug mode...
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/hive.dart:37:6: Error: Can't use '/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive.dart' as a part, because it has no 'part of' declaration.
part 'src/hive.dart';
^

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/hive.dart:41:7: Error: Type 'HiveInterface' not found.
final HiveInterface Hive = HiveImpl();
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:22:52: Error: Type 'HiveInterface' not found.
class HiveImpl extends TypeRegistryImpl implements HiveInterface {
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:59:5: Error: Type 'KeyComparator' not found.
KeyComparator comparator,
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:60:5: Error: Type 'CompactionStrategy' not found.
CompactionStrategy compaction,
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:125:5: Error: Type 'KeyComparator' not found.
KeyComparator keyComparator = defaultKeyComparator,
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:126:5: Error: Type 'CompactionStrategy' not found.
CompactionStrategy compactionStrategy = defaultCompactionStrategy,
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:143:5: Error: Type 'KeyComparator' not found.
KeyComparator keyComparator = defaultKeyComparator,
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:144:5: Error: Type 'CompactionStrategy' not found.
CompactionStrategy compactionStrategy = defaultCompactionStrategy,
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/object/hive_list_impl.dart:19:3: Error: Type 'HiveInterface' not found.
HiveInterface _hive = Hive;
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/object/hive_list_impl.dart:177:17: Error: Type 'HiveInterface' not found.
set debugHive(HiveInterface hive) => _hive = hive;
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_base_impl.dart:17:9: Error: Type 'CompactionStrategy' not found.
final CompactionStrategy _compactionStrategy;
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_base_impl.dart:34:5: Error: Type 'KeyComparator' not found.
KeyComparator keyComparator,
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_impl.dart:16:5: Error: Type 'KeyComparator' not found.
KeyComparator keyComparator,
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_impl.dart:17:5: Error: Type 'CompactionStrategy' not found.
CompactionStrategy compactionStrategy,
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/lazy_box_impl.dart:17:5: Error: Type 'KeyComparator' not found.
KeyComparator keyComparator,
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/lazy_box_impl.dart:18:5: Error: Type 'CompactionStrategy' not found.
CompactionStrategy compactionStrategy,
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/keystore.dart:43:39: Error: Type 'KeyComparator' not found.
Keystore(this._box, this._notifier, KeyComparator keyComparator)
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/keystore.dart:51:5: Error: Type 'KeyComparator' not found.
KeyComparator keyComparator = defaultKeyComparator,
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/hive.dart:41:7: Error: 'HiveInterface' isn't a type.
final HiveInterface Hive = HiveImpl();
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:59:5: Error: 'KeyComparator' isn't a type.
KeyComparator comparator,
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:60:5: Error: 'CompactionStrategy' isn't a type.
CompactionStrategy compaction,
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:125:5: Error: 'KeyComparator' isn't a type.
KeyComparator keyComparator = defaultKeyComparator,
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:126:5: Error: 'CompactionStrategy' isn't a type.
CompactionStrategy compactionStrategy = defaultCompactionStrategy,
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:143:5: Error: 'KeyComparator' isn't a type.
KeyComparator keyComparator = defaultKeyComparator,
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:144:5: Error: 'CompactionStrategy' isn't a type.
CompactionStrategy compactionStrategy = defaultCompactionStrategy,
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/object/hive_list_impl.dart:19:3: Error: 'HiveInterface' isn't a type.
HiveInterface _hive = Hive;
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/object/hive_list_impl.dart:177:17: Error: 'HiveInterface' isn't a type.
set debugHive(HiveInterface hive) => _hive = hive;
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_base_impl.dart:17:9: Error: 'CompactionStrategy' isn't a type.
final CompactionStrategy _compactionStrategy;
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_base_impl.dart:34:5: Error: 'KeyComparator' isn't a type.
KeyComparator keyComparator,

^^^^^^^^^^^^^

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_impl.dart:16:5: Error: 'KeyComparator' isn't a type.

KeyComparator keyComparator,
^^^^^^^^^^^^^

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_impl.dart:17:5: Error: 'CompactionStrategy' isn't a type.
CompactionStrategy compactionStrategy,
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/lazy_box_impl.dart:17:5: Error: 'KeyComparator' isn't a type.
KeyComparator keyComparator,
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/lazy_box_impl.dart:18:5: Error: 'CompactionStrategy' isn't a type.
CompactionStrategy compactionStrategy,
^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/keystore.dart:43:39: Error: 'KeyComparator' isn't a type.
Keystore(this._box, this._notifier, KeyComparator keyComparator)
^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/keystore.dart:51:5: Error: 'KeyComparator' isn't a type.
KeyComparator keyComparator = defaultKeyComparator,
^^^^^^^^^^^^^

FAILURE: Build failed with an exception.

  • Where:
    Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 991

  • What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.

Process 'command 'C:\src\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 23s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)

** flutter build appbundle --verbose**

[ +103 ms] executing: [C:\src\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +84 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +1 ms] 4d7946a
[ +1 ms] executing: [C:\src\flutter/] git tag --points-at 4d7946a
[ +56 ms] Exit code 0 from: git tag --points-at 4d7946a
[ ] 2.0.3
[ +51 ms] executing: [C:\src\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +46 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/stable
[ ] executing: [C:\src\flutter/] git ls-remote --get-url origin
[ +37 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +331 ms] executing: [C:\src\flutter/] git rev-parse --abbrev-ref HEAD
[ +39 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +73 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.
[ +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.
[ +1 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.
[ +66 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ +1 ms] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ +9 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ +2 ms] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ +4 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +1 ms] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[ +84 ms] Skipping pub get: version match.
[ +64 ms] Found plugin path_provider at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\path_provider-1.6.28
[ +7 ms] Found plugin path_provider_linux at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_linux-0.0.1+2
[ +2 ms] Found plugin path_provider_macos at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_macos-0.0.4+8
[ +4 ms] Found plugin path_provider_windows at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_windows-0.0.5
[ +23 ms] Found plugin url_launcher at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\url_launcher-6.0.3
[ +3 ms] Found plugin url_launcher_linux at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\url_launcher_linux-2.0.0
[ +2 ms] Found plugin url_launcher_macos at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\url_launcher_macos-2.0.0
[ +3 ms] Found plugin url_launcher_web at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\url_launcher_web-2.0.0
[ +2 ms] Found plugin url_launcher_windows at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\url_launcher_windows-2.0.0
[ +160 ms] Found plugin path_provider at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\path_provider-1.6.28
[ +2 ms] Found plugin path_provider_linux at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_linux-0.0.1+2
[ +2 ms] Found plugin path_provider_macos at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_macos-0.0.4+8
[ +5 ms] Found plugin path_provider_windows at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_windows-0.0.5
[ +15 ms] Found plugin url_launcher at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\url_launcher-6.0.3
[ +1 ms] Found plugin url_launcher_linux at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\url_launcher_linux-2.0.0
[ +1 ms] Found plugin url_launcher_macos at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\url_launcher_macos-2.0.0
[ +3 ms] Found plugin url_launcher_web at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\url_launcher_web-2.0.0
[ +2 ms] Found plugin url_launcher_windows at C:\src\flutter.pub-cache\hosted\pub.dartlang.org\url_launcher_windows-2.0.0
[ +24 ms] Generating D:\FlutterProject\BitBot\bitbot\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[ +92 ms] Building without sound null safety
[ ] For more information see https://dart.dev/null-safety/unsound-null-safety
[ +31 ms] Running Gradle task 'bundleRelease'...
[ +7 ms] Using gradle from D:\FlutterProject\BitBot\bitbot\android\gradlew.bat.
[ +2 ms] D:\FlutterProject\BitBot\bitbot\android\gradlew.bat mode: 33279 rwxrwxrwx.
[ +11 ms] executing: G:\AndroidStudio\AndroidStudio\jre\bin\java -version
[ +115 ms] Exit code 0 from: G:\AndroidStudio\AndroidStudio\jre\bin\java -version
[ ] 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: [D:\FlutterProject\BitBot\bitbot\android/] D:\FlutterProject\BitBot\bitbot\android\gradlew.bat -Pverbose=true
-Ptarget-platform=android-arm,android-arm64,android-x64 -Ptarget=lib\main.dart -Ptrack-widget-creation=true -Ptree-shake-icons=true
bundleRelease
[+2083 ms] > Task :app:cleanMergeReleaseAssets UP-TO-DATE
[ +50 ms] > Task :app:preBuild UP-TO-DATE
[ +3 ms] > Task :app:extractProguardFiles
[ +4 ms] > Task :app:preReleaseBuild
[ +1 ms] > Task :app:mergeReleaseShaders
[ +3 ms] > Task :app:compileReleaseShaders
[ +1 ms] > Task :app:generateReleaseAssets
[+1996 ms] > Task :app:compileFlutterBuildRelease
[ +1 ms] [ +91 ms] executing: [C:\src\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +9 ms] [ +86 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +2 ms] [ ] 4d7946a
[ +1 ms] [ ] executing: [C:\src\flutter/] git tag --points-at 4d7946a
[ ] [ +57 ms] Exit code 0 from: git tag --points-at 4d7946a
[ +1 ms] [ ] 2.0.3
[ +1 ms] [ +55 ms] executing: [C:\src\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ ] [ +51 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ +4 ms] [ ] origin/stable
[ +2 ms] [ ] executing: [C:\src\flutter/] git ls-remote --get-url origin
[ ] [ +37 ms] Exit code 0 from: git ls-remote --get-url origin
[ +3 ms] [ ] https://github.com/flutter/flutter.git
[ ] [ +338 ms] executing: [C:\src\flutter/] git rev-parse --abbrev-ref HEAD
[ +1 ms] [ +38 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] [ ] stable
[ +4 ms] [ +53 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ +3 ms] [ ] 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.
[ +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.
[ +1 ms] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +1 ms] [ +64 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ +1 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.
[ +12 ms] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ +3 ms] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +4 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[ +1 ms] [ +75 ms] Initializing file store
[ ] [ +29 ms] Skipping target: gen_localizations
[ +1 ms] [ +12 ms] kernel_snapshot: Starting due to {}
[ +1 ms] [ +16 ms] C:\src\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\src\flutter\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root
C:\src\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk_product/ --target=flutter --no-print-incremental-dependencies
-Ddart.vm.profile=false -Ddart.vm.product=true --aot --tfa --packages D:\FlutterProject\BitBot\bitbot.dart_tool\package_config.json
--output-dill D:\FlutterProject\BitBot\bitbot.dart_tool\flutter_build\bb6f3dd8bff52154f58cfd96ff6d4fe3\app.dill --depfile
D:\FlutterProject\BitBot\bitbot.dart_tool\flutter_build\bb6f3dd8bff52154f58cfd96ff6d4fe3\kernel_snapshot.d package:bitbot/main.dart
[+1899 ms] [+2080 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/hive.dart:37:6: Error: Can't use
'/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive.dart' as a part, because it has no 'part of' declaration.
[ +3 ms] [ +1 ms] part 'src/hive.dart';
[ ] [ ] ^
[ +191 ms] [ +294 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/hive.dart:41:7: Error: Type 'HiveInterface' not
found.
[ +3 ms] [ ] final HiveInterface Hive = HiveImpl();
[ ] [ ] ^^^^^^^^^^^^^
[ +5 ms] [ +6 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:22:52: Error: Type
'HiveInterface' not found.
[ +6 ms] [ ] class HiveImpl extends TypeRegistryImpl implements HiveInterface {
[ +1 ms] [ ] ^^^^^^^^^^^^^
[ +2 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:59:5: Error: Type
'KeyComparator' not found.
[ +2 ms] [ ] KeyComparator comparator,
[ +69 ms] [ ] ^^^^^^^^^^^^^
[ +99 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:60:5: Error: Type
'CompactionStrategy' not found.
[ +6 ms] [ ] CompactionStrategy compaction,
[ +3 ms] [ ] ^^^^^^^^^^^^^^^^^^
[ +1 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:125:5: Error: Type
'KeyComparator' not found.
[ +2 ms] [ ] KeyComparator keyComparator = defaultKeyComparator,
[ +1 ms] [ ] ^^^^^^^^^^^^^
[ ] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:126:5: Error: Type
'CompactionStrategy' not found.
[ +6 ms] [ ] CompactionStrategy compactionStrategy = defaultCompactionStrategy,
[ ] [ ] ^^^^^^^^^^^^^^^^^^
[ +1 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:143:5: Error: Type
'KeyComparator' not found.
[ +1 ms] [ ] KeyComparator keyComparator = defaultKeyComparator,
[ ] [ ] ^^^^^^^^^^^^^
[ +2 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:144:5: Error: Type
'CompactionStrategy' not found.
[ +1 ms] [ ] CompactionStrategy compactionStrategy = defaultCompactionStrategy,
[ +2 ms] [ ] ^^^^^^^^^^^^^^^^^^
[ +4 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/object/hive_list_impl.dart:19:3: Error: Type
'HiveInterface' not found.
[ +2 ms] [ ] HiveInterface _hive = Hive;
[ +2 ms] [ ] ^^^^^^^^^^^^^
[ +1 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/object/hive_list_impl.dart:177:17: Error: Type
'HiveInterface' not found.
[ +1 ms] [ ] set debugHive(HiveInterface hive) => _hive = hive;
[ +1 ms] [ ] ^^^^^^^^^^^^^
[ ] [ +2 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_base_impl.dart:17:9: Error: Type
'CompactionStrategy' not found.
[ +3 ms] [ ] final CompactionStrategy _compactionStrategy;
[ +5 ms] [ ] ^^^^^^^^^^^^^^^^^^
[ ] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_base_impl.dart:34:5: Error: Type
'KeyComparator' not found.
[ +1 ms] [ ] KeyComparator keyComparator,
[ ] [ ] ^^^^^^^^^^^^^
[ ] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_impl.dart:16:5: Error: Type
'KeyComparator' not found.
[ +1 ms] [ ] KeyComparator keyComparator,
[ ] [ ] ^^^^^^^^^^^^^
[ ] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_impl.dart:17:5: Error: Type
'CompactionStrategy' not found.
[ +1 ms] [ ] CompactionStrategy compactionStrategy,
[ ] [ ] ^^^^^^^^^^^^^^^^^^
[ +38 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/lazy_box_impl.dart:17:5: Error: Type
'KeyComparator' not found.
[ +2 ms] [ ] KeyComparator keyComparator,
[ +1 ms] [ ] ^^^^^^^^^^^^^
[ +3 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/lazy_box_impl.dart:18:5: Error: Type
'CompactionStrategy' not found.
[ +3 ms] [ ] CompactionStrategy compactionStrategy,
[ +1 ms] [ ] ^^^^^^^^^^^^^^^^^^
[ +3 ms] [ +4 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/keystore.dart:43:39: Error: Type
'KeyComparator' not found.
[ +2 ms] [ ] Keystore(this._box, this._notifier, KeyComparator keyComparator)
[ +1 ms] [ ] ^^^^^^^^^^^^^
[ ] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/keystore.dart:51:5: Error: Type
'KeyComparator' not found.
[ +6 ms] [ ] KeyComparator keyComparator = defaultKeyComparator,
[ +14 ms] [ ] ^^^^^^^^^^^^^
[+2156 ms] [+2441 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/hive.dart:41:7: Error: 'HiveInterface' isn't a
type.
[ +1 ms] [ ] final HiveInterface Hive = HiveImpl();
[ +3 ms] [ ] ^^^^^^^^^^^^^
[+1095 ms] [+1130 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:59:5: Error: 'KeyComparator'
isn't a type.
[ +2 ms] [ ] KeyComparator comparator,
[ +1 ms] [ ] ^^^^^^^^^^^^^
[ ] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:60:5: Error:
'CompactionStrategy' isn't a type.
[ +1 ms] [ ] CompactionStrategy compaction,
[ ] [ ] ^^^^^^^^^^^^^^^^^^
[ ] [ +1 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:125:5: Error: 'KeyComparator'
isn't a type.
[ +1 ms] [ ] KeyComparator keyComparator = defaultKeyComparator,
[ ] [ ] ^^^^^^^^^^^^^
[ ] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:126:5: Error:
'CompactionStrategy' isn't a type.
[ +1 ms] [ ] CompactionStrategy compactionStrategy = defaultCompactionStrategy,
[ ] [ ] ^^^^^^^^^^^^^^^^^^
[ +2 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:143:5: Error: 'KeyComparator'
isn't a type.
[ +1 ms] [ ] KeyComparator keyComparator = defaultKeyComparator,
[ +1 ms] [ ] ^^^^^^^^^^^^^
[ ] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/hive_impl.dart:144:5: Error:
'CompactionStrategy' isn't a type.
[ +1 ms] [ ] CompactionStrategy compactionStrategy = defaultCompactionStrategy,
[ ] [ ] ^^^^^^^^^^^^^^^^^^
[ +1 ms] [ +3 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/object/hive_list_impl.dart:19:3: Error:
'HiveInterface' isn't a type.
[ +2 ms] [ ] HiveInterface _hive = Hive;
[ +1 ms] [ ] ^^^^^^^^^^^^^
[ +1 ms] [ +3 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/object/hive_list_impl.dart:177:17: Error:
'HiveInterface' isn't a type.
[ +6 ms] [ ] set debugHive(HiveInterface hive) => _hive = hive;
[ +1 ms] [ ] ^^^^^^^^^^^^^
[+1760 ms] [+1739 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_base_impl.dart:17:9: Error:
'CompactionStrategy' isn't a type.
[ +1 ms] [ ] final CompactionStrategy _compactionStrategy;
[ +1 ms] [ ] ^^^^^^^^^^^^^^^^^^
[ +1 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_base_impl.dart:34:5: Error:
'KeyComparator' isn't a type.
[ +1 ms] [ ] KeyComparator keyComparator,
[ ] [ ] ^^^^^^^^^^^^^
[ +1 ms] [ +2 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_impl.dart:16:5: Error: 'KeyComparator'
isn't a type.
[ +1 ms] [ ] KeyComparator keyComparator,
[ +1 ms] [ ] ^^^^^^^^^^^^^
[ ] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/box_impl.dart:17:5: Error:
'CompactionStrategy' isn't a type.
[ +1 ms] [ ] CompactionStrategy compactionStrategy,
[ ] [ ] ^^^^^^^^^^^^^^^^^^
[ ] [ +2 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/lazy_box_impl.dart:17:5: Error:
'KeyComparator' isn't a type.
[ +1 ms] [ ] KeyComparator keyComparator,
[ ] [ ] ^^^^^^^^^^^^^
[ ] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/lazy_box_impl.dart:18:5: Error:
'CompactionStrategy' isn't a type.
[ +3 ms] [ ] CompactionStrategy compactionStrategy,
[ +1 ms] [ ] ^^^^^^^^^^^^^^^^^^
[+1187 ms] [+1218 ms] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/keystore.dart:43:39: Error: 'KeyComparator'isn't a type.
[ +2 ms] [ ] Keystore(this._box, this._notifier, KeyComparator keyComparator)
[ +1 ms] [ ] ^^^^^^^^^^^^^
[ +1 ms] [ ] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/hive-1.4.4+1/lib/src/box/keystore.dart:51:5: Error: 'KeyComparator'
isn't a type.
[ +3 ms] [ ] KeyComparator keyComparator = defaultKeyComparator,
[ +2 ms] [ ] ^^^^^^^^^^^^^
[+6677 ms] [+6713 ms] Persisting file store
[ +110 ms] [ +9 ms] Done persisting file store
[ +1 ms] [ +15 ms] Target kernel_snapshot failed: Exception
[ ] #0 KernelSnapshot.build (package:flutter_tools/src/build_system/targets/common.dart:278:7)
[ +1 ms]
[ +1 ms] #1 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart:796:9)
[ +1 ms]
[ ] #2 Future.wait. (dart:async/future.dart)
[ +1 ms]
[ +1 ms] #3 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:734:32)
[ +9 ms]
[ +3 ms] #4 Future.wait. (dart:async/future.dart)
[ ]
[ ] #5 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:734:32)
[ ]
[ ] #6 Future.wait. (dart:async/future.dart)
[ ]
[ ] #7 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:734:32)
[ ]
[ ] #8 FlutterBuildSystem.build (package:flutter_tools/src/build_system/build_system.dart:563:16)
[ ]
[ ] #9 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:220:32)
[ ]
[ ] #10 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1157:12)
[ ]
[ ] #11 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1009:27)
[ ]
[ ] #12 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
[ ]
[ ] #13 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
[ ]
[ ] #14 CommandRunner.runCommand (package:args/command_runner.dart:197:13)
[ ]
[ ] #15 FlutterCommandRunner.runCommand.
(package:flutter_tools/src/runner/flutter_command_runner.dart:278:9)
[ ]
[ ] #16 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
[ ]
[ ] #17 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
[ ]
[ ] #18 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:234:5)
[ ]
[ ] #19 run.. (package:flutter_tools/runner.dart:64:9)
[ ]
[ ] #20 run. (package:flutter_tools/runner.dart:62:12)
[ ]
[ ] #21 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
[ ]
[ ] #22 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
[ ]
[ ] #23 runInContext (package:flutter_tools/src/context_runner.dart:73:10)
[ ]
[ +1 ms] #24 main (package:flutter_tools/executable.dart:90:3)
[ ]
[ ] [ +5 ms]
[ ] #0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
[ ] #1 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:237:7)
[ ]
[ ] #2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1157:12)
[ ]
[ ] #3 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1009:27)
[ ]
[ ] #4 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
[ ]
[ ] #5 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
[ ]
[ ] #6 CommandRunner.runCommand (package:args/command_runner.dart:197:13)
[ ]
[ ] #7 FlutterCommandRunner.runCommand.
(package:flutter_tools/src/runner/flutter_command_runner.dart:278:9)
[ +3 ms]
[ ] #8 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
[ ]
[ ] #9 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
[ ]
[ +1 ms] #10 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:234:5)
[ ]
[ ] #11 run.. (package:flutter_tools/runner.dart:64:9)
[ ]
[ ] #12 run. (package:flutter_tools/runner.dart:62:12)
[ ]
[ ] #13 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
[ ]
[ ] #14 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
[ ]
[ ] #15 runInContext (package:flutter_tools/src/context_runner.dart:73:10)
[ ]
[ ] #16 main (package:flutter_tools/executable.dart:90:3)
[ ]
[ ] FAILURE: Build failed with an exception.
[ ] * Where:
[ ] Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 991
[ ] * What went wrong:
[ ] Execution failed for task ':app:compileFlutterBuildRelease'.
[ ] > Process 'command 'C:\src\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 19s
[ ] [ +15 ms] "flutter assemble" took 15,929ms.
[ ] [ +2 ms] ensureAnalyticsSent: 0ms
[ ] [ +1 ms] Running shutdown hooks
[ ] [ ] Shutdown hooks complete
[ ] [ ] exiting with code 1
[ ] > Task :app:compileFlutterBuildRelease FAILED
[ ] 5 actionable tasks: 4 executed, 1 up-to-date
[ +540 ms] Running Gradle task 'bundleRelease'... (completed in 20.5s)
[ +8 ms] "flutter appbundle" took 21,184ms.
[ +6 ms] Gradle task bundleRelease failed with exit code 1
[ +1 ms]
#0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
#1 buildGradleApp (package:flutter_tools/src/android/gradle.dart:411:7)

#2 _AndroidBuilderImpl.buildAab (package:flutter_tools/src/android/android_builder.dart:121:7)

#3 BuildAppBundleCommand.runCommand (package:flutter_tools/src/commands/build_appbundle.dart:90:5)

#4 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1157:12)

#5 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1009:27)

#6 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)

#7 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)

#8 CommandRunner.runCommand (package:args/command_runner.dart:197:13)

#9 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:278:9)

#10 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)

#11 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)

#12 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:234:5)

#13 run.. (package:flutter_tools/runner.dart:64:9)

#14 run. (package:flutter_tools/runner.dart:62:12)

#15 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)

#16 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)

#17 runInContext (package:flutter_tools/src/context_runner.dart:73:10)

#18 main (package:flutter_tools/executable.dart:90:3)

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

@iapicca
Copy link
Contributor

iapicca commented Mar 30, 2021

@OttomanDeveloper
I see you already open an issue in the correct repo
I recommend to follow up there or if you believe the issue is caused by flutter
provide a minimal reproducible code sample without 3rd party plugins

@OttomanDeveloper
Copy link
Author

@iapicca yes I opened this issue on hive plugin repository Coz I don't know why this issue happens after restarting my computer. Before restarting everything is working fine 🙄

@OttomanDeveloper
Copy link
Author

Issue Solved. Just Deleted The Flutter Source Folder And Then Reinstalled it. Everything Works Fine Now

@github-actions
Copy link

github-actions bot commented Aug 3, 2021

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 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants