- Support null-safety.
- BREAKING CHANGE: A new
placeholderWidget
property is supported to display a custom widget while the theme is loaded. It replaces thewithFallback
property. If not specified, it'll display an empty container as before.
- BREAKING CHANGE: A new
- Allow management of theme by consumer.
- BREAKING CHANGE: A new
manager
property that implementsIThemeModeManager
is required.
- BREAKING CHANGE: A new
- Initial release.