I created a flutter package and in there I added business logic.
I imported that package into my client project, and I am able to access the files and method. Upto this going well.
Now the issue is that from the client project, I am able to edit/modify dart files from packages. It should not happen. This way anyone can edit/remove business logic from flutter package.
How I can prevent the dart file from being modified?