2021-05-02 04:12:43 +00:00
|
|
|
# 3.0.0
|
|
|
|
* Migrated to support Dart SDK 2.12.x NNBD
|
|
|
|
|
|
|
|
# 2.0.0
|
|
|
|
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
|
|
|
|
2019-04-26 13:50:07 +00:00
|
|
|
# 1.0.3
|
|
|
|
* `idAsInt` returns `null` when `id` is `null`.
|
|
|
|
|
2019-03-29 00:51:02 +00:00
|
|
|
# 1.0.2
|
|
|
|
* `idAsInt` now uses `int.tryParse`.
|
|
|
|
|
2018-12-31 00:30:23 +00:00
|
|
|
# 1.0.1
|
|
|
|
* Add `idAsInt`.
|
|
|
|
|
2018-08-19 14:55:18 +00:00
|
|
|
# 1.0.0+1
|
|
|
|
* Update constraint to work with Dart 2.
|