Skip to content

Releases: Nuxify/flirt

v1.3.0

31 Oct 08:45
ccd2050
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

20 Jun 04:58
Compare
Choose a tag to compare

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

15 May 07:33
Compare
Choose a tag to compare

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

15 May 03:42
25780e8
Compare
Choose a tag to compare

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

31 Oct 08:53
d9c5098
Compare
Choose a tag to compare

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

06 Jun 09:32
9bbedca
Compare
Choose a tag to compare
Merge pull request #19 from Nuxify/feature/fvm-support

feat: fvm support

Flutter 3 support

28 Jul 23:37
Compare
Choose a tag to compare

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

04 Feb 23:03
03c9133
Compare
Choose a tag to compare

Upgrade to Flutter 2.5

21 Sep 02:57
Compare
Choose a tag to compare

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

03 May 06:49
0d2dc95
Compare
Choose a tag to compare

Breaking change:

  • migration of models responses to null-safe