Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
dart
http
mobile
framework
web
state-management
internationalization
routes
dependency-injection
get
flutter
getx
-
Updated
Jun 15, 2022 - Dart
What is this feature?
When developing in a nx.dev monorepo setup the following setup is quite normal: An app has two (lazy loading) feature modules mounted:
BooksModulemounted underbooksOrdersModulemounted underordersIn a loosely coupled way, both features contain components that point to components of the other feature. For example,
bookshas a routerLink pointing