https://github.com/dhiwise/blogie
A Blog posting and Listing Application
https://github.com/dhiwise/blogie
Last synced: 3 months ago
JSON representation
A Blog posting and Listing Application
- Host: GitHub
- URL: https://github.com/dhiwise/blogie
- Owner: DhiWise
- Created: 2022-06-23T08:17:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T11:13:34.000Z (over 3 years ago)
- Last Synced: 2024-04-24T06:09:51.685Z (over 1 year ago)
- Language: Dart
- Size: 2.06 MB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blogie
Getting Started with Flutter 🚀
Generated with ❤️ from Dhiwise
This is the documentation of Flutter Applications.
It holds all the info you need to get started with
and make changes to your App
This application is build on MVVM architecture.
### Table of Contents
- [Introduction](#introduction)
- [System Requirements](#system-requirements)
- [Figma](#figma)
- [Functionalities](#functionalities)
- [Supabase Features](#supabase-features)### Introduction
This application is bulit with DhiWise uses Flutter as Tech Stack and Supabase as Datastore.
Its scope is Blog Listing and Posting.### System Requirements
Dart SDK Version 2.12.0 or greater.
Flutter SDK Version 2.0.0 or greater.### Figma
https://www.figma.com/file/pUJbSrqPV8X36J03uxw5yi/Blogie---UI-Kit### Functionalities
1. Authentication(Login/SignUp/Logout)
2. Create Blogs
3. Listing of Blogs
4. Listing of Drafts
5. Details of Blog### Supabase Features
1. Authentication
2. Record Create
3. Records Listing(Single and Multiple)