jonataslaw / getx

Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
MIT License
10.41k stars 1.63k forks source link

deferred loading for web to enable code splitting for routes #2113

Open philos3 opened 2 years ago

philos3 commented 2 years ago

/// Use for web for lazy loading other routes /// more info https://dart.dev/guides/language/language-tour#deferred-loading final bool deferredLoading;

philos3 commented 2 years ago

any update

bb-renittojose commented 2 years ago

Please add this feature to improve the initial loading for web.

devSC commented 7 months ago

any updates?