flutter
flutter copied to clipboard
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
- Introduces the ability to control whether RawMagnifier uses a clip on its decoration. (It still has to use a clip for its magnified image.) - Uses `BlurStyle.outer` to remove...
### Document Link https://flutter.dev/go/multiple-views ### What problem are you solving? Create different [Scenes](https://master-api.flutter.dev/flutter/dart-ui/Scene-class.html) to be drawn into different [FlutterViews](https://master-api.flutter.dev/flutter/dart-ui/FlutterView-class.html) from a single unified Widget tree.
Presently, there seems to be no way to mark up custom tab bars with accessibility semantics. As a result, developers resort to simulating them by "stuffing" the accessibility lable with...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
### Steps to reproduce Use WrapContent.zip from [Issue](https://github.com/flutter/flutter/issues/18482) 1. Create a FlutterView in android 2. Add Method channel to updateSize 3. Add a button in flutter view that onPressed changes...
This PR is the 8ᵗʰ step in the journey to solve issue #136139 and make the entire Flutter repo more readable. (previous pull requests: #139048, #139882, #141591, #142279, #142634, #142793,...
The Skia roll here https://github.com/flutter/engine/pull/50399 has been stalled for 4 hours. Following https://github.com/flutter/flutter/issues/125451, after 2 hours, the sheriff should have received an email notification, but @chinmaygarde is the sheriff this...
### Steps to reproduce 1. `flutter upgrade` from an existing installation of version 3.16 to the most recent patch fix, on Windows 10. 2. Run `flutter` anywhere, preferably in a...
### Steps to reproduce 1. Run Flutter application on iOS simulator/device 2. Get reference to layer of most top [FlutterView](https://api.flutter.dev/ios-embedder/interface_flutter_view.html) 3. Create `UIGraphicsImageRenderer` based on that layer 4. Use render...
### Steps to reproduce https://jk-feige-app.feigeblog.com/1706003790029_1266.mp4 This video is a horizontally recorded video to the right, and when I use the videoplayer to play it, the effect is reversed. ### Expected...