Flutter Progress HUD

Flutter Progress HUD

May 25, 2020 totosugito 0

bmprogresshud A lightweight progress HUD for your Flutter app, Inspired by SVProgressHUD. Showcase Example place ProgressHud to you container, and get with ProgressHud.of(context) import 'dart:async'; […]

Flutter Alert Dialog

Flutter Alert Dialog

May 22, 2020 totosugito 0

adaptive_dialog Show alert dialog or modal action sheet adaptively according to platform. showOkAlertDialog Convenient wrapper of showAlertDialog. iOS Android showOkCancelAlertDialog Convenient wrapper of showAlertDialog. iOS […]

Flutter Animation

Flutter Animation

May 12, 2020 totosugito 0

animator Enables you to create stunning flutter animations, faster, efficient and with less code. Partly inspired by the amazing Animate.css package by Dan Eden. Please […]

Flutter Timeline Widget

Flutter Timeline Widget

March 5, 2020 totosugito 0

Flutter Timeline Widget Displays a scrollable timeline with custom child widgets and custom icons. Installation In your pubspec.yaml file within your Flutter Project: dependencies: timeline_list: […]