Scaffold for a generic app using flow controllers. This includes a basic setup of:
- Startup Flow
- Welcome Flow
- Auth Flow
- Main Flow
- Stubs for additional flows
These are the top level flows (they clear the main stack by default)
- Startup
- Auth
- Main
This is the initial flow at launch which checks for updates, notifications, stored credentials, etc...
Login or signup.
The main application where the magic happens.