
Closes https://github.com/flutter/flutter/issues/139558 In this PR: - Use `<details open>` to create opened collapsible sections (still be expanded if needed) - Change checkboxes (at the top of the issue, namely `I have searched the existing issues` and `I have read the guide to filing a bug`) to text only. ### Demo filed issues for `opened collapsible sections` - [I am having difficulty installing Flutter or getting it to work](https://github.com/huycozy/flutter/issues/8) - [Report a bug](https://github.com/huycozy/flutter/issues/9) - [Report a bug in one of Flutter's first-party packages](https://github.com/huycozy/flutter/issues/11) - [My app is slow or missing frames](https://github.com/huycozy/flutter/issues/12) - [My app has some non-speed performance issues](https://github.com/huycozy/flutter/issues/10) ### Demo for `checkboxes to text`  - [I am having difficulty installing Flutter or getting it to work](https://github.com/huycozy/flutter/issues/new?assignees=&labels=&projects=&template=1_activation.yml) - [Report a bug](https://github.com/huycozy/flutter/issues/new?assignees=&labels=&projects=&template=2_bug.yml) - [Feature request](https://github.com/huycozy/flutter/issues/new?assignees=&labels=&projects=&template=3_feature_request.yml) - [The CI infrastructure used by Flutter has a problem](https://github.com/huycozy/flutter/issues/new?assignees=&labels=team-infra&projects=&template=6_infrastructure.yml) - [Report a bug in one of Flutter's first-party packages](https://github.com/huycozy/flutter/issues/new?assignees=&labels=&projects=&template=9_first_party_packages.yml)
51 lines
1.8 KiB
YAML
51 lines
1.8 KiB
YAML
name: Feature request
|
|
description: Suggest a new idea for Flutter.
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for using Flutter!
|
|
|
|
If you are looking for support, please check out our documentation
|
|
or consider asking a question on Stack Overflow:
|
|
|
|
- https://flutter.dev/
|
|
- https://api.flutter.dev/
|
|
- https://stackoverflow.com/questions/tagged/flutter?sort=frequent
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before filling the form fields, please consider the following:
|
|
- Ensure that you have searched the [existing issues](https://github.com/flutter/flutter/issues)
|
|
- Read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports)
|
|
- type: textarea
|
|
attributes:
|
|
label: Use case
|
|
description: |
|
|
Please tell us the problem you are running into that led to you wanting
|
|
a new feature.
|
|
|
|
Is your feature request related to a problem? Please give a clear and
|
|
concise description of what the problem is.
|
|
|
|
Describe the alternative solutions you've considered. Is there a package
|
|
on pub.dev/flutter that already solves this?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Proposal
|
|
description: |
|
|
Briefly but precisely describe what you would like Flutter to be able to do.
|
|
|
|
Consider attaching something showing what you are imagining:
|
|
* images
|
|
* videos
|
|
* code samples
|
|
|
|
Does this have to be provided by Flutter directly, or can it be provided
|
|
by a package on pub.dev/flutter? If so, maybe consider implementing and
|
|
publishing such a package rather than filing an issue.
|
|
validations:
|
|
required: true
|