how to delete itens in my list on flutter/dart?
Here is my code, I already managed to add items (authors) to my list, so now how do I delete them? I didn't find anything here on stackoverflow to help APP.DART import 'package:autores/view/list.dart'; import 'package:flutter/material.dart'; class App extends StatelessWidget {…