You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm in middle of developing Web page in Flutter. The deeper I go the main file called main.dart.js is getting bigger. So then I've started searching how to reduce the file size.
I came across to that article and found out about deferred libraries. That sample project from article is based on qlevar_router which has such handy method as Middleware which helps in implementing separate file for each page.
Since my project is based on your package beamer, I was thinking about if are you planning to implement this or haven't thought about it yet?
Please let me know if its interesting enhancement for your package.
Yes, is a CTRL + C and CTRL + V, but a relevant question.
If beamer already contains something like that, please let me know too.
The text was updated successfully, but these errors were encountered:
copied from flutter/flutter
Hi, I'm in middle of developing Web page in Flutter. The deeper I go the main file called main.dart.js is getting bigger. So then I've started searching how to reduce the file size.
I came across to that article and found out about deferred libraries. That sample project from article is based on qlevar_router which has such handy method as Middleware which helps in implementing separate file for each page.
Since my project is based on your package beamer, I was thinking about if are you planning to implement this or haven't thought about it yet?
Please let me know if its interesting enhancement for your package.
Yes, is a CTRL + C and CTRL + V, but a relevant question.
If beamer already contains something like that, please let me know too.
The text was updated successfully, but these errors were encountered: