Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@JosesGabriel JosesGabriel released this 20 Jun 04:58

Release Notes

Full Changelog: v1.2.0...v1.2.1

New Features

  • Home Screen Redesign: The home screen has been completely redesigned to remove excessive boilerplate.
  • Infrastructure Rebuild: Updated the project infrastructure to align with the latest (Flutter 3.19.6) flutter create command, ensuring compatibility and leveraging new features.
  • Restructured the project to follow the Domain-Driven Design (DDD) pattern.
  • Integrated Nuxify Widgetbook: Added Nuxify's own Widgetbook as a dependency (https://github.com/Nuxify/widgetbook) to include commonly used widgets.

Enhancements

  • Added Repository Sample Function: Introduced a sample function in the repository for handling structured API responses. This improves the codebase's flexibility.

Chores

  • Update Linter: Updated the linter configuration to enforce consistent code style and improve code quality.
  • Update Readme: Revised the README file to include updated build steps for easier setup and contribution.
  • Add Internal Folder Support: Added support for an internal folder to store util functions and enums.

These updates bring significant improvements to the project structure, code quality, and user interface, enhancing both developer and user experiences.