409 B
409 B
3. Reduce main file size on Web Browser
Date: 2022-04-04
Status
Accepted
Context
- Reduce
main.dart.jsfile size at web browser startup
Decision
- We use Lazily loading which could split your code in multiple JavaScript files
Consequences
- Significantly reduce the size of the generated
main.dart.jsfile.