Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 899 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 899 Bytes

mavka

Altered android

Project structure

lib
├── blocs                # BLOC components
├── components           # Reusable ui components
├── layouts              # Reusable layouts
│   ├── auth
│   └── authorized
├── models               # Models (no ui)
├── model_views          # Reusable ui components for models
├── screens              # Screens
│   ├── auth
│   ├── authorized
│   ├── getting_started  # Getting started screens (after registration)
│   └── navigation       # Bottom navbar screens
├── services             # All work with the backend
└── utilities            # Reusable tools