flutter_micro_app
flutter_micro_app copied to clipboard
Add Navigator 2.0 compatibility
@emanuel-braz when can we expect this feature?
Hi @msgtobala, I'm working to create a plugin to make possible using GoRouter together with flutter_micro_app, and I'll probably finish that this week.
Context: This package is not intended to be a Routing solution, the main focus is Event Driven Development, so you can communicate different modules/project/feature/programming languages using only one pattern, and without strong coupling.
Although the routing system works, it is quite simple, and since there are already more robust solutions for this, I advise taking advantage of this, integrating with other routing libraries, like GoRouter.
I'm also adapting the Flutter DevTools MicroBoard in order to display GoRouter routes, so you can inspect and export them to a excel file.