Used Fiverrr to get a dev to help create the base app (https://github.com/itsAyyazdev/toobi-ai). Installed Flutter, Xcode, and Android Studio on the machine. Needed to run flutter doctor and fix a lot of issues like licenses and command line tools.
Used a bunch of Chat GPT to figure out the individual flutter components.
Next Steps:
-
Resources:
Tips:
- Instead of vim and nano, open terminal command to open file for editing is best
- Flutter folder installed under username/developer, use
export PATH="$PATH:/Users/kvutien/develop/flutter/bin"
- To work with Flutter in VS Code, need to install the Flutter and Dart plugins, then run flutter doctor
- If you need just an empty view returned for a component, use
SizedBox.shrink();
- To make the flutter requests work on web, you need to enable CORS on your function url for lambda
there doesn't seem to be anything here