Flutter 3D Widget

Flutter 3D Widget

July 15, 2020 totosugito 0

Flutter Cube A Flutter 3D widget that renders Wavefront’s object files. Getting Started Add flutter_cube as a dependency in your pubspec.yaml file. dependencies: flutter_cube: ^0.0.4 […]

Flutter Analog Clock

Flutter Analog Clock

July 15, 2020 totosugito 0

Flutter Analog Clock Widget Clean and fully customizable analog clock widget. Installation In your pubspec.yaml file within your Flutter Project: dependencies: analog_clock: ^0.0.1 Features Modern […]

Flutter Groovin Package Widget

Flutter Groovin Package Widget

July 14, 2020 totosugito 0

groovin_widgets A Flutter package containing widgets and utilities created by GroovinChip. This package currently contains the following widgets: ModalDrawerHandle OutlineDropdownButton OutlineDropdownButtonFormField GroovinExpansionTile SplitColorBackground AvatarBackButton This […]

Search Widget In Flutter

Search Widget In Flutter

July 14, 2020 totosugito 0

useful_widgets This package makes it easy to build apps by providing a list of simple and useful widgets. import 'package:useful_widgets/useful_widgets.dart'; List of Widgets available in […]

Flutter Segment Display Widget

Flutter Segment Display Widget

July 13, 2020 totosugito 0

Segment display widget Segment display widget for Flutter. Supports multiple types of segment displays and segment customization. Contents Features Installation Usage Seven-segment display Fourteen-segment display […]

Flutter Gauge Widget

Flutter Gauge Widget

July 13, 2020 totosugito 0

Chart Types Getting Started You should ensure that you add the following dependency in your Flutter project. dependencies: flutter_gauge: ^1.0.8 You should then run flutter […]

Flutter Overlay Widget

Flutter Overlay Widget

July 9, 2020 totosugito 0

overlay_container A flutter widget which renders its child outside the original widget hierarchy. Demo. This demo is present as an example here. You can also […]

Flutter Showcase View

Flutter Showcase View

July 9, 2020 totosugito 0

ShowCaseView A Flutter package allows you to Showcase/Highlight your widgets step by step. Preview Installing Add dependency to pubspec.yaml Get the latest version in the […]