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.
- Host: GitHub
- URL: https://github.com/withmohitjoshi/blog_app
- Owner: withmohitjoshi
- Created: 2024-07-14T14:50:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T15:14:34.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T09:17:55.952Z (over 1 year ago)
- Topics: bloc, clean-architecture, dart, flutter, getit, hive, supabase
- Language: Dart
- Homepage:
- Size: 952 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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