Can we do any changes in a flutter based, exported website? (without the base flutter code)

27 views Asked by At

Suppose I used flutter to build an application and then export it as a Website by using

flutter build web

Now if I give this exported web code (not flutter files) to someone, will there be any possibilities that they can do changes in logic (api calls, licensing, etc) in this code ?

https://docs.flutter.dev/deployment/web#deploying-to-the-web ~ for reference

I tried opening the exported files, didn't understand the code though, I mean thought it would be difficult, but still want to know from experts. (PS : Am new to flutter)

0

There are 0 answers