A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
The app includes HTML5 games for specific stories. To build them:
./scripts/build_games.shThis script installs dependencies, builds the games, and copies the output to assets/games/.
This project uses flutter_dotenv to manage environment variables.
- Create a file named
.envin the root directory of the project. - Add your Gemini API key to the file:
API_KEY=your_api_key_here
Note: The .env file is gitignored to protect your API keys. Do not commit it to version control.