Remove Demo Version

To remove the demo version: Navigate to utils -> appconstant.dart Set the variable bool isPurchased = false; to true so it should be bool isPurchased = true; Once you make the changes, the demo version will be removed.

Last updated