A recipe book mobile application built with Flutter and Turso
Create new Turso database from the embedded SQLite file.
turso db create recipe-book --from-file recipe-book.db
Get the created database's credentials.
turso db show --url recipe-
turso db create tokens recipe-book
Note
Replace the provided database URL's libsql
protocol with https
before using it to send HTTP requests.
flutter run --debug --dart-define=TURSO_URL=[db-url-with-https] --dart-define=TURSO_AUTH_TOKEN=[issued-auth-token]
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.