Home > Mobile >  How can i make a dynamic list in Flutter where user can add items through a textfield and delete the
How can i make a dynamic list in Flutter where user can add items through a textfield and delete the

Time:05-10

I want to have a textinputfield for the user and when he tips in something and clicks on a button the input should be shown in a list item. The user should also have the option to delete items of the list just like a in and todo app.

Here you can find my code:

Image showing provider being added to pubspec.yaml file

  • Related