https://github.com/dcrebbin/canto_transcript_frontend
https://github.com/dcrebbin/canto_transcript_frontend
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcrebbin/canto_transcript_frontend
- Owner: dcrebbin
- Created: 2025-08-21T14:23:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T15:56:30.000Z (10 months ago)
- Last Synced: 2025-08-21T17:09:08.766Z (10 months ago)
- Language: Dart
- Size: 888 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# canto_transcripts_frontend
## Environment variables
Create a `.env` file in the project root (not committed to git). Example:
```
OPEN_AI_API_KEY=sk-...
SERVER_API_KEY=your-server-key
PROXY_URL=https://your-proxy/
```
The app loads `.env` at startup using `flutter_dotenv`.
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.