Upgrade to null safety

This commit is contained in:
Michael Thomsen
2020-11-20 14:39:08 +01:00
parent 9ed25ae747
commit 6ab5a081f0
2 changed files with 17 additions and 5 deletions

View File

@ -0,0 +1,12 @@
## 1.1.0
- Add support for null safety
- Update SDK constraints
## 1.0.0
- Add SDK constraints for Dart and Flutter
## 1.0.0
- Initial version

View File

@ -2,12 +2,12 @@ name: css_colors
author: Flutter Authors <flutter-dev@googlegroups.com>
description: Defines constants for the CSS Colors
homepage: https://github.com/flutter/css_colors
version: 1.0.2
version: 1.1.0
environment:
sdk: '>=2.12.0-29.10.beta <3.0.0'
flutter: ">=1.0.0"
dependencies:
flutter:
sdk: flutter
environment:
sdk: ">=1.19.0 <3.0.0"
flutter: ">=0.4.4 <2.0.0"