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

### Existing issue? - [X] I checked the [existing issues](https://github.com/flutter/gallery/issues) ### What happened? ## Expected vs actual result: expected: actual result: ## Steps to reproduce: 1. upgrade flutter ```shell flutter...

bug

### Description `get_storage` depends on `get` – which is BIG. It also makes support wasm tricky! I think the only issue is that `shared_preferences` is async. I hope this is...

enhancement

### Existing issue? - [X] I checked the [existing issues](https://github.com/flutter/gallery/issues) ### What happened? ## Expected vs actual result: When I mark some text in the code view in the Flutter...

bug

### Existing issue? - [X] I checked the [existing issues](https://github.com/flutter/gallery/issues) ### What happened? ## Expected vs actual result: I am using flutter on a Linux system from a docker container....

bug
P4

The Gallery uses named routes, which [won't sync with the browser history correctly](https://docs.flutter.dev/development/ui/navigation#limitations). The Gallery should probably use the Router API via a package like go_router. This should be easier...

enhancement
P3

### Existing issue? - [X] I checked the [existing issues](https://github.com/flutter/gallery/issues) ### What happened? 2 `ignore: deprecated_member_use` were added in https://github.com/flutter/gallery/pull/982 to temporarily address `textScaleFactor` deprecation. They should be removed and...

enhancement
P2

### Existing issue? - [X] I checked the [existing issues](https://github.com/flutter/gallery/issues) ### What happened? ## Expected vs actual result: While testing the Deferred Component feature locally Expected - After clicking on...

bug
P2

### Existing issue? - [X] I checked the [existing issues](https://github.com/flutter/gallery/issues) ### What happened? ## Expected vs actual result: Benchmarks can be run. In actuality, - in headless mode, the benchmark...

bug
P2

## Use case I have reviewed example code https://gallery.flutter.dev/#/demo/text-field. I think it is very verbose. The concept of having TextFormFieldDemo and TextFormFieldDemoState I believe is a lot of code for...

enhancement
P3

Bumps [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 6.2.2 to 6.3.0. Commits 539a5f9 [url_launcher] Add support for setting show title on Chrome Custom Tabs (#6097) b16a7e3 [many] Remove references to v1 embedding (#6494) 5cc71d0 Update...