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 2639 flutter issues
Sort by recently updated
recently updated
newest added

Parent issue for the breaking changes planned for go_router 5.0 Breaking changes - https://github.com/flutter/flutter/issues/99121 - https://github.com/flutter/flutter/issues/108145 - https://github.com/flutter/flutter/issues/108128 - https://github.com/flutter/flutter/issues/108132 - https://github.com/flutter/flutter/issues/105808 - https://github.com/flutter/flutter/issues/106214 - https://github.com/flutter/flutter/issues/101183 Potential breaking changes we...

p: first party
package
P4
p: go_router

Fixes a possible regression during NNBD migration that removed the ability to return `null` in `ListView.builder`'s `itemBuilder` fixes #108705 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and...

framework
f: scrolling

The GoRouterRefreshStream class converts a [Stream](https://api.dart.dev/stable/2.17.6/dart-async/Stream-class.html) into a [Listenable](https://api.flutter.dev/flutter/foundation/Listenable-class.html): ```dart /// Converts a [Stream] into a [Listenable] /// /// {@tool snippet} /// Typical usage is as follows: /// /// ```dart...

p: go_router

The engine roll https://github.com/flutter/flutter/pull/108862 contains only a dart roll https://github.com/flutter/engine/pull/35118 with commits https://dart.googlesource.com/sdk.git/+log/a8d90480d8ff..ba75fe6598e3. Some example failures: https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20complex_layout_scroll_perf_ios__timeline_summary/5986/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_android%20complex_layout_scroll_perf__devtools_memory/4124/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_samsung_s10%20new_gallery_impeller__transition_perf/273/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_samsung_s10%20complex_layout_scroll_perf__timeline_summary/2215/overview

dependency: dart
P2

when you create a custom splash screen and set animation for going to another screen(Home Screen) any type of animation not working the splash navigator take you to the other...

waiting for customer response
in triage

For context: https://github.com/flutter/flutter/issues/91605#issuecomment-1207373317 As part of the migration to [Material Design 3](https://m3.material.io/), Migrate `SimpleDialog` to the latest design spec:

framework
f: material design

Usually, it is needed to maintain a single code style in the project, including formatting. This lead us to use `dart format` tool in order to keep the code base...

tool
a: internationalization
proposal
d: devtools

## Use case I want to create a animation picture viewer, and many of the contents are APNG. APNG is a standard and most of the modern browsers (Firefox, Chrome,...

new feature
customer: fuchsia
framework
engine
customer: crowd
P5

![image](https://user-images.githubusercontent.com/6655696/189097522-4efa697c-304b-4c10-948e-fc4cf2fb6758.png) [**Material 3**](https://m3.material.io) is the next generation of Material Design. The major changes include: - updates to many components (colors, text styles and shapes, etc.) - color system improvements -...

framework
f: material design
customer: crowd
proposal
passed first triage

Currently, Flutter Web's integration test doesn't allow any flag to add Chrome extension to load up in the tests. This blocks me from testing the Flutter Web to work with...