website
                                
                                 website copied to clipboard
                                
                                    website copied to clipboard
                            
                            
                            
                        Flutter documentation web site
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...
Context: https://github.com/flutter/website/pull/1939#discussion_r239881702. cc @kwalrath
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...
### 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...
@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...
@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...
### 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...
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...
@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...
@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...