Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 768 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 768 Bytes

ct_social

A basic social media app where users can add posts with images, add comments, and like posts using a local database.

Getting Started

U can login by type whatever u want and u are ready to go

PACKAGES

VERY_GOOD_ANALYSIS

Used for flutter linter

IMAGE_PICKER

Used for users can add image from their posts.

IMAGE_CROPPER

Allows users to crop images they want to add to their posts.

JSON_SERIALIZABLE

Used for json serialization for models

JSON_ANNOTATION

Defines the annotations used by json_serializable to create code for JSON serialization and deserialization.

EQUATABLE

Equatable used for to compare objects

BLOC

Used for state management.

HIVE

Used for local database

SIZER

For responsible design