Ian Hickson | a17e2a4 | 2019-04-29 03:39:10 -0700 | [diff] [blame] | 1 | --- |
| 2 | name: Feature request |
Ian Hickson | f5674d7 | 2019-05-06 18:32:28 -0700 | [diff] [blame^] | 3 | about: Suggest a new idea for Flutter. |
Ian Hickson | a17e2a4 | 2019-04-29 03:39:10 -0700 | [diff] [blame] | 4 | title: '' |
| 5 | labels: '' |
| 6 | assignees: '' |
| 7 | |
| 8 | --- |
| 9 | |
| 10 | <!-- Thank you for using Flutter! |
| 11 | |
| 12 | If you are looking for support, please check out our documentation |
| 13 | or consider asking a question on Stack Overflow: |
| 14 | * https://flutter.dev/ |
| 15 | * https://api.flutter.dev/ |
| 16 | * https://stackoverflow.com/questions/tagged/flutter?sort=frequent |
| 17 | |
| 18 | If you have found a bug or if our documentation doesn't have an answer |
| 19 | to what you're looking for, then fill our the template below. Please read |
| 20 | our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports |
| 21 | --> |
| 22 | |
| 23 | ## Use case |
| 24 | |
| 25 | <!-- |
| 26 | Please tell us the problem you are running into that led to you wanting |
| 27 | a new feature. |
| 28 | |
| 29 | Is your feature request related to a problem? Please give a clear and |
| 30 | concise description of what the problem is. |
| 31 | |
| 32 | Describe alternative solutions you've considered. Is there a package |
| 33 | on pub.dartlang.org that already solves this? |
| 34 | --> |
| 35 | |
| 36 | ## Proposal |
| 37 | |
| 38 | <!-- |
| 39 | Briefly but precisely describe what you would like Flutter to be able to do. |
| 40 | |
| 41 | Consider attaching images showing what you are imagining. |
| 42 | |
| 43 | Does this have to be provided by Flutter directly, or can it be provided |
| 44 | by a package on pub.dartlang.org? If so, maybe consider implementing and |
| 45 | publishing such a package rather than filing a bug. |
| 46 | --> |