Skip to content

Releases: Ashhas/Quotez

v0.2.3

11 Jun 16:40
91e2614
Compare
Choose a tag to compare

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

15 Apr 16:37
c261cb8
Compare
Choose a tag to compare

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

v0.1.0

05 Nov 14:25
Compare
Choose a tag to compare

First Build version (Android)