Open braj065 opened 4 years ago
+1
Uncaught TypeError: Cannot read property 'dv' of null
at Object.cj (main.dart.js:2645)
at G1.ri (main.dart.js:19133)
at Dx.$1 (main.dart.js:18040)
at ai0 (main.dart.js:1961)
at HTMLElement.
also to me
+1
clone this repo and run it locally, works with the latest Flutter https://github.com/kleeb/panache
how to run that repo locally?
cd panache_web
flutter run -d chrome
cd panache_web flutter run -d chrome
nothing seems to happen when i click the download button, the theme doesnt get generated. any idea?
@milanobrenovic You need enable web development on your localhost by commands:
flutter channel beta
flutter upgrade
flutter config --enable-web
and install chrome browser
then command flutter run -d chrome
will work..
For more informations check web page: https://flutter.dev/docs/get-started/web
Theme gets generated for me, when locally tried but not able to download theme class due to below error
errors.dart:163 Uncaught (in promise) Error: Assertion failed: org-dartlang-sdk:///dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/types.dart:131:7
isJsObject(f) ||
!JSallowInterop
to be passed to JavaScript."
at Object.throw_ [as throw] (errors.dart:212)
at Object.assertFailed (errors.dart:24)
at Object.assertInterop (types.dart:132)
at exportTheme (main.dart:59)
at exportTheme.next (
Any suggestions?
Uncaught TypeError: Cannot read property 'dv' of null at Object.cj (main.dart.js:2645) at G1.ri (main.dart.js:19133) at Dx.$1 (main.dart.js:18040) at ai0 (main.dart.js:1961) at HTMLElement. (main.dart.js:1969)
DevTools failed to load SourceMap: Could not load content for https://rxlabz.github.io/panache/main.dart.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE