gallery
gallery copied to clipboard
Flutter Gallery was a resource to help developers evaluate and use Flutter
``` This site uses cookies from Google to deliver its services and to analyze traffic. [Learn more.](https://policies.google.com/technologies/cookies) Ok, Got it. ``` Prereq for landing https://github.com/flutter/gallery/pull/676
* System text scaling: Text looks too wide   * In all scrolling widgets the mouse wheel scrolling is very slow * Scrolling scrollbar on main page does not...
Open Gallery, open drawer, change the theme to dark, then back to light: 
- [ ] [`CupertinoNavigationBar`](https://master-api.flutter.dev/flutter/cupertino/CupertinoNavigationBar-class.html) - the existing demo which shows `CupertinoSliverNavigationBar`, should be expanded to add another configuration - multiple customizations should be applied to the `CupertinoNavigationBar` - [ ]...
Nothing's set in stone, so a few ideas: - M2 - M3 toggle - *new* or *updated for m3* indicator for relevant components - Links to M3 spec - color...
Demo'ing iOS looks on an Android device with the gallery looks weird currently due to typography. Figure out a way to bundle a SF or SF-like font so Android can...
Currently, flutter_gallery shows a black bar on the bottom of the screen where the system gestures are for Android Q+. However, the recommendation by Android suggests that we should now...
Alternatively, use an adaptive `MenuBar` from `https://github.com/flutter/flutter/pull/104673` (which uses `PlatformMenuBar` under the hood for desktop platforms).
https://github.com/flutter/gallery/blob/4e28f7ab09ee970ba19fbd527a028452a1c259a7/lib/demos/material/sliders_demo.dart#L61 https://github.com/flutter/gallery/blob/4e28f7ab09ee970ba19fbd527a028452a1c259a7/lib/demos/material/sliders_demo.dart#L136 Because the discrete slider is rounded to 40 but it's initial value is 20, the slider has a weird skip on rebuild. The discrete slider's initial value should...
Was just playing around with the gallery app on Android for the first time today, and noticed some strange statefulness of the sections opening and closing. It looks like, after...