https://github.com/netesh5/blog_app_clean_archiecture
This is blog app that uses Clean architecture.
https://github.com/netesh5/blog_app_clean_archiecture
bloc blog clean-architecture clean-code flutter hive postgresql supabase
Last synced: 3 months ago
JSON representation
This is blog app that uses Clean architecture.
- Host: GitHub
- URL: https://github.com/netesh5/blog_app_clean_archiecture
- Owner: Netesh5
- Created: 2024-03-11T10:05:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-18T02:45:11.000Z (about 1 year ago)
- Last Synced: 2024-12-31T02:24:56.684Z (5 months ago)
- Topics: bloc, blog, clean-architecture, clean-code, flutter, hive, postgresql, supabase
- Language: Dart
- Homepage:
- Size: 368 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clean_arch_application
## Blog App
#### This app is created using Flutter and Supabase to demonstration the clean architecutre .
## Features:
* user can login and signup,
* user can upload and fetch the blogs form supbase Postgres database
* share the blogs to others
* Blogs are saved offline, so they can be viewed without the internet## Package used
* flutter_bloc: ^8.1.4
* equatable: ^2.0.5
* get_it: ^7.6.7
* dartz: ^0.10.1
* supabase_flutter: ^2.3.4
* dotted_border: ^2.1.0
* image_picker: ^1.0.7
* uuid: ^4.3.3
* intl: ^0.19.0
* hive: 4.0.0-dev.2
* isar_flutter_libs: ^4.0.0-dev.13
* path_provider: ^2.1.0
* internet_connection_checker_plus: ^2.2.0
* flutter_svg: ^2.0.10+1## Demo
