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

https://github.com/withmohitjoshi/blog_app

A feature-rich Flutter blog app utilizing Supabase for user authentication, data management, and email verification. Offers full CRUD functionality for blog posts, image uploads, and a user-friendly interface.
https://github.com/withmohitjoshi/blog_app

bloc clean-architecture dart flutter getit hive supabase

Last synced: about 2 months ago
JSON representation

A feature-rich Flutter blog app utilizing Supabase for user authentication, data management, and email verification. Offers full CRUD functionality for blog posts, image uploads, and a user-friendly interface.

Awesome Lists containing this project

README

          

# Multi Player TicTacToe Game

A feature-rich blog app built with Flutter, leveraging Supabase for authentication, storage, and email verification.

## Features

- User authentication and registration
- Create, read, update, and delete blog posts
- Upload and manage cover images for blog posts
- Email verification for account security
- Clean and intuitive user interface

## Running the app

Clone the repository

```
git clone https://github.com/withmohitjoshi/blog_app.git
```

Navigate to the directory

```
cd ./blog_app
```

Install required packages

```
flutter pub get
```

Run the App

You need to create a .env in root folder and place variables

SUPABASE_URL="YOUR_SUPABASE_URL"

SUPABASE_KEY="YOUR_SUPABASE_KEY"

Run the app

```
flutter run
```

## Snapshots