Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.02 KB

Yoga App in Flutter

Flutter app for custom yoga classes with workout player

Run the project

$ git clone [email protected]:Stmol/yoga_app_flutter.git
$ flutter pub get
$ flutter run

Architecture

  • State management: Flutter MobX
  • DI: Provider
  • MVVM: MobX Stores as MV
  • Storage: JSON in SharedPreferences

iOS and Android layout

It uses flex layout to fit different screen sizes

Localization

Data set (asanas, classrooms) contains only russian language

Copyrights

All images used in the app belong to their authors. Please respect copyrights and dont use them in production.

Misc

MIT License, enjoy!

Feedback is welcome!