Laborator 05
Problema 1:
Faceti o aplicatie care sa gestioneze o lista de cumparaturi. Aplicatia va contine cel putin un ListView, un TextField si un Button. Aplicatia va permite adaugarea si stergerea elementelor din lista.
- https://docs.flutter.dev/cookbook/forms/retrieve-input
- https://docs.flutter.dev/cookbook/lists/basic-list
- https://docs.flutter.dev/cookbook/lists/mixed-list
- https://googleflutter.com/flutter-add-item-to-listview-dynamically/
- https://api.flutter.dev/flutter/widgets/State/setState.html
English
Exercise 1
Create an application that manages a shopping list. The application will contain at least one ListView, one TextField, and one Button. The application should allow adding and deleting elements from the list.