Project that show a product list, on this app we can add, update, delete and list products.
I used SQLite by data persist, based on flutter documentation and video by Luis Serrano Donaire.
In addition, the app have a form validation for the register of new products and it uses an object with images of possible products.
- Data persist with SQLite. 📊
- CRUD's. 📝
- Navigation between screens and pass data each one. 🚢