flutter icon indicating copy to clipboard operation
flutter copied to clipboard

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

Results 4157 flutter issues
Sort by recently updated
recently updated
newest added

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...

framework

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...

framework
a: accessibility

## 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(...

framework
f: cupertino
has reproducible steps
P2
found in release: 2.2
found in release: 2.4
team-design
triaged-design

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...

engine
platform-web

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...

engine
a: accessibility
platform-web

Also cleans up out-of-date iOS/Android guidance. Fixes https://github.com/flutter/flutter/issues/170074

engine
e: impeller

## 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....

tool
framework

*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...

engine
platform-windows
a: desktop
platform-macos

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...

team-infra
P0
infra: chromium

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...

platform-android
engine