Skip to content
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

feat: Flutter example migration #36

Merged
merged 34 commits into from
May 24, 2022
Merged

Conversation

albertodev01
Copy link
Owner

Why?

I need to migrate the project in example/flutter_example to Flutter 3.0

What?

  • Migrated code in example/flutter_example to Flutter 3.0
  • Removed flutter_bloc and replaced with Flutter's built-in state management (InheritedWidget and notifier classes)
  • Tests and goldens updates
  • Added support to macOS, Linux and Windows
  • Updates on the web build
  • Navigator 2.0 implementation with Flutter's go_router

Types of Changes

  • New feature (non-breaking change which adds functionality)
  • General improvements (quality updates to improve the stability of the project)

Notes

yay

Checklist

  • I have provided a description of the proposed changes.
  • I added unit tests for all relevant code.
  • I added golden tests for all UI changes.
  • I added documentation for all relevant code.

@albertodev01 albertodev01 merged commit 772d72e into develop May 24, 2022
@albertodev01 albertodev01 deleted the flutter-example-migration branch May 24, 2022 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant