flutter
flutter copied to clipboard
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Adds support for the experimental dynamic module feature to Flutter builds targeting wasm. Also adds the necessary loading mechanism to the entrypoint/embedder script to allow Flutter to load the additional...
Follow up to https://github.com/flutter/flutter/issues/102983
Fixes https://github.com/flutter/flutter/issues/161927
Also marked the class as `@immutable` and `const` Nice to have files
Was causing the following warning on Git checkout: ``` warning: the following paths have collided (e.g. case-sensitive paths on a case-insensitive filesystem) and only one from the same colliding group...
### Steps to reproduce final ProductDetailsResponse productDetailResponse = await globalInAppPurchase.queryProductDetails(_kProductIds.toSet()); ### Expected results Obtain product list ### Actual results storekit failed to get response form platform ### Code sample Code...
### Background In our [recent work](https://github.com/flutter/flutter/issues/164670) on supporting scrolling in "share extension", we had a discussion on whether it should be part of engine or not. In the past, similar...
https://skia.googlesource.com/skia.git/+log/e61cc6d073fd..ea5678932340 2025-12-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC [email protected],[email protected] on...
Instead of using fake touch events. Fixes #177992, fixes #175606 haven't updated the scenario tests. ### Limitations ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed...