Skip to content

Commit d2826ff

Browse files
committed
Bumped the Dart SDK requirement to 2.1+.
See: flutter/flutter#26179
1 parent 0692a70 commit d2826ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [0.4.0] - 2019-02-14
10-
### Added
10+
### Changed
11+
- Require Dart SDK 2.1+
1112

1213
## [0.3.5] - 2019-01-26
1314
### Changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dev_dependencies:
1818
test: '>=1.3.4 <2.0.0'
1919
dependency_overrides:
2020
environment:
21-
sdk: '>=2.0.0 <3.0.0'
21+
sdk: '>=2.1.0 <3.0.0'
2222
executables:
2323
flutter:
2424
plugin:

0 commit comments

Comments
 (0)