Flutter Progress Button

Flutter Progress Button

May 22, 2020 totosugito 0

Progress State Button A customizable progress button for Flutter Test with DartPad Installation https://pub.dev/packages/progress_state_button progress-state-button: "^1.0.0" Usage Icon ProgressButton.icon(iconedButtons: { ButtonState.idle: IconedButton( text: "Send", icon: […]

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 Shuttle Tracker

Flutter Shuttle Tracker

May 20, 2020 totosugito 0

Flutter ShuttleTracker Flutter ShuttleTracker is a cross-platform port of ShuttleTracker that utilizes the Flutter framework for development. Showcase Features Live updates displayed on map for […]

Flutter Sketchy Draw

Flutter Sketchy Draw

May 20, 2020 totosugito 0

Rough Rough is a library that allows you draw in a sketchy, hand-drawn-like style. It’s a direct port of Rough.js. Installation In the dependencies: section […]

Flutter Toast

Flutter Toast

May 20, 2020 totosugito 0

Android’s Toast Message in Flutter Flutter application to show Android’s Toast Message. Methods and code to Show Toast message in flutter. To show Toast Message […]

Flutter Simple Calculator

Flutter Simple Calculator

May 12, 2020 totosugito 0

flutter_calculator Preview Structure Input Widgets input widgets is all extends StatefulWidget, because they need to response the onTap gesture. NumberButton. Rendering the number button (like […]