Category: Git Issues
Network image error in flutter 1.26.0-17.6.pre
Steps to Reproduce $ flutter channel beta $ flutter upgrade $ flutter pub upgrade $ flutter run Error (I changed the img src address) The…
Building with a macOS plugin: “Plugin `url_launcher_linux` doesn’t implement a plugin interface”
On top of #74469 I see confusing output when I build for a macOS app Plugin `url_launcher_linux` doesn’t implement a plugin interface, nor sets a…
Assertion failure in package:vm_snapshot_analysis/v8_profile.dart
On the engine roll here: #76307 Under packages/flutter_tools running: $ ../../bin/cache/dart-sdk/bin/pub run test -rcompact -j1 –no-color test/integration.shard/analyze_size_test.dart ‘package:vm_snapshot_analysis/v8_profile.dart’: Failed assertion: line 460 pos 12: ‘parent…
/** * hello */
/** hello */ This annotation is not supported。 I want to show its contents when it folds。 just like java in AndroidStudio
XMLHttpRequest error, cannot use http.get method
Hi, I need to fetch some simple json from API, but the code gives XML Http requst error. Is this an bug? Screenshot: import ‘dart:async’;…
flutter run taking hours
For some reason, flutter run is taking hours to even run (?) on Linux. I have no problem running it on Windows with the same…
“flutter test –machine” has started emitting “observatoryUri”:”null” for non-debug test runs
Running flutter test with –machine has started emitting a startedProcessevent that has the string“null”as itsobservatoryUri`: [{“event”:”test.startedProcess”,”params”:{“observatoryUri”:”null”}}] VS Code (and perhaps IntelliJ) uses this event to…
[web] Debug mode is paused when launched from IntelliJ/Android Studio
Hi, I am developing a flutter web application using Android Studio. I use the Chrome browser as my device. If I press play, the website…
What language does Flutter/Dart, use/compile-to in native side?
Unfortunately there is no clean explanation that what is native languages of flutter on web (or maybe I’m not able to find one)! If I’m…
TextField display incorrect when using non-english locale
Steps to Reproduce Textfiled widget displays incorrect with non-english locale. The cursor and the hintText has different vertical alignment. Here is my code. And when…
Recent comments