An open API service indexing awesome lists of open source software.

https://github.com/dcrebbin/canto_transcript_frontend


https://github.com/dcrebbin/canto_transcript_frontend

Last synced: 9 months ago
JSON representation

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.