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

Page URL: https://docs.flutter.dev/get-started/flutter-for/xamarin-forms-devs Page source: https://github.com/flutter/website/tree/main/src/get-started/flutter-for/xamarin-forms-devs.md Description: Please add Top button, it's extremely important for long web pages, when reading from cell phones. Instead of running my fingers on the...

infra.structure
infra.design
p2-medium
e2-days
t.mobile
a.from-to

Context: https://github.com/flutter/website/pull/1939#discussion_r239881702. cc @kwalrath

infra.structure
infra.design
p2-medium
e1-hours
e2-days

Per [this TODO](https://github.com/flutter/website/blob/main/src/perf/ui-performance.md?plain=1#L330-L333) and [this TODO](https://github.com/flutter/website/blob/main/src/perf/ui-performance.md?plain=1#L383-L386): https://github.com/flutter/website/blob/main/src/perf/ui-performance.md - [ ] Document disabling the graphs and `checkerboardRasterCacheImages`. Flutter inspector doesn't seem to support this? - [ ] Document how to enable...

p2-medium
e2-days
t.performance

### Page URL https://docs.flutter.dev/cookbook/testing/unit/mocking/ ### Page source https://github.com/flutter/website/tree/main/src/cookbook/testing/unit/mocking.md ### Describe the problem I've seen numerous questions on StackOverflow from people trying to manually create a `Mock` for `package:http`'s `http.Client`. [The...

d.enhancement
p2-medium
a.cookbook
e2-days
from.page-issue
test.general
test.unit

@sethladd commented on [Mon Nov 28 2016](https://github.com/flutter/flutter/issues/7044) Request from a user: "How about something broader for new developers set them on the right path so to speak. Coding standards, naming...

p2-medium
e4-months
co.proposal
a.reference

@xster commented on [Fri Jul 28 2017](https://github.com/flutter/flutter/issues/11431) Would be nice to have a page dedicated to both internal flutter lifecycles and platform lifecycle events with diagrams. The internal stuff is...

p2-medium
e3-weeks
fix.diagram

### Describe the problem I noticed that the cursor pointer is missing when hovering over the search icon on our website. This issue makes it difficult for users to identify...

infra.design
p2-medium
e2-days
co.volunteer

On following the documentation of adding a splash screen, I couldn't get the result. I added each respective dpi icon and changed the icon in styles.xml I tested it in...

d.enhancement
p2-medium
e1-hours
fix.copy
target.Android
from.page-issue
dev.integration

@eseidelGoogle commented on [Thu May 25 2017](https://github.com/flutter/flutter/issues/10307) @sethladd asked me how difficult it was to test landscape layouts in tests. I suspect it's straightforward to do, but I'm not aware...

fix.examples
p2-medium
e1-hours
t.ui.general
test.general
test.widget

@InMatrix commented on [Wed Jan 10 2018](https://github.com/flutter/flutter/issues/14015) The current [animation docs](https://flutter.io/tutorials/animation/#curvedanimation) teach users to use CurvedAnimation to specify the easing curve of a Tween-based animation. This API is less usable...

p2-medium
e3-weeks
t.ui.animations
fix.refactor