Coder Social home page Coder Social logo

julianassmann / flutter_dynamic_themes Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 1.0 130 KB

A flutter package that allows you to specify a number of color themes for the user to choose from. Persits the selected theme across app restarts.

Home Page: https://pub.dev/packages/dynamic_themes

License: MIT License

Kotlin 0.97% Swift 3.15% Objective-C 0.30% Dart 95.59%
flutter theme-ui

flutter_dynamic_themes's Introduction

Hello, World! 🌍

👋 Hi there, I'm Julian.

    👨‍💻 Working as a VT/STAR Master Student at SAP
    🎓 Pursuing my master's in Computer Science from the Karlsruhe University of Applied Sciences, majoring in Machine Learning
    🤖 Deeply passionate about Machine Learning, currently writing my Master's thesis about it
    📹 Creating educational videos on computer science topics (but only in German for now)
    🏆 Recipient of the Germany Scholarship (Deutschlandstipendium)

🔗 Connect with me on:
    🎬 YouTube
    💼 LinkedIn
    🌐 Personal Website

flutter_dynamic_themes's People

Contributors

julianassmann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

pouya-khalilzad

flutter_dynamic_themes's Issues

Feedback

Hey, I'm using https://github.com/Norbert515/dynamic_theme in an app but the project is not maintained anymore. I found your project as an alternative however your implementation doesn't solve my use case:

I need to be able to dynamically define a new theme at runtime, for instance, an app where the user could change the colors with an RGB picker and customs everything. This means I cannot provide a list of pre-defined themes, this was possible with Norber515's project.

Let me know if you do some changes in the future that would solve that.

Thanks, and great work with your package!

[Flutter 2.0] Null check operator used on a null value

I just got the same error today.

Worst thing about this error is that it it crashes even before the app is visible, since the DynamicTheme is the wrapper of the MaterialWidget

Error message:

======== Exception caught by widgets library =======================================================
The following _CastError was thrown building Builder:
Null check operator used on a null value

The relevant error-causing widget was: 
  Builder file:///C:/tools/flutter/.pub-cache/hosted/pub.dartlang.org/provider-4.3.3/lib/src/inherited_provider.dart:162:13
When the exception was thrown, this was the stack: 
#0      State.widget (package:flutter/src/widgets/framework.dart:1062:26)
#1      new _DynamicThemeState (package:dynamic_themes/src/dynamic_theme.dart:79:23)
#2      DynamicTheme.createState (package:dynamic_themes/src/dynamic_theme.dart:58:39)
#3      new StatefulElement (package:flutter/src/widgets/framework.dart:4584:24)
#4      StatefulWidget.createElement (package:flutter/src/widgets/framework.dart:916:38)
...
====================================================================================================

main file code sample:

return DynamicTheme(
      themeCollection: ThemeUtils.collection, // {Light, Dark, Custom}
      defaultThemeId: AppTheme.Light, // AppTheme.Light = 0, int value
      builder: (_, theme) => MaterialApp(
        title: 'Demo app,
        theme: theme,
        home: buildApp(),
        debugShowCheckedModeBanner: false,
      ),
    );

Flutter doctor -v

D:\_Harsh\Projects\flutter\flutter_e_commerce>flutter doctor -v
[√] Flutter (Channel stable, 2.0.0, on Microsoft Windows [Version 10.0.19042.867], locale en-IN)
    • Flutter version 2.0.0 at C:\tools\flutter
    • Framework revision 60bd88df91 (4 weeks ago), 2021-03-03 09:13:17 -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\RW3\AppData\Local\Android\Sdk
    • Platform android-30, build-tools 30.0.3
    • ANDROID_HOME = C:\Users\RW3\AppData\Local\Android\Sdk
    • Java binary at: C:\Program Files\Android\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:\Program Files\Google\Chrome\Application\chrome.exe

[√] Android Studio (version 4.1.0)
    • Android Studio at C:\Program Files\Android\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)

[√] VS Code, 64-bit edition (version 1.53.2)
    • VS Code at C:\Program Files\Microsoft VS Code
    • Flutter extension version 3.20.0

[√] Connected device (3 available)
    • Nokia 5 3 (mobile) • 192.168.0.101:5050 • android-arm64  • Android 10 (API 29)
    • 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!

D:\_Harsh\Projects\flutter\flutter_e_commerce>

Verbose log of the build:

[ +228 ms] executing: [C:\tools\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +827 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 60bd88df915880d23877bfc1602e8ddcf4c4dd2a
[   +1 ms] executing: [C:\tools\flutter/] git tag --points-at 60bd88df915880d23877bfc1602e8ddcf4c4dd2a
[+7371 ms] Exit code 0 from: git tag --points-at 60bd88df915880d23877bfc1602e8ddcf4c4dd2a
[        ] 2.0.0
[  +72 ms] executing: [C:\tools\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +243 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [C:\tools\flutter/] git ls-remote --get-url origin
[  +44 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[ +130 ms] executing: [C:\tools\flutter/] git rev-parse --abbrev-ref HEAD
[  +73 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[ +136 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.
[  +18 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.
[+3080 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe devices -l
[ +169 ms] List of devices attached
           192.168.0.101:5050     device product:CaptainAmerica_00WW model:Nokia_5_3 device:CAP_sprout transport_id:1
[  +12 ms] C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe -s 192.168.0.101:5050 shell getprop
[ +281 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +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.
[        ] 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.
[ +224 ms] Skipping pub get: version match.
[ +400 ms] Found plugin fluttertoast at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\fluttertoast-7.1.8\
[  +77 ms] Found plugin path_provider_linux at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_linux-2.0.0\
[  +51 ms] Found plugin path_provider_windows at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_windows-2.0.0\
[  +70 ms] Found plugin shared_preferences at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences-2.0.5\
[  +67 ms] Found plugin shared_preferences_linux at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_linux-2.0.0\
[   +2 ms] Found plugin shared_preferences_macos at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_macos-2.0.0\
[  +48 ms] Found plugin shared_preferences_web at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_web-2.0.0\
[  +17 ms] Found plugin shared_preferences_windows at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_windows-2.0.0\
[ +131 ms] Found plugin url_launcher at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\url_launcher-5.7.10\
[   +6 ms] Found plugin url_launcher_linux at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\url_launcher_linux-0.0.1+4\
[  +28 ms] Found plugin url_launcher_macos at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\url_launcher_macos-0.0.1+9\
[  +63 ms] Found plugin url_launcher_web at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\url_launcher_web-0.1.5+3\
[   +3 ms] Found plugin url_launcher_windows at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\url_launcher_windows-0.0.1+3\
[+1364 ms] Found plugin fluttertoast at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\fluttertoast-7.1.8\
[  +20 ms] Found plugin path_provider_linux at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_linux-2.0.0\
[   +3 ms] Found plugin path_provider_windows at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_windows-2.0.0\
[  +11 ms] Found plugin shared_preferences at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences-2.0.5\
[   +3 ms] Found plugin shared_preferences_linux at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_linux-2.0.0\
[   +2 ms] Found plugin shared_preferences_macos at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_macos-2.0.0\
[   +2 ms] Found plugin shared_preferences_web at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_web-2.0.0\
[   +2 ms] Found plugin shared_preferences_windows at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_windows-2.0.0\
[  +11 ms] Found plugin url_launcher at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\url_launcher-5.7.10\
[   +1 ms] Found plugin url_launcher_linux at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\url_launcher_linux-0.0.1+4\
[   +2 ms] Found plugin url_launcher_macos at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\url_launcher_macos-0.0.1+9\
[   +3 ms] Found plugin url_launcher_web at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\url_launcher_web-0.1.5+3\
[   +1 ms] Found plugin url_launcher_windows at C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\url_launcher_windows-0.0.1+3\
[ +146 ms] Generating D:\_Harsh\Projects\flutter\flutter_e_commerce\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[ +103 ms] ro.hardware = qcom
[ +121 ms] Initializing file store
[  +15 ms] Skipping target: gen_localizations
[   +7 ms] complete
[   +6 ms] Launching lib\main.dart on Nokia 5 3 in debug mode...
[  +10 ms] C:\tools\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\tools\flutter\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root C:\tools\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata -Dflutter.inspector.structuredErrors=true --output-dill C:\Users\RW3\AppData\Local\Temp\flutter_tools.c0bbf6a0\flutter_tool.9123dd4f\app.dill --packages D:\_Harsh\Projects\flutter\flutter_e_commerce\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --initialize-from-dill build\f872507f30e2ff2523f0f1d19160266e.cache.dill.track.dill
[  +35 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\build-tools\30.0.3\aapt dump xmltree D:\_Harsh\Projects\flutter\flutter_e_commerce\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[ +404 ms] Exit code 0 from: C:\Users\RW3\AppData\Local\Android\Sdk\build-tools\30.0.3\aapt dump xmltree D:\_Harsh\Projects\flutter\flutter_e_commerce\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x2
               A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1d
               A: android:compileSdkVersionCodename(0x01010573)="10" (Raw: "10")
               A: package="com.rockertech.flutter_e_com" (Raw: "com.rockertech.flutter_e_com")
               A: platformBuildVersionCode=(type 0x10)0x1d
               A: platformBuildVersionName=(type 0x10)0xa
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1d
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: application (line=16)
                 A: android:label(0x01010001)=@0x7f090000
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
                 E: activity (line=22)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.rockertech.flutter_e_com.MainActivity" (Raw: "com.rockertech.flutter_e_com.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=36)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: meta-data (line=46)
                     A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable")
                     A: android:resource(0x01010025)=@0x7f040001
                   E: intent-filter (line=50)
                     E: action (line=51)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=53)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: meta-data (line=60)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: activity (line=64)
                   A: android:theme(0x01010000)=@0x01030007
                   A: android:name(0x01010003)="io.flutter.plugins.urllauncher.WebViewActivity" (Raw: "io.flutter.plugins.urllauncher.WebViewActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
[  +14 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe -s 192.168.0.101:5050 shell -x logcat -v time -t 1
[   +9 ms] <- compile package:flutter_e_commerce/main.dart
[ +255 ms] --------- beginning of main
           04-01 17:14:03.091 I/cnss-daemon( 1084): nl80211_response_handler: cmd 103, vendorID 4980, subcmd 13  received
[  +21 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe version
[  +33 ms] Android Debug Bridge version 1.0.41
           Version 31.0.1-7187441
           Installed as C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe
[   +6 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe start-server
[  +53 ms] Building APK
Running Gradle task 'assembleDebug'...
[  +64 ms] Using gradle from D:\_Harsh\Projects\flutter\flutter_e_commerce\android\gradlew.bat.
[   +2 ms] D:\_Harsh\Projects\flutter\flutter_e_commerce\android\gradlew.bat mode: 33279 rwxrwxrwx.
[  +18 ms] executing: C:\Program Files\Android\Android Studio\jre\bin\java -version
[ +534 ms] Exit code 0 from: C:\Program Files\Android\Android Studio\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)
[   +4 ms] executing: [D:\_Harsh\Projects\flutter\flutter_e_commerce\android/] D:\_Harsh\Projects\flutter\flutter_e_commerce\android\gradlew.bat -Pverbose=true -Ptarget-platform=android-arm64 -Ptarget=D:\_Harsh\Projects\flutter\flutter_e_commerce\lib\main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root -Pdart-defines=flutter.inspector.structuredErrors%3Dtrue assembleDebug
[+27285 ms] > Task :app:compileFlutterBuildDebug
[        ] [ +130 ms] executing: [C:\tools\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +86 ms] [ +160 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +1 ms] [        ] 60bd88df915880d23877bfc1602e8ddcf4c4dd2a
[  +92 ms] [        ] executing: [C:\tools\flutter/] git tag --points-at 60bd88df915880d23877bfc1602e8ddcf4c4dd2a
[ +110 ms] [ +169 ms] Exit code 0 from: git tag --points-at 60bd88df915880d23877bfc1602e8ddcf4c4dd2a
[   +2 ms] [        ] 2.0.0
[  +92 ms] [  +76 ms] executing: [C:\tools\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +1 ms] [  +46 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] [        ] origin/stable
[ +106 ms] [        ] executing: [C:\tools\flutter/] git ls-remote --get-url origin
[   +1 ms] [  +44 ms] Exit code 0 from: git ls-remote --get-url origin
[   +4 ms] [        ] https://github.com/flutter/flutter.git
[  +87 ms] [ +107 ms] executing: [C:\tools\flutter/] git rev-parse --abbrev-ref HEAD
[   +1 ms] [  +52 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.
[        ] [   +5 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.
[ +104 ms] [        ] 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.
[        ] [ +100 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.
[  +92 ms] [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] [        ] 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.
[  +89 ms] [ +117 ms] Initializing file store
[ +106 ms] [  +88 ms] Done initializing file store
[ +497 ms] [ +520 ms] Skipping target: gen_localizations
[+14304 ms] [+14302 ms] kernel_snapshot: Starting due to {InvalidatedReason.inputChanged}
[        ] [  +43 ms] C:\tools\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\tools\flutter\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root C:\tools\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies -Dflutter.inspector.structuredErrors=true -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --no-link-platform --packages D:\_Harsh\Projects\flutter\flutter_e_commerce\.dart_tool\package_config.json --output-dill D:\_Harsh\Projects\flutter\flutter_e_commerce\.dart_tool\flutter_build\65365b0e0d9bb53fd66d6560fbb272a1\app.dill --depfile D:\_Harsh\Projects\flutter\flutter_e_commerce\.dart_tool\flutter_build\65365b0e0d9bb53fd66d6560fbb272a1\kernel_snapshot.d package:flutter_e_commerce/main.dart
[+74195 ms] [+74146 ms] kernel_snapshot: Complete
[ +891 ms] [ +929 ms] invalidated build due to missing files: D:\_Harsh\Projects\flutter\flutter_e_commerce\DOES_NOT_EXIST_RERUN_FOR_WILDCARD255428079
[+28709 ms] [+28673 ms] debug_android_application: Starting due to {InvalidatedReason.inputChanged, InvalidatedReason.inputMissing}
[+7204 ms] [+7210 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
[ +892 ms] [ +900 ms] debug_android_application: Complete
[+6114 ms] [+6152 ms] Persisting file store
[  +80 ms] [  +84 ms] Done persisting file store
[ +120 ms] [ +121 ms] build succeeded.
[ +193 ms] [ +192 ms] "flutter assemble" took 1,33,488ms.
[  +99 ms] [  +13 ms] ensureAnalyticsSent: 1ms
[   +2 ms] [  +12 ms] Running shutdown hooks
[        ] [   +1 ms] Shutdown hooks complete
[        ] [   +1 ms] exiting with code 0
[+1489 ms] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[ +104 ms] > Task :app:preBuild UP-TO-DATE
[   +1 ms] > Task :app:preDebugBuild UP-TO-DATE
[  +93 ms] > Task :fluttertoast:preBuild UP-TO-DATE
[   +3 ms] > Task :fluttertoast:preDebugBuild UP-TO-DATE
[ +697 ms] > Task :shared_preferences:preBuild UP-TO-DATE
[   +1 ms] > Task :shared_preferences:preDebugBuild UP-TO-DATE
[   +1 ms] > Task :shared_preferences:compileDebugAidl NO-SOURCE
[        ] > Task :fluttertoast:compileDebugAidl NO-SOURCE
[ +496 ms] > Task :url_launcher:preBuild UP-TO-DATE
[        ] > Task :url_launcher:preDebugBuild UP-TO-DATE
[   +1 ms] > Task :url_launcher:compileDebugAidl NO-SOURCE
[   +1 ms] > Task :app:compileDebugAidl NO-SOURCE
[ +192 ms] > Task :fluttertoast:packageDebugRenderscript NO-SOURCE
[   +1 ms] > Task :shared_preferences:packageDebugRenderscript NO-SOURCE
[   +2 ms] > Task :url_launcher:packageDebugRenderscript NO-SOURCE
[   +5 ms] > Task :app:checkDebugManifest UP-TO-DATE
[        ] > Task :app:compileDebugRenderscript NO-SOURCE
[  +97 ms] > Task :app:generateDebugBuildConfig UP-TO-DATE
[ +298 ms] > Task :app:cleanMergeDebugAssets
[ +201 ms] > Task :app:mergeDebugShaders UP-TO-DATE
[   +1 ms] > Task :app:compileDebugShaders UP-TO-DATE
[   +1 ms] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :fluttertoast:mergeDebugShaders UP-TO-DATE
[        ] > Task :fluttertoast:compileDebugShaders UP-TO-DATE
[        ] > Task :fluttertoast:generateDebugAssets UP-TO-DATE
[  +93 ms] > Task :fluttertoast:packageDebugAssets UP-TO-DATE
[   +1 ms] > Task :shared_preferences:mergeDebugShaders UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugShaders UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugAssets UP-TO-DATE
[        ] > Task :shared_preferences:packageDebugAssets UP-TO-DATE
[        ] > Task :url_launcher:mergeDebugShaders UP-TO-DATE
[  +85 ms] > Task :url_launcher:compileDebugShaders UP-TO-DATE
[   +1 ms] > Task :url_launcher:generateDebugAssets UP-TO-DATE
[   +1 ms] > Task :url_launcher:packageDebugAssets UP-TO-DATE
[        ] > Task :app:mergeDebugAssets
[+2805 ms] > Task :app:copyFlutterAssetsDebug
[        ] > Task :app:mainApkListPersistenceDebug UP-TO-DATE
[ +806 ms] > Task :app:generateDebugResValues UP-TO-DATE
[        ] > Task :app:generateDebugResources UP-TO-DATE
[        ] > Task :fluttertoast:generateDebugResValues UP-TO-DATE
[        ] > Task :fluttertoast:compileDebugRenderscript NO-SOURCE
[        ] > Task :fluttertoast:generateDebugResources UP-TO-DATE
[        ] > Task :fluttertoast:packageDebugResources UP-TO-DATE
[  +83 ms] > Task :shared_preferences:generateDebugResValues UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugRenderscript NO-SOURCE
[        ] > Task :shared_preferences:generateDebugResources UP-TO-DATE
[   +1 ms] > Task :shared_preferences:packageDebugResources UP-TO-DATE
[ +295 ms] > Task :url_launcher:generateDebugResValues UP-TO-DATE
[   +1 ms] > Task :url_launcher:compileDebugRenderscript NO-SOURCE
[        ] > Task :url_launcher:generateDebugResources UP-TO-DATE
[ +108 ms] > Task :url_launcher:packageDebugResources UP-TO-DATE
[+1096 ms] > Task :app:mergeDebugResources UP-TO-DATE
[ +207 ms] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[   +2 ms] > Task :fluttertoast:checkDebugManifest UP-TO-DATE
[  +96 ms] > Task :fluttertoast:processDebugManifest UP-TO-DATE
[        ] > Task :shared_preferences:checkDebugManifest UP-TO-DATE
[        ] > Task :shared_preferences:processDebugManifest UP-TO-DATE
[        ] > Task :url_launcher:checkDebugManifest UP-TO-DATE
[        ] > Task :url_launcher:processDebugManifest UP-TO-DATE
[  +90 ms] > Task :app:processDebugManifest UP-TO-DATE
[   +1 ms] > Task :fluttertoast:parseDebugLibraryResources UP-TO-DATE
[  +93 ms] > Task :fluttertoast:generateDebugRFile UP-TO-DATE
[ +109 ms] > Task :shared_preferences:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugRFile UP-TO-DATE
[        ] > Task :url_launcher:parseDebugLibraryResources UP-TO-DATE
[  +98 ms] > Task :url_launcher:generateDebugRFile UP-TO-DATE
[        ] > Task :app:processDebugResources UP-TO-DATE
[        ] > Task :fluttertoast:generateDebugBuildConfig UP-TO-DATE
[ +196 ms] > Task :fluttertoast:compileDebugKotlin UP-TO-DATE
[   +2 ms] > Task :fluttertoast:javaPreCompileDebug UP-TO-DATE
[        ] > Task :fluttertoast:compileDebugJavaWithJavac UP-TO-DATE
[ +160 ms] > Task :fluttertoast:bundleLibCompileDebug UP-TO-DATE
[   +1 ms] > Task :shared_preferences:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :shared_preferences:javaPreCompileDebug UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugJavaWithJavac UP-TO-DATE
[   +1 ms] > Task :shared_preferences:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :url_launcher:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :url_launcher:javaPreCompileDebug UP-TO-DATE
[ +247 ms] > Task :url_launcher:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :url_launcher:bundleLibCompileDebug UP-TO-DATE
[ +502 ms] > Task :app:compileDebugKotlin UP-TO-DATE
[   +4 ms] > Task :app:javaPreCompileDebug UP-TO-DATE
[ +126 ms] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[  +10 ms] > Task :app:compileDebugSources UP-TO-DATE
[ +148 ms] > Task :app:processDebugJavaRes NO-SOURCE
[        ] > Task :fluttertoast:processDebugJavaRes NO-SOURCE
[        ] > Task :fluttertoast:bundleLibResDebug UP-TO-DATE
[        ] > Task :shared_preferences:processDebugJavaRes NO-SOURCE
[ +191 ms] > Task :shared_preferences:bundleLibResDebug UP-TO-DATE
[        ] > Task :url_launcher:processDebugJavaRes NO-SOURCE
[        ] > Task :url_launcher:bundleLibResDebug UP-TO-DATE
[        ] > Task :app:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :url_launcher:bundleLibRuntimeDebug UP-TO-DATE
[  +98 ms] > Task :url_launcher:createFullJarDebug UP-TO-DATE
[        ] > Task :shared_preferences:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :shared_preferences:createFullJarDebug UP-TO-DATE
[        ] > Task :fluttertoast:bundleLibRuntimeDebug UP-TO-DATE
[+1094 ms] > Task :fluttertoast:createFullJarDebug UP-TO-DATE
[ +496 ms] > Task :app:checkDebugDuplicateClasses UP-TO-DATE
[ +106 ms] > Task :app:desugarDebugFileDependencies UP-TO-DATE
[ +207 ms] > Task :app:transformClassesWithDexBuilderForDebug UP-TO-DATE
[        ] > Task :app:mergeExtDexDebug UP-TO-DATE
[        ] > Task :app:mergeDexDebug UP-TO-DATE
[        ] > Task :app:validateSigningDebug UP-TO-DATE
[  +91 ms] > Task :app:signingConfigWriterDebug UP-TO-DATE
[        ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :fluttertoast:mergeDebugJniLibFolders UP-TO-DATE
[ +104 ms] > Task :fluttertoast:mergeDebugNativeLibs UP-TO-DATE
[ +188 ms] > Task :fluttertoast:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :fluttertoast:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[ +204 ms] > Task :shared_preferences:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :shared_preferences:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :shared_preferences:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :shared_preferences:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :url_launcher:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :url_launcher:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :url_launcher:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :url_launcher:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :app:mergeDebugNativeLibs UP-TO-DATE
[ +492 ms] > Task :app:stripDebugDebugSymbols UP-TO-DATE
[+30003 ms] > Task :app:packageDebug
[+10203 ms] > Task :app:assembleDebug
[ +495 ms] > Task :fluttertoast:extractDebugAnnotations UP-TO-DATE
[        ] > Task :fluttertoast:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :fluttertoast:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :fluttertoast:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :fluttertoast:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :fluttertoast:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :fluttertoast:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :fluttertoast:bundleDebugAar UP-TO-DATE
[        ] > Task :fluttertoast:compileDebugSources UP-TO-DATE
[        ] > Task :fluttertoast:assembleDebug UP-TO-DATE
[        ] > Task :shared_preferences:extractDebugAnnotations UP-TO-DATE
[        ] > Task :shared_preferences:mergeDebugGeneratedProguardFiles UP-TO-DATE
[  +89 ms] > Task :shared_preferences:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :shared_preferences:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :shared_preferences:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :shared_preferences:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :shared_preferences:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :shared_preferences:bundleDebugAar UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugSources UP-TO-DATE
[        ] > Task :shared_preferences:assembleDebug UP-TO-DATE
[        ] > Task :url_launcher:extractDebugAnnotations UP-TO-DATE
[        ] > Task :url_launcher:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :url_launcher:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :url_launcher:prepareLintJarForPublish UP-TO-DATE
[ +401 ms] > Task :url_launcher:mergeDebugJavaResource UP-TO-DATE
[ +107 ms] > Task :url_launcher:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :url_launcher:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[ +203 ms] > Task :url_launcher:bundleDebugAar UP-TO-DATE
[        ] > Task :url_launcher:mergeDebugResources UP-TO-DATE
[        ] > Task :url_launcher:compileDebugSources UP-TO-DATE
[        ] > Task :url_launcher:assembleDebug UP-TO-DATE
[ +292 ms] BUILD SUCCESSFUL in 3m 37s
[        ] 117 actionable tasks: 6 executed, 111 up-to-date
[+2885 ms] calculateSha: LocalDirectory: 'D:\_Harsh\Projects\flutter\flutter_e_commerce\build\app\outputs\flutter-apk'/app.apk
[  +72 ms] calculateSha: reading file took 71us
[+1142 ms] calculateSha: computing sha took 1142us
[ +151 ms] √ Built build\app\outputs\flutter-apk\app-debug.apk.
[ +304 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\build-tools\30.0.3\aapt dump xmltree D:\_Harsh\Projects\flutter\flutter_e_commerce\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[ +854 ms] Exit code 0 from: C:\Users\RW3\AppData\Local\Android\Sdk\build-tools\30.0.3\aapt dump xmltree D:\_Harsh\Projects\flutter\flutter_e_commerce\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x2
               A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1d
               A: android:compileSdkVersionCodename(0x01010573)="10" (Raw: "10")
               A: package="com.rockertech.flutter_e_com" (Raw: "com.rockertech.flutter_e_com")
               A: platformBuildVersionCode=(type 0x10)0x1d
               A: platformBuildVersionName=(type 0x10)0xa
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1d
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: application (line=16)
                 A: android:label(0x01010001)=@0x7f090000
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
                 E: activity (line=22)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.rockertech.flutter_e_com.MainActivity" (Raw: "com.rockertech.flutter_e_com.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=36)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: meta-data (line=46)
                     A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable")
                     A: android:resource(0x01010025)=@0x7f040001
                   E: intent-filter (line=50)
                     E: action (line=51)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=53)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: meta-data (line=60)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: activity (line=64)
                   A: android:theme(0x01010000)=@0x01030007
                   A: android:name(0x01010003)="io.flutter.plugins.urllauncher.WebViewActivity" (Raw: "io.flutter.plugins.urllauncher.WebViewActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
[   +4 ms] Stopping app 'app.apk' on Nokia 5 3.
[   +1 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe -s 192.168.0.101:5050 shell am force-stop com.rockertech.flutter_e_com
[ +382 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe -s 192.168.0.101:5050 shell pm list packages com.rockertech.flutter_e_com
[ +134 ms] package:com.rockertech.flutter_e_com
[   +3 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe -s 192.168.0.101:5050 shell cat /data/local/tmp/sky.com.rockertech.flutter_e_com.sha1
[  +90 ms] 01d4176ced4474e50f4c0e96b47a0691a4ccec5b
[   +1 ms] Installing APK.
Installing build\app\outputs\flutter-apk\app.apk...
[   +3 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe -s 192.168.0.101:5050 install -t -r D:\_Harsh\Projects\flutter\flutter_e_commerce\build\app\outputs\flutter-apk\app.apk
[+45394 ms] Performing Streamed Install
            Success
[   +3 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe -s 192.168.0.101:5050 shell echo -n 47f283f090b112bce92da4873de33a180724b754 > /data/local/tmp/sky.com.rockertech.flutter_e_com.sha1
[  +80 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe -s 192.168.0.101:5050 shell -x logcat -v time -t 1
[ +184 ms] --------- beginning of main
           04-01 17:18:34.439 I/Finsky  (10315): [146021] qre.run(16): Wrote row to frosting DB: 8869
[  +15 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe -s 192.168.0.101:5050 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true --ez verify-entry-points true --ez start-paused true com.rockertech.flutter_e_com/com.rockertech.flutter_e_com.MainActivity
[ +315 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.rockertech.flutter_e_com/.MainActivity (has extras) }
[        ] Waiting for observatory port to be available...
[+2612 ms] Observatory URL on device: http://127.0.0.1:38863/8227Hjuto4Q=/
[   +2 ms] executing: C:\Users\RW3\AppData\Local\Android\Sdk\platform-tools\adb.exe -s 192.168.0.101:5050 forward tcp:0 tcp:38863
[  +34 ms] 51235
[        ] Forwarded host port 51235 to device port 38863 for Observatory
[  +11 ms] Caching compiled dill
[+1152 ms] Connecting to service protocol: http://127.0.0.1:51235/8227Hjuto4Q=/
[ +562 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:51235/8227Hjuto4Q=/.
[ +844 ms] DDS is listening at http://127.0.0.1:51244/OFBPYUj2SU0=/.
[ +114 ms] Successfully connected to service protocol: http://127.0.0.1:51235/8227Hjuto4Q=/
[+4082 ms] DevFS: Creating new filesystem on the device (null)
[  +60 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.rockertech.flutter_e_com/code_cache/flutter_e_commerceDVVWMY/flutter_e_commerce/)
[   +7 ms] Updating assets
Debug service listening on ws://127.0.0.1:51244/OFBPYUj2SU0=/ws
[ +294 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
Syncing files to device Nokia 5 3...
[  +10 ms] <- reset
[        ] Compiling dart to kernel with 0 updated files
[   +9 ms] <- recompile package:flutter_e_commerce/main.dart 617b7843-fb5b-4c86-a1a3-650c3fbacca9
[        ] <- 617b7843-fb5b-4c86-a1a3-650c3fbacca9
[+1494 ms] Updating files.
[        ] DevFS: Sync finished
[   +3 ms] Synced 0.0MB.
[   +2 ms] <- accept
[  +48 ms] Connected to _flutterView/0x70c28ca020.

======== Exception caught by widgets library =======================================================
The following _CastError was thrown building Builder:
Null check operator used on a null value

The relevant error-causing widget was: 
  Builder file:///C:/tools/flutter/.pub-cache/hosted/pub.dartlang.org/provider-4.3.3/lib/src/inherited_provider.dart:162:13
When the exception was thrown, this was the stack: 
#0      State.widget (package:flutter/src/widgets/framework.dart:1062:26)
#1      new _DynamicThemeState (package:dynamic_themes/src/dynamic_theme.dart:79:23)
#2      DynamicTheme.createState (package:dynamic_themes/src/dynamic_theme.dart:58:39)
#3      new StatefulElement (package:flutter/src/widgets/framework.dart:4584:24)
#4      StatefulWidget.createElement (package:flutter/src/widgets/framework.dart:916:38)
...
====================================================================================================

@JulianAssmann Please check this issue and let me know if there's any work arounds for this. I'll be looking forward to resolution of this issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.