You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 3.0.0
2
+
### API changes
3
+
- Minimum Dart SDK requirement changed to 2.12.0.
4
+
- All components have been updated for the new [null-safety](https://dart.dev/null-safety/understanding-null-safety) system (courtesy of [bsutton](https://github.com/bsutton)).
5
+
6
+
### Fixes
7
+
- Fix a couple of broken references in the API documentation.
8
+
1
9
## 2.0.1
2
10
### Additions
3
11
- Add [example/example.md](example/example.md) to make the new examples show up on pub.dev.
0 commit comments