blob: 2152d2f798b977b468b0d092f2765904b6cc674d [file] [log] [blame] [view]
Ian Hicksona17e2a42019-04-29 03:39:10 -07001---
2name: Feature request
Ian Hicksonf5674d72019-05-06 18:32:28 -07003about: Suggest a new idea for Flutter.
Ian Hicksona17e2a42019-04-29 03:39:10 -07004title: ''
5labels: ''
6assignees: ''
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-->