getkevin / kevin-flutter

MIT License
0 stars 0 forks source link

MOBILE-1264_part1: Initial example app refactor #16

Closed antons-zubkovs closed 2 years ago

antons-zubkovs commented 2 years ago

Initial app skeleton/architecture.

App split in layers: app, domain, data.

In current PR, there is PaymentsPage containing basic UI + mocked BLoC logic.