Skip to content

Pregum/supabase_intermediate_table_pracetice_flutter

Repository files navigation

supabase_intermediate_table_pracetice_flutter

このプロジェクトは、Supabase Advent Calendar 2023 の6日目の記事のサンプル用リポジトリです。

このリポジトリの起動に必要なもの

  • Flutterが動作する環境
    • fvmもあると完璧です。
  • Supabaseプロジェクト
    • .envの設定に使用します。

.envファイルの設定方法

リポジトリ直下の.env.example ファイルを.envにリネームしてください。

その後、こちらを参考にURLとAPI Keyを取得し、値を入れてください。

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:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.