flutter_listview
A ListView widget is populated with a list of Items. The Floating Action Button calls a method to add a new item to the list. The ListView is implemented in a StateFul widget so when a new item is added to the list, the ListView is updated.
This app was create with Flutter version 1.0.0.