Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

A demo app for using Solid Encrypt package

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.

Usage

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 get

Running the app on web or mobile

After 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.