Newby Coder header banner

Flutter Input Applications

Taking input from user in Flutter Android/iOS Application

Check following applications which facilitate take input from user like TextField, FilePicker, ImagePicker, DatePicker and videos

Validation can be done to FormField like Textfield using simple regex validator

Flutter Applications for user input

File Picker Application

An external package can be used to enable reading files from an Android or iOS device

Platform: Android & iOS

cl-flutter-file-pickercm-flutter-file-picker-as2

Check Flutter File Picker Application

Image Picker

An external Flutter package can be used to facilitate image uploads from an Android or iOS device

Platform: Android & iOS

cl-flutter-image-pickercm_flutter_image_picker_as2

Check Flutter Image Picker Application

DatePicker

Check Flutter application which provides date picker and time picker widgets with Material and Cupertino styled appearance

Platform: Android & iOS

cl-flutter-date-picker-darkcl-flutter-date-picker-cupertinocm-flutter-date-picker-material

Check Flutter Date Picker Application

Searchable Dropdown

A Searchable dropdown provides options which can be selected and an input field to search and narrow down the options

Platform: Android & iOS

cl-flutter-searchable-dropdowncm_flutter_searchable_dropdown_as2

Check Flutter Searchable Dropdown Application

Form Validation

Form validation in Flutter can be implemented using simple regex validators

Platform: Android & iOS

cl-flutter-form-validationcm-flutter-form-validation-as2

Check Flutter Form Validation Application

Video

Text Input

Reading and Writing Files in Flutter