flutter
flutter copied to clipboard
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
### Steps to reproduce Using `FadeForwardsPageTransitionsBuilder` (e. g. in Android or by setting it by hand like in the example). 1. Create two screens each containing a Scaffold with an...
> [!NOTE] > This PR is based on conversation & feedback on go/flutter-android-harden-engine-shell-arguments. Reworks the mechanism for setting Android engine flags such that: 1. Flags **CANNOT** be set via [`Intent`](https://developer.android.com/reference/android/content/Intent),...
## Steps to reproduce 1. Clean process, no dart or flutter process running in the background 2. Open flutter project with vscode / any other IDE 3. Run `flutter run`...
### Steps to reproduce Hi there - The iOS submission failed complaining missing signatures for flutter dependencies for device_info_plus, package_info_plus and url_launcher_ios. When I run `flutter build ios-framework --release --no-debug...
### Steps to reproduce 1. Launch the sample app below on an iPad device or simulator running iPadOS 26.1 (update Xcode to v26.1 to get the latest simulators). 2. Tap...
## Steps to Reproduce 1. Create a Flutter app with `Base.lproj` (default) and `it.lproj` (Italian) in iOS resources. 2. Set the iOS device language to **English** and the Region to...
### Steps to reproduce 1. Create or open any Flutter project 2. Clean project: flutter clean flutter pub get 3. Open iOS workspace: open ios/Runner.xcworkspace 4. Encode and export the...