-
### Steps to reproduce
I don't know if this fits the bug category, but not of the offered issue categories to choose don't fit better with the problem I'd like to report…
Flutter web crashes on …
milke updated
2 weeks ago
-
**Flutter Version**
My version : `3.24.4`
**Lib Version**
My version : `^3.1.1`
**Platform (Android / iOS / web) + version**
Platform : Web Deployed and Test on...
* Microsoft Edg…
-
**Describe the bug**
Hello! I just upgraded `flutter_modular` from 5.0.3 to 6.3.4 and noticed that the previously used `Modular.isModuleReady` is no longer available. There was no mention of how to…
-
### Steps to reproduce
Use code below
### Expected results
Color.ToString() return Color(#0xff640a0a) in debug and also in release mode
### Actual results
Color.ToString() return
- i…
-
### Bug description
Building for wasm not supported
### Steps to reproduce
Flutter build web --wasm
### Code sample
Code sample
```dart
import 'package:flutter/material.dart';
import 'packag…
-
secure storage crashes with the message on MacOS:
```
PlatformException(Unexpected security result code, Code: -34018, Message: A required entitlement isn't present., -34018, null)
```
It works …
-
_Imported from https://github.com/dnfield/flutter_svg/issues/1026_
Original report by @ajimal1992 on Jan 10, 2024
### Overview
Flutter SVG renders correctly for version `3.10.6` but rendered differ…
-
PS C:\Users\user\PycharmProjects\MSM> flet build windows -vv
Flutter bootstrap directory: C:\Users\user\AppData\Local\Temp\flet_flutter_build_arrvgVFfgq
Creating Flutter bootstrap project...OK
Cust…
-
Something is mess up.
**textSubmitted, itemSubmitted** both are not calling. Even I debugged too.
I am testing in flutter web and mac desktop app.
Code:
`
class AutocompleteExample extends S…
-
I was just testing some features in internal google3 applications and I noticed there is now a hot restart button in the Dart DevTools UI! 🎉
I seems to work perfectly for the Flutter web apps that …