flutter
flutter copied to clipboard
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
fixes https://github.com/flutter/flutter/issues/170348 The root cause is the RawGestureDetector doesn't call individual ontap method with correct position. A previous refactor to cupertinoButton remove the onTap, but instead using the individual tap...
This is an attempt to reduce initial data delay when android or iOS tries to query semantics tree. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and...
## Steps to Reproduce 1. Use this code: ```dart import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp(...
This PR is an attempt to reland https://github.com/flutter/flutter/pull/168996 There were some issues that cropped up in the `web_long_running_test` shards. However, it turns out that these tests don't actually run in...
Partly of https://github.com/flutter/flutter/issues/165510 ⤴️ Original PR: https://github.com/flutter/flutter/pull/169685 ⤵️ Child PR: https://github.com/flutter/flutter/pull/168992 This is a renaming of the announce to `supportsAnnounce`. See more info in this comment thread: https://github.com/flutter/flutter/pull/168992#discussion_r2146068546 ## Pre-launch...
Also cleans up out-of-date iOS/Android guidance. Fixes https://github.com/flutter/flutter/issues/170074
## Motivation We'd like to let users opt-in to experimental features so that they can give early feedback while we iterate on the feature. For example: Example feature flags: 1....
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
This user doesn't have permissions to use KVM ``` D0612 07:56:12.736733 31001 main-common.c:1415] CPU Acceleration status: This user doesn't have permissions to use KVM (/dev/kvm). The KVM line in /etc/group...
Very much a wip, just want to know what this will break in CI. Mostly working locally. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed...