flutter_micro_app icon indicating copy to clipboard operation
flutter_micro_app copied to clipboard

Add Navigator 2.0 compatibility

Open emanuel-braz opened this issue 3 years ago • 1 comments
trafficstars

emanuel-braz avatar Feb 13 '22 12:02 emanuel-braz

@emanuel-braz when can we expect this feature?

msgtobala avatar Aug 15 '24 09:08 msgtobala

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.

emanuel-braz avatar Sep 16 '24 16:09 emanuel-braz

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.

image

emanuel-braz avatar Sep 16 '24 16:09 emanuel-braz