Flutterando / modular

A smart project structure
https://pub.dev/packages/flutter_modular
Other
1.31k stars 254 forks source link

Is possible use Deferred components for big modules? #958

Open d3roch4 opened 6 months ago

d3roch4 commented 6 months ago

Describe the question Flutter supports deferred, or "lazy", loading on Android and the web. Is possible use this with this package?

For example, if I have a big module, is possible a lazy loading for its module?