Flutter Crop Image Widget

Flutter Crop Image Widget

April 19, 2020 totosugito 0

image_crop_widget A Flutter widget to crop images. The widget is completely written in Dart and has minimal dependencies. The widget displays the image within the […]

Flutter Circular Profile Avatar

Flutter Circular Profile Avatar

April 18, 2020 totosugito 0

circular_profile_avatar CircularProfileAvatar is a Flutter package which allows developers to implement circular profile avatar with border, overlay, initialsText and many other awesome features, which simplifies […]

Flutter Carousel Slider Widget

Flutter Carousel Slider Widget

April 13, 2020 totosugito 0

carousel_slider A Flutter carousel widget, support infinite scroll and custom child widget, with auto play feature. Installation Add carousel_slider: ^1.4.1 in your pubspec.yaml dependencies. And […]

Flutter Gallery Resources

Flutter Gallery Resources

April 13, 2020 totosugito 0

Flutter Gallery Flutter Gallery is a resource to help developers evaluate and use Flutter. It is a collection of Material Design & Cupertino widgets, behaviors, […]

Flutter VLC Player Widget

Flutter VLC Player Widget

April 12, 2020 totosugito 0

VLC Player Plugin A VLC-powered alternative to Flutter’s video_player that supports iOS and Android. Installation iOS For iOS, you need to opt into the Flutter […]

Flutter Rounded Date Picker

Flutter Rounded Date Picker

March 11, 2020 totosugito 0

Flutter Rounded Date Picker The Flutter plugin that help you can choose dates and years with rounded calendars and customizable themes. Installing Add dependencies in […]

Flutter Infinite ListView

Flutter Infinite ListView

March 10, 2020 totosugito 0

Flutter Infinite ListView Flutter Infinite ListView is ListView with items that can be scrolled infinitely in both directions. Quick Usage Replace your existing ListView with […]