gallery
gallery copied to clipboard
Flutter Gallery was a resource to help developers evaluate and use Flutter
Hi @guidezpl. Is it possible to have a done button with a return button for the iOS version? Example:  Currently on your local iOS build, I get  The...
https://iska.is/jank64 indicates a problem with the following two assets, even though they aren't really oversized. In https://github.com/flutter/flutter_gallery_assets, those would be `reply_card`, `reply_card_dark`, `flutter_logo`, and `flutter_logo_color`. cc @iskakaushik
We don't have any demos of navigation using `BottomNavigationBar` in the gallery (for instance something showing https://material.io/design/components/bottom-navigation.html#behavior). The `BottomNavigationBar` demo itself shows the Scaffold body doing animations. Add another demo...
We'd like to see what demos people are checking out, and how long they use the app. We could try https://firebase.google.com/docs/analytics/
From https://www.google.com/design/spec/components/cards.html#cards-behavior "The swipe gesture may be used on a per-card basis. Limit swipe gestures within a view so that they don’t overlap with one another. For example, a swipeable...
We'd like to capture and measure crashes in the wild. We should find a good way to do this in Flutter apps. Perhaps we can try https://firebase.google.com/docs/crash/
Hope it's not a dupe. Would be nice to catalog some sliver widgets in the gallery and common usage patterns.
``` $ flutter build apk Running "flutter packages get" in flutter_gallery... 1.1s Initializing gradle... 2.4s Resolving dependencies... 17.7s Gradle task 'assembleRelease'... Note: /Users/mit/dev/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-0.6.4/android/src/main/java/io/flutter/plugins/videoplayer/VideoPlayerPlugin.java uses or overrides a deprecated API. Note:...
From https://www.google.com/design/spec/components/progress-activity.html