Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 847 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 847 Bytes

Flutter social network

Features

Feed with posts, post page, comments, profiles, likes, auth.

Stack

MobX, Dio, json_serializable, provider, flutter_simple_dependency_injection

Architecture

Features-based, DDD, Provider, DI, UI logic separated to presenters, domain logic in domain layer.

Code style

  • 120 line length
  • dartfmt before merge request
  • snake_case for all files

Icons

Docs

Icons generated by script: icons_generator.py

Run using:

python icons_generator.py

Handles assets/icons/ folder.

Environment variables

You can setup it here.

Info

Some features are created only in their start state.