Personas psychology app created by Robert Bartlett
Created in flutter version 1.22.4
Install flutter from https://flutter.dev/docs/get-started/install Install android studio from https://developer.android.com/studio
add flutter/bin to path
run "flutter pub get" run "flutter doctor" Flutter doctor should fix any issues
plug in phone or set up virtual phone if you plugged in a phone make sure it has USB debugging enabled in developer options. Look up how to find them for your phone
run app in debug mode in code or android studio.
to run as web app run "flutter run -d chrome"
to build web app run "flutter build web --release" open directory with termainal and run "python -m http.server 8000" and the web app will be viewable at localhost:8000