Açıklama Yok

Fares d35d376296 backup hp 11 ay önce
.continue d35d376296 backup hp 11 ay önce
.vscode 185222916f no timer 1 yıl önce
android 185222916f no timer 1 yıl önce
androidold 185222916f no timer 1 yıl önce
assets 3b180f6a94 avant sby 1 yıl önce
keys 13e4200acc Initial Commit 1 yıl önce
lib d35d376296 backup hp 11 ay önce
serverinit 185222916f no timer 1 yıl önce
test 13e4200acc Initial Commit 1 yıl önce
tp5 185222916f no timer 1 yıl önce
uploaddb 185222916f no timer 1 yıl önce
windows 185222916f no timer 1 yıl önce
.gitignore 13e4200acc Initial Commit 1 yıl önce
.metadata 185222916f no timer 1 yıl önce
README.md 13e4200acc Initial Commit 1 yıl önce
analysis_options.yaml 13e4200acc Initial Commit 1 yıl önce
pubspec.lock d35d376296 backup hp 11 ay önce
pubspec.yaml 185222916f no timer 1 yıl önce
tp5.code-workspace 13e4200acc Initial Commit 1 yıl önce

README.md

tp5

A realtime photo sharing app built on Supabase and Riverpod.

Supabase is an open-source Firebase alternative that offers a set of tools to create scalable and secure web and mobile applications.

On the other hand, Riverpod is a state management library for Flutter that provides a simple, composable way of managing application state. It uses dependency injection to enable sharing state across the app and offers an intuitive API for managing state.

Getting started

  1. Install Flutter (Includes Dart SDK)
  2. Setup and Configure your Supabase project (See the mini course)
  3. Update packages with flutter pub get
  4. Run project with flutter run

Please note: This is the "main" branch for the Supabase & Riverpod free minicourse on YouTube. Checkout the "starter" branch for the base setup of the course.