Skip to content

Commit

Permalink
Remove version requirement (flutter#153)
Browse files Browse the repository at this point in the history
* Remove version requirement as its higher than v1.16 anyways and bound to master.

* Remind of using master channel

* Keep 80 char line count

Former-commit-id: dcbfc51
  • Loading branch information
perclasson authored May 8, 2020
1 parent d8bf882 commit a7c71bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.
A clear and concise description of what the bug is. Make sure that you are
running the Gallery on the master channel before you file a bug.

To switch channel run:
```bash
flutter channel master
flutter upgrade
```

**Flutter doctor**
Copy and paste the output of `flutter doctor -v` here
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -675,4 +675,4 @@ packages:
version: "2.2.0"
sdks:
dart: ">=2.7.0 <3.0.0"
flutter: ">=1.16.0 <2.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version: 2.3.0+020300

environment:
sdk: ">=2.6.0 <3.0.0"
flutter: ^1.16.0

dependencies:
flutter:
Expand Down

0 comments on commit a7c71bc

Please sign in to comment.