A sample app for showcasing Flutter Trusted Device SDK.
This project uses flutter_clean_architecture.
This architecture consist of 4 main layers, which is:
- Domain: This is where you put your Business entities (objects), Use Cases and Base Repositories as your project foundation.
- App: This is where you put your UI at work and design how your app would look.
- Data: This is where you interact with your database. All database interactions (e.g. fetch, create, read, update etc.) should be here.
- Device: This is where you interact with your external libraries (packages). So your app doesn't depend on external libraries.
for more information, read: https://pub.dev/packages/flutter_clean_architecture
