-
Notifications
You must be signed in to change notification settings - Fork 28.1k
Pull requests: flutter/flutter
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Keyboard type update
a: animation
Animation APIs
a: text input
Entering text in a text field or keyboard related problems
d: api docs
Issues with https://api.flutter.dev/
d: examples
Sample code and demos
f: cupertino
flutter/packages/flutter/cupertino repository
f: material design
flutter/packages/flutter/material repository.
f: routes
Navigator, Router, and related APIs.
f: scrolling
Viewports, list views, slivers, etc.
framework
flutter/packages/flutter repository. See also f: labels.
platform-android
Android applications specifically
team-ios
Owned by iOS platform team
tool
Affects the "flutter" command-line tool. See also t: labels.
[web_ui] move several uses of (deprecated) pkg:js to js_interop_unsafe
engine
flutter/engine repository. See also e: labels.
platform-web
Web applications specifically
#164264
opened Feb 27, 2025 by
kevmoo
Loading…
Feat: Add momentary varient of CupertinoSlidingSegmentedControl
f: cupertino
flutter/packages/flutter/cupertino repository
framework
flutter/packages/flutter repository. See also f: labels.
#164262
opened Feb 27, 2025 by
rkishan516
Loading…
9 tasks done
Migrate Mutators to DisplayList/Impeller geometry
engine
flutter/engine repository. See also e: labels.
platform-android
Android applications specifically
platform-fuchsia
Fuchsia code specifically
platform-ios
iOS applications specifically
team-ios
Owned by iOS platform team
[web_ui] dependency cleanup
engine
flutter/engine repository. See also e: labels.
platform-web
Web applications specifically
#164256
opened Feb 27, 2025 by
kevmoo
Loading…
[web] Remove package:js in favor of dart:js_interop
a: accessibility
Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)
a: text input
Entering text in a text field or keyboard related problems
engine
flutter/engine repository. See also e: labels.
f: focus
Focus traversal, gaining or losing focus
f: scrolling
Viewports, list views, slivers, etc.
platform-web
Web applications specifically
#164254
opened Feb 27, 2025 by
harryterkelsen
Loading…
8 of 9 tasks
Enforce minSdk constraint for Android Flutter
platform-android
Android applications specifically
tool
Affects the "flutter" command-line tool. See also t: labels.
#164251
opened Feb 27, 2025 by
ash-google
Loading…
9 tasks done
Move flutter/third_party/txt into flutter/txt
a: text input
Entering text in a text field or keyboard related problems
e: impeller
Impeller rendering backend issues and features requests
engine
flutter/engine repository. See also e: labels.
platform-android
Android applications specifically
platform-fuchsia
Fuchsia code specifically
platform-ios
iOS applications specifically
#164248
opened Feb 27, 2025 by
jason-simmons
Loading…
fix deprecated openURL call
engine
flutter/engine repository. See also e: labels.
platform-ios
iOS applications specifically
team-ios
Owned by iOS platform team
#164247
opened Feb 26, 2025 by
hellohuanlin
•
Draft
9 tasks
[Web] Improve onboarding docs
d: docs/
flutter/flutter/docs, for contributors
engine
flutter/engine repository. See also e: labels.
platform-web
Web applications specifically
team-tool
Owned by Flutter Tool team
tool
Affects the "flutter" command-line tool. See also t: labels.
#164246
opened Feb 26, 2025 by
loic-sharma
Loading…
Remove as-clause in doc-import; they don't work yet
tool
Affects the "flutter" command-line tool. See also t: labels.
#164234
opened Feb 26, 2025 by
srawlins
Loading…
Add empty flutter/engine repository. See also e: labels.
platform-android
Android applications specifically
io.flutter.app.Application
to give deprecation notice, and un-break projects that have not migrated
engine
#164233
opened Feb 26, 2025 by
gmackall
Loading…
7 of 9 tasks
Run run_debug_test_android and run_release_test in prod
#164231
opened Feb 26, 2025 by
jmagman
Loading…
9 tasks done
Cleanup content context
e: impeller
Impeller rendering backend issues and features requests
engine
flutter/engine repository. See also e: labels.
Align jvmTarget usages across codebase, while editing build.gradle files align them with android version documentation
#164200
opened Feb 26, 2025 by
reidbaker
Loading…
8 of 9 tasks
remove last usages of min/compile/target SdkVersion, align sourceCompatibility across repo and update android version documentation
d: docs/
flutter/flutter/docs, for contributors
framework
flutter/packages/flutter repository. See also f: labels.
team
Infra upgrades, team productivity, code health, technical debt. See also team: labels.
#164198
opened Feb 26, 2025 by
reidbaker
Loading…
8 of 9 tasks
#163840 - CupertinoButton cursor doesn't change to clickable on desktop
f: cupertino
flutter/packages/flutter/cupertino repository
framework
flutter/packages/flutter repository. See also f: labels.
#164196
opened Feb 26, 2025 by
srivats22
Loading…
9 tasks done
android_host_app_v2_embedding update dependencies and documentation
d: docs/
flutter/flutter/docs, for contributors
framework
flutter/packages/flutter repository. See also f: labels.
team
Infra upgrades, team productivity, code health, technical debt. See also team: labels.
#164195
opened Feb 26, 2025 by
reidbaker
Loading…
9 tasks done
[CP-beta]Intercept error when iOS 18.4 crashes with JIT mode and give guided error
cp: review
Cherry-picks in the review queue
platform-ios
iOS applications specifically
tool
Affects the "flutter" command-line tool. See also t: labels.
#164194
opened Feb 26, 2025 by
flutteractionsbot
Loading…
2 of 5 tasks
[CP-stable]Intercept error when iOS 18.4 crashes with JIT mode and give guided error
cp: review
Cherry-picks in the review queue
platform-ios
iOS applications specifically
tool
Affects the "flutter" command-line tool. See also t: labels.
#164193
opened Feb 26, 2025 by
flutteractionsbot
Loading…
2 of 5 tasks
[CP-beta][web] robustify safaridriver launch sequence
cp: review
Cherry-picks in the review queue
engine
flutter/engine repository. See also e: labels.
platform-web
Web applications specifically
#164192
opened Feb 26, 2025 by
flutteractionsbot
Loading…
2 of 5 tasks
[CP-stable][web] robustify safaridriver launch sequence
cp: review
Cherry-picks in the review queue
engine
flutter/engine repository. See also e: labels.
platform-web
Web applications specifically
#164191
opened Feb 26, 2025 by
flutteractionsbot
Loading…
2 of 5 tasks
Add experimental IntegrationTest.takeScreenshot
a: tests
"flutter test", flutter_test, or one of our tests
f: integration_test
The flutter/packages/integration_test plugin
framework
flutter/packages/flutter repository. See also f: labels.
#164171
opened Feb 26, 2025 by
cbracken
Loading…
9 tasks done
[A11y] Add radio group role
a: accessibility
Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)
engine
flutter/engine repository. See also e: labels.
framework
flutter/packages/flutter repository. See also f: labels.
platform-web
Web applications specifically
#164154
opened Feb 25, 2025 by
loic-sharma
Loading…
9 tasks done
Previous Next
ProTip!
Filter pull requests by the default branch with base:master.