lib/ ├── core/ # Utilities and shared code ├── data/ # Storage and data models ├── domain/ # Business entities ├── features/ # Main app features │ ├── cards/ # Card list and management │ ├── card_form ...
This project is a starting point for a Flutter application.