Standard Widgets Library


Flint comes with a large collection of pre-made widgets that are easily customized using simple property settings. With simple drag-and-drop you can create user interface without having design expertise.

CONTACT US

Fixed View Widget

The Fixed View Widget is a container widget in Flint that can contains multiple child widgets and manages them efficiently through width, height, position etc., It is used to place one or more widgets and position them on the screen according to our requirements.

List View Widget

List View shows its child widgets one after another, either horizontally or vertically, depending on the type chosen

Scroll View Widget

The Scroll View Widget is used to create scrollable views

Carousel View Widget

Carousel widget is used to show a collection of items or views one at a time in a single space

Progress Bar Widget

Progress bar widget is used to show progress of any task. Flint supports both horizontal and vertical progress bars widgets.

Slider Widget

A Slider widget allows users to select a value from a defined range of values by moving the knob.

Dial Widget

The Dial widget is a circular value input control used to indicate the current value of a metric on a specified range using a pointer or needle

Rotary Knob Widget

A Rotary Knob widget allows users to select a value from a defined range of values by moving the knob in a circular motion

Circular Progress Bar Widget

A circular progress bar widget is used to show progress of a task in a circular fashion.

Clock Widget

Flint provides a fully customizable analog clock widget with hands to show hours, minutes and seconds.

Labels Widget

Labels widget is an input element which holds the alphanumeric data

Image Holder Widget

The Image Holder Widget is used to show images in png format

Button Widget

Button Widget is used to trigger any actions. Flint supports three button types – push button, toggle and radio button