Skip to content

Commit

Permalink
stable nullsafe release
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed Apr 6, 2021
1 parent 3dca054 commit 7c6d9ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGES

## 0.21.0

- Stable nullsafe release.

## 0.21.0-nullsafety.1

- Fix bug introduced when width and height are both null on the widget.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
@@ -1,13 +1,13 @@
name: flutter_svg
description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
homepage: https://github.com/dnfield/flutter_svg
version: 0.21.0-nullsafety.1
version: 0.21.0

dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
path_drawing: ^0.5.0-nullsafety.0
path_drawing: ^0.5.0
vector_math: ^2.1.0

xml: ^5.0.0
Expand All @@ -19,7 +19,7 @@ dev_dependencies:
test: ^1.16.0

environment:
sdk: '>=2.12.0-0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.24.0-6.0.pre"

## For developing features that require new functionality in engine:
Expand Down

0 comments on commit 7c6d9ad

Please sign in to comment.