cetorres / multiselect_formfield

A Flutter package that provides a multi select form field using alert dialog to select multiple items with checkboxes and showing as chips.
BSD 3-Clause "New" or "Revised" License
71 stars 58 forks source link

Missing semicolon ";" in multiselect_formfield.dart file #29

Open AangJnr opened 3 years ago

AangJnr commented 3 years ago

Hello, There's a missing semicolon in the file multiselect_formfield.dart at line 10 which is a blocker because the code doesn't compile.