Skip to content

Upgrade Flutter & Dart, Refactor State Management, and Improve Service Locator #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yudha-haris
Copy link
Collaborator

What’s New:

  • Flutter Upgrade: Bumped Flutter from 3.16.1 to 3.27.1.
  • Dart Upgrade: Updated Dart from 3.27.1 to 3.6.0.
  • State Management Changes:
    • Now using one BLoC per page to match BLoC lifecycle with the page lifecycle, so it cleans up properly when the page is closed.
  • Service Locator Changes:
    • Switched from manually setting up dependencies to using annotations (injectable) to lessen the code writing
  • Environment Changes:
    • Improved how we handle environment configurations using injectable

What to Improve:

  • Adjust Models to latest update from DummyJson (currently the Models is deprecated)

@yudha-haris yudha-haris added the enhancement New feature or request label Jan 29, 2025
@yudha-haris yudha-haris self-assigned this Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant