Releases: Nuxify/flirt
Releases · Nuxify/flirt
v1.3.0
What's Changed
- chore: set target and compile sdk to 34 by @josephgcedeno in #27
- feat: upgrade flutter version by @josephgcedeno in #28
- fix: use different quotable api by @josephgcedeno in #29
- chore: move to core directory by @josephgcedeno in #30
- chore: provide environment and use .env for api by @josephgcedeno in #31
- chore: move module to core directory by @josephgcedeno in #32
- fix: standardized repo layer by @josephgcedeno in #33
- feat: use api nuxify by @josephgcedeno in #34
- refactor: apply standardization comment by @josephgcedeno in #35
- feat: refactor api cubit by @josephgcedeno in #37
- chore: re-oder environment variable by @josephgcedeno in #38
Full Changelog: v1.2.1...v1.3.0
v1.2.1
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.
v1.2.0
Release Notes
Full Changelog: v1.1.1...v1.2.0
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.
Flutter 3.16.7
Bumped to latest stable Flutter SDK of 3.16.7
What's Changed
- feat: ddd and clean architecture structure by @kabaluyot in #23
Full Changelog: v1.1.0...v1.1.1
Flutter 3.13.9
Bumped to latest stable Flutter SDK of 3.13.9
Change log:
- Update Flutter SDK
- Upgrade dependencies
- Added support for FlutterGen
- Renamed files for further clarity and to be in-line with Modular architecture
State Management with Cubits
Merge pull request #19 from Nuxify/feature/fvm-support feat: fvm support
Flutter 3 support
Addresses the ff:
- move the qr app example to
qr-example-flutter-2
branch - upgrade to flutter 3.0
- remove qr example reference from base
main
branch - add skeleton/shimmer loading for better UX experience by default
- add new API invoke example
Upgrade to android embeddings v2
Upgrade to Flutter 2.5
Breaking changes include:
For complete changelogs, see https://medium.com/flutter/whats-new-in-flutter-2-5-6f080c3f3dc
- theme structures
- remove Go-style imports (since alphabetical imports is highly introduced)
Migrate models to null-safe
Breaking change:
- migration of models responses to null-safe