Mobile app for Clarity Hub written in Flutter (Dart).
- Install Flutter. Make sure to install the Android requirements as well
- The following two commands should get you started:
# Create a new iPhone Simulator. Skip this step if you already creatd one or are
# going to use a real device
sh ./scripts/create
# Clean your flutter workspace if you are returning the project after awhile
sh ./scripts/clean
# Run Flutter
sh ./scripts/startDrag you self-signed .cert file into the iOS simulator.
The /lib folder is where the majority of the code will go. Other folders hold
shared or specific code for each device type.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.