-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. Execute on ChomeOS.
3. The app displays 6 ListTile with a red hoverColor and also 1 IconButton in the BottomAppBar also w…
-
## Steps to Reproduce
Create a new project with the default counter app and try to run it on web.
Debug Output
```
Running "flutter pub get" in web_build_bug_3_3...
Launching lib/main.d…
ltOgt updated
2 years ago
-
## Steps to Reproduce
1. Execute `flutter build apk -v`
**Expected results:** APK file created
**Actual results:** Error
Target aot_android_asset_bundle failed: IconTreeShakerException: Inva…
-
## Context
I need to debug a Flutter app on an Android device. I cannot use the emulator. Furthermore, the Android device needs to be connected to my company's VPN because the app needs to access…
-
**Is your feature request related to a problem? Please describe.**
Update TLS connection to optionally output TLS keys to file. This allows you to "see" inside the TLS packets using WireShark and dia…
-
It's great that we [recognize](https://github.com/Dart-Code/Dart-Code/issues/3010) `// TODO:`! It would be even awesomer if we were able to concatenate multi-line TODO comments. Right now they're cut …
-
Hi there!
Have you considered a Flutter-esque syntax rather than templates that resemble svelte?
For example:
```dart
class MyInput extends StatelessWidget
{
MyInput({this.onClick});
…
-
**Describe the bug**
Potentially a duplicate of #114, though this works on the latest `lsp-dart` and debug adapter (3.40.0).
Same behaviour, doesn't matter if the emulator has started or not.
I…
elken updated
2 years ago
-
Hello, I would like to visualize single band tiff (an example would be a digital elevation model map that contains floating point values of the elevation in the pixel positions). The "image" doesn't h…
-
### I was trying to embeded some EditText(Android) and TextView(Android) into my flutter plugin/app. But I noticed when it is being loaded up or changing activity/pages, It renders over a black back…