fluttercommunity / community

Flutter Community - A central place for community made Flutter content.
1.57k stars 121 forks source link

fluttter web main.dart.js is very large #78

Open RakeshJv opened 3 years ago

RakeshJv commented 3 years ago

Hi

I am creating web app in release mode and it creating a 4 mb main.dart,js file , and is taking very long time load that in produuction system .please let any solution to handle this issue

Regard

vineetkumarsharma17 commented 3 years ago

export release apk with android studio and then install apk hope i help.

On Tue, 7 Sept 2021 at 22:19, RakeshJv @.***> wrote:

Hi

I am creating web app in release mode and it creating a 4 mb main.dart,js file , and is taking very long time load that in produuction system .please let any solution to handle this issue

Regard

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fluttercommunity/community/issues/78, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDJMGDUMJRNCN4DIDQUXPLUAY7ABANCNFSM5DSZE7NA .

RakeshJv commented 3 years ago

Hi Viviek

Thanks for the reply but i am facing the issue in flutter web build creation not in mobile build creation