Flutter Circle Color Picker

Flutter Circle Color Picker

April 30, 2020 totosugito 0

flutter_circle_color_picker A beautiful circle color picker for flutter. Light theme Dark Theme Usage … body: Center( child: CircleColorPicker( initialColor: Colors.blue, onChanged: (color) => print(color), size: […]

Flutter Map Location Picker

Flutter Map Location Picker

April 21, 2020 totosugito 0

google_map_location_picker Location picker using the official google_maps_flutter. I made This plugin because google deprecated Place Picker. Using For message localization inside the library please add […]

Flutter Picker Plugin

Flutter Picker Plugin

February 16, 2020 totosugito 0

flutter_picker Flutter plugin picker. Include NumberPicker, DateTimePicker, ArrayPicker, and default linkage Picker. Provide flexible parameters to meet various needs. At the same time, you can […]

Flutter Country Picker

Flutter Country Picker

February 16, 2020 totosugito 0

flutter_country_picker A Flutter Country Picker Widget with support to country dialing codes. Please visit another Flutter Country Code Picker Widget lbrary from our other post. […]

Flutter File Picker

Flutter File Picker

February 14, 2020 totosugito 0

File Picker A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extensions filtering support. […]