website icon indicating copy to clipboard operation
website copied to clipboard

Flutter documentation web site

Results 568 website issues
Sort by recently updated
recently updated
newest added

@InMatrix commented on [Fri Jan 05 2018](https://github.com/flutter/flutter/issues/13931) The Q4 UX study shows that developers have difficulty understanding how different objects in an animation are related to one another. It would...

from.study
p2-medium
e2-days
t.ui.animations
fix.diagram

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Use case...

a.tut.tutorial
p2-medium
e2-days
from.flutter-sdk
t.add-to-app

@mit-mit commented on [Mon Apr 24 2017](https://github.com/flutter/flutter/issues/9553) Should cover both `isMounted` check and [FutureBuilder](https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/widgets/async.dart) --- @eseidelGoogle commented on [Mon Apr 24 2017](https://github.com/flutter/flutter/issues/9553#issuecomment-296709158) @Hixie or @abarth might be able to dump...

p3-low
a.cookbook
e2-days
d.new-feature
fix.code-sample
t.ui.general

Page URL: https://docs.flutter.dev/accessibility-and-localization/internationalization Page source: https://github.com/flutter/website/tree/master/src/docs/development/accessibility-and-localization/internationalization.md Description: This tutorial should be rewriten from scratch. It shows some concepts like Locale and Delegates, but it fails to wrap things up, showing...

a.tut.tutorial
p2-medium
e2-days
fix.refactor
t.i18n

@mit-mit commented on [Fri Dec 08 2017](https://github.com/flutter/flutter/issues/13445) Occasionally apps need to render different UI depending on some condition that is resolved asynchronously, for example: * Dependent on device vs. emulator:...

p2-medium
a.cookbook
e2-days
fix.code-sample
t.ui.general

Core to many app experiences is text, but we kind of gloss over it, assuming it's well understood. We need a doc which goes over creating text and what you...

p2-medium
a.cookbook
e2-days
d.new-feature
t.ui.general
from.team

_Description of what this PR is changing or adding, and why:_ _Issues fixed by this PR (if any):_ _PRs or commits this PR depends on (if any):_ ## Presubmit checklist...

Feedback for https://github.com/flutter/website/pull/11172 The amount of content in the left nav is extensive (good) and I think we could improve the ability of users to find what they want for...

p3-low
e2-days

### Page URL https://docs.flutter.dev/reference/widgets ### Page source https://github.com/flutter/website/blob/b7f746c8f02bfc59f1c23ea3904e762765badce5/src/_data/catalog/widgets.yml#L701 ### Describe the problem CupertinoThemeData appears twice in Flutter widget index ### Expected fix CupertinoThemeData only appears once in Flutter widget index...

from.page-issue