gallery icon indicating copy to clipboard operation
gallery copied to clipboard

Flutter Gallery was a resource to help developers evaluate and use Flutter

Results 99 gallery issues
Sort by recently updated
recently updated
newest added

This adds two forms of closely related analytics: 1. gtag.js (web only, `index.html`). Results on GA 2. Firebase Dart-based (all platforms). Results on GA and Firebase This would collect basic...

Please inspect why the website https://gallery.flutter.dev/ doesn't work on my Mac Pro, MacPro4,1, Quad-Core Intel Xeon neither with Firefox nor with Safari. It aslo does not work on my iPhone6,...

https://github.com/flutter/flutter/issues/108735

This adds a mechanism for acknowledging the use of cookies through a banner. We leverage `addPostFrameCallback` in `onGenerateRoute` to delay cookie obtention until a `ScaffoldMessenger` is (hopefully) available. A `Scaffold`...

Removed all SelectableText. Added a SelectionArea per MaterialApp and one for settings. Fixes https://github.com/flutter/gallery/issues/698 Clone https://github.com/flutter/gallery/pull/699

https://docs.flutter.dev/testing/integration-tests/migration To help with https://github.com/flutter/flutter/issues/64328 See https://flutter.dev/go/flutter-nonhost.

enhancement
P2

Need to check that selection works as expected with all nested apps (e.g. studies, as well as the settings screen. See flutter/flutter#104547

enhancement
good first issue
P2

codeviewer_cli is a fantastic tool to highlight dart source code 🤣

question

I use the latest source code (main branch, commit: b2becbb) and flutter sdk (master channel) Use this command to launch gallery web app with local web-server `flutter run -d web-server...

bug
P2