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

Flutter Table Widget

Flutter Table Widget

July 9, 2020 totosugito 0

horizontal_data_table A Flutter Widget that create a horizontal table with fixed column on left hand side. Usage This shows Widget’s full customizations: HorizontalDataTable( {@required this.leftHandSideColumnWidth, […]

Flutter JSON Table Widget

Flutter JSON Table Widget

July 9, 2020 totosugito 0

Json Table Widget This Flutter package provides a Json Table Widget for directly showing table from a json(Map). Supports Column toggle also. Live Demo: https://apgapg.github.io/json_table/ […]

Flutter Scrools Widget

Flutter Scrools Widget

July 6, 2020 totosugito 0

marquee_widget A Flutter widget that scrolls Widget Text and other Widget with supported RTL. Provides many customizationsincluding custom scroll directions and velocities, pausing after every […]

Flutter Display Html

Flutter Display Html

July 3, 2020 totosugito 0

Flutter Widget from HTML A Flutter plugin for building Flutter-widget tree from html. This package extends the flutter_widget_from_html_core package with extra functionalities by using external […]