- Fixes complile error on latest versions of Flutter.
- Fixes deprecation warnings.
- Updates Dart to 3.0.0.
- Fixes url launch configuration in example on Android.
- Replaces the deprecated
RaisedButtonwith the newElevatedButton. - Update dependencies to latest versions.
- Adds the possibility to add actions to the appbar.
- Migrates the templates to support sound null safety. Details are described in the Announcing Dart null safety beta article.
- Initial release. Code coming from flutter_cache_manager example.