Flutter Demo app for encrypting values with Solid PODs. The app can run on both mobile (tested on Anroid), web (tested on Chrome and Firefox), and desktop (tested on Windows) environments.
Fork the demo app in the \example directory into a local directory and open the pubspec.yaml file. Check whether the latest version of the package solid_encrypt is added under dependencies. Now run the following to get the necessary packages.
flutter pub getAfter all the required packages are imported, then first select the device you want the app to run. Then run the app by pressing CTRL + F5.