blob: 5f4423295a73c6b85c29f1dea7d81318d03cbb10 [file] [log] [blame] [view]
## NEXT
* Updates code to fix strict-cast violations.
## 1.0.7
* Update README.
## 1.0.6
* Temporarily lowers test coverage minimum to fix flutter roll.
* Disables golden testing due to https://github.com/flutter/flutter/issues/106205.
* Fixes lint warnings.
## 1.0.5
* Fixes URL in document.
## 1.0.4
* Migrates from `ui.hash*` to `Object.hash*`.
## 1.0.3
* Transitions internal testing from a command line lcov tool to a
Dart tool. No effect on consumers.
* Removes unsupported platforms from the wasm example.
* Updates for non-nullable bindings.
## 1.0.2
* Mention FractionallySizedBox in documentation.
## 1.0.1
* Improve documentation.
* Provide constants for the file signatures.
* Minor efficiency improvements.
* Fix `unnecessary_import` lint errors.
* Add one more core widget, FractionallySizedBox.
## 1.0.0
* Initial release.