- Migrate the example to null safety.
- Minor fixes.
- Stable release for null safety.
- Avoid deprecation warnings with Flutter 1.25.0-8.1.pre per http://flutter.dev/go/material-button-migration-guide.
- Set nullsafety version
- Enable null-safety.
- Make widgets strongly typed.
- Make Saver strongly typed.
- Replace WhitelistingTextInputFormatter with FilteringTextInputFormatter.
- Add self_storing_radio_group.
- Add self_storing_checkbox.
- Fix bug in self_storing_text.
- Publish initial version.