Flutter Arc Text Widget

Flutter Arc Text Widget

June 14, 2020 totosugito 0

Flutter Arc Text Renders text along the arc. See demo. The story behind the plugin is here. Basic usage class MyApp extends StatelessWidget { @override […]

Flutter Link Preview

Flutter Link Preview

May 29, 2020 totosugito 0

flutter_link_preview This is a URL preview plugin that previews the content of a URL Special feature Result caching and expiration mechanism for faster return of […]

Flutter Liquid Progress Indicator

Flutter Liquid Progress Indicator

May 25, 2020 totosugito 0

liquid_progress_indicator Liquid progress indicator for Flutter. Features Liquid circular progress indicator. Liquid linear progress indicator. Liquid custom progress indicator. Works similarly to Flutters own ProgressIndicator. […]

Flutter Popup Widget

Flutter Popup Widget

May 25, 2020 totosugito 0

flutter_show_more_text_popup Flutter widget to show text in popup or overlay container Installation Add this to your package’s pubspec.yaml file dependencies: … show_more_text_popup: ^latest-version Usage First […]

Flutter Calendar Week Widget

Flutter Calendar Week Widget

May 23, 2020 totosugito 0

flutter_calendar_week A calendar view by week IOS | Android: Web: Use: dependencies: flutter_calendar_week: git: url: https://github.com/mduccc/flutter_calendar_week ref: 0.1.0 CalendarWeek( height: 80, minDate: DateTime.now().add( Duration(days: -365), […]