Skip to content

Files

Latest commit

 

History

History
18 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.18 KB

flutter_list_starting_point

This project has been made for the event "Introduzione a Flutter", to introduce developers to Flutter.
On YouTube you can find the presentation I made for the GDG Florence.

In this project, we will see how to create an app containing:

  • a list having draggable (dismissable) items
  • a text area to write some inputs
  • a button to update the list with the given input

You can find the final code on the branch arrival_point

and the slides I used during my presentation, clicking on this link
or directly inside in the documentation folder, present in this project.