| --- | |
| name: Bug report | |
| about: Create a report to help us improve | |
| title: '' | |
| labels: 'type-bug' | |
| assignees: '' | |
| --- | |
| **Describe the bug** | |
| A clear and concise description of what the bug is. | |
| **To Reproduce** | |
| Add a minimal working example or, if not possible or available, any code which might help to reproduce the problem | |
| ``` | |
| void main(List<String> arguments) { | |
| } | |
| ``` | |
| **System info** | |
| <The output of `dart pub deps --style compact` in your project> |