Releases: anfeichtinger/flutter_production_boilerplate_riverpod
Releases · anfeichtinger/flutter_production_boilerplate_riverpod
v1.0.0
This update brings the whole project up to speed with the latest best practices for flutter.
- Added support for all platforms (only tested on Android and Linux)
- Simpler ThemeData with Material Design 3
- Updated dependencies
- Updated layouts for all screen sizes
- Slightly stricter linting rules
v0.0.6+1
- Update dependencies
- Upgrade base of project to latest flutter template
- Switch ionicons to fluentui icons
- Minor adjustments for smaller screens
v0.0.5+1
- Update dependencies
v0.0.4+1
Update theme to latest best practises.
v0.0.3+1
- Allow theme to follow the system's theme
v0.0.2+1
- Use stricter linting rules and refactor accordingly
- Update theme colors and font
- Fix Webview not working because of missing internet permission on Android
v0.0.1+1
Initial release