A Flutter app to create custom workouts for users using Google PaLM API.
-
Create your .env with the PaLM API KEY of your project, you can find it here and follow the structure of
.env.example
file. -
Launch your Flutter app using VSCode debug configuration or run from terminal using
flutter run lib/main.dart