Flutter Date Picker Widget

Flutter Date Picker Widget

May 23, 2020 totosugito 0

Flutter Cupertino Date Picker [pub packages] Flutter cupertino date picker. Usage 1. Depend Add this to you package’s pubspec.yaml file: dependencies: flutter_cupertino_date_picker: ^1.0.26 2. Install […]

Flutter Swipeable Calendar

Flutter Swipeable Calendar

May 23, 2020 totosugito 0

flutter_calendar_carousel Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable. Now you can even […]

Flutter Calendar Widget

Flutter Calendar Widget

May 22, 2020 totosugito 0

Calendar Shows a scrolling calendar list of events. This is still relatively basic, it always assumes that the getEvents returns the entire list of calendar […]

Flutter Localize and Translate

Flutter Localize and Translate

May 22, 2020 totosugito 0

localize_and_translate Flutter localization abstract, Really simple Show some :heart: and star the repo Screenshots Tutorial Video Arabic : https://www.youtube.com/watch?v=nfDYussovfQ Methods Method Job init() initialize things, […]

Flutter Radio Player

Flutter Radio Player

May 22, 2020 totosugito 0

kRadio Player Another Awesome Online Radio Player Getting Started Follow the guide on how to install Flutter. Clone the repository and open with your IDE: […]

Flutter Assets Audio Player

Flutter Assets Audio Player

May 22, 2020 totosugito 0

🎧 assets_audio_player 🔊 Play music/audio stored in assets files (simultaneously) directly from Flutter (android / ios / web). You can also use play audio files […]

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 […]