Releases: Ashhas/Quotez
Releases · Ashhas/Quotez
v0.2.3
Released a new version 0.2.3! 😎
What's New?
- Added app icon
- Added a proper splash screen to the app
- Added a
sliding_up_panel
for displaying an "about the app" view - Added testing setup (for now only bloc/cubit tests)
- Added dart code metrics
- Added functionality to send an email to dev email
- Added functionality to open Play Store page
What's Changed?
- Changed app name to "Coding Quotes"
- Updated code to make it more testable
- Improved theming usage (split into separate files)
- Refactored widgets and cubits
Code Quality Patch v0.1.1
Upgraded all packages and refactored a lot of code to improve the code quality:
- Switched from blocs to cubits (the complexity that blocs bring is not necessarily needed for this project)
- Refactored widget names
- Refactored cubit names and states
- Simplified UI components
- Added an import sorter