-
### Steps to reproduce
1. Launch the sample
2. Open Flutter Inspector Tree View
3. Click on `Tab page 1` label (it will open another screen)
4. Click on the `SubPage 1` label
5. Everything seems …
-
### Steps to reproduce
1、In our testing, with our Flutter version 3.19.3, when installing our IPA on a Mac with an M1 Pro chip running macOS 12.3, the pages display a white screen. However, click eve…
-
### 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
-
Hello,
Flutter is migrating to [Swift Package Manager][]. Please [add Swift Package Manager support][] to your plugin.
Flutter will eventually deprecate and then remove support for CocoaPods. Ad…
-
### Steps to reproduce
1. clone flutter/packages
2. open `packages/third_party/packages/flutter_svg/example`
3. `flutter build web --wasm` (although the wasm option is probably not needed)
4. Ob…
-
### Steps to reproduce
**Note**: This issue seems to be reproducible only on mobile devices. Tested on Android 13 (API 33) emulator.
1. Create a `Form` widget with `autovalidateMode` set to `Autov…
-
### Steps to reproduce
Ever since our app has upgraded to 3.24.0, it is very laggy like fps drop when ran in debug mode compared when we are in 3.13.8. It is annoying while developing.
This happen…
-
**Describe the bug**
```console
Because every version of flutter_inappwebview from git depends on flutter_inappwebview_web ^1.1.2 which depends on web ^1.0.0, every version of flutter_inappwebview…
-
### Steps to reproduce
Summary:
My Flutter app runs fine on the iOS simulator but shows a white screen and fails to start on physical devices and TestFlight builds. The logs show errors related to…
-
### Steps to reproduce
When the app hasn't been opened and is launched directly to a detail page via a deeplink.
### Expected results
Pressing back (using context.pop();) should return to the State…