Flutter Style Widget

Flutter Style Widget

July 13, 2020 totosugito 0

Simplifying your widget tree structure by defining widgets using methods.    Thanks to the introduction of extension methods in Dart 2.7.0, styled_widget makes it possible […]

Flutter Responsive Widgets

Flutter Responsive Widgets

July 13, 2020 totosugito 0

Responsive Widgets This plugin helps to create responsive widgets, that makes auto-size with the proportion between reference screen size (width, height) with the screen that […]

Flutter Speedometer Widget

Flutter Speedometer Widget

July 9, 2020 totosugito 0

flutter_speedometer Flutter Speedometer widget package Getting Started In order to use this package, do import import 'package:flutter_speedometer/flutter_speedometer.dart'; Basic implementation can be done like below code: […]

Beauty Popupmenu Flutter

Beauty Popupmenu Flutter

June 30, 2020 totosugito 0

flutter_beautiful_popup δΈ­ζ–‡ A flutter package to help you beautify your app popup, can be used in all platform.Live Demo. Preview: Getting Started Add dependency to […]

Flutter Modal Bottom Sheet

Flutter Modal Bottom Sheet

June 26, 2020 totosugito 0

Flutter Modal Bottom Sheet Create awesome and powerful modal bottom sheets. Cupertino Modal Multiple Modals Material Modal Bar Modal Create your own Try it Explore […]

Show Dialog Flutter

Show Dialog Flutter

June 26, 2020 totosugito 0

awesome_dialog A new Flutter package project for simple and awesome dialogs Usage To use this package, add awesome_dialog as a dependency in your pubspec.yaml file. […]

Flutter Custom Dialog

Flutter Custom Dialog

June 26, 2020 totosugito 0

✨ flutter_custom_dialog Global dialog function encapsulation, with a semantic way to fill the content inside the dialog, the current function provided Support for a few […]