SK
SK
> This project is a bad advertisement for Flutter. It fails to run on multiple platforms, as evidenced in the comments. Agreed -- this repo project is referenced from the...
sonar.dart.analyzer.options.override=false This will help get past the "flutter analyze" step but now I am encountering another error further down. This does not explain why the sonar scanner gets the IllegalStateException.
somethings that I noticed -- most of my problems went away when I switched the branch to the default branch of GIT. And I find that the sonarqube does not...
[Mshimaz](https://github.com/Mshimaz) --depending on how you run sonarqube, you can add that flutter pub get into your docker script. I usually run my scan from inside an azure devops pipeline (another...
And I checked the output of Xcode. I see several of these messages. 2020-08-08 10:24:06.961397-0700 Tutors[1806:700614] [Assert] Unsupported code path for UIScene-based application.
I figured out the "some" keyword, but the app still does not run correctly. Still black with no visible items.
I generated a simple flutter app and then cursor IDE led me thru all the changes to make it compatible for a wasm build. https://github.com/sk92129/secure-storage-web-wasm-simple
I changed to the Batch version. //final processor = SimpleSpanProcessor(exporter); final BatchSpanProcessor processor = BatchSpanProcessor(exporter); However, the httpClient.post does not have a check on the response code to see if...
This is still happening when I use either "flutter pub get" or "dart pub get". And it sometimes fails either with crypt or with another package. Starting: use dart pub...
Now it is happening with another package using "dart pub get" ``` Starting: use dart pub get ============================================================================== Task : Command line Description : Run a command line script using...