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.
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 shows its child widgets one after another, either horizontally or vertically, depending on the type chosen
The Scroll View Widget is used to create scrollable views
Carousel widget is used to show a collection of items or views one at a time in a single space
Progress bar widget is used to show progress of any task. Flint supports both horizontal and vertical progress bars widgets.
A Slider widget allows users to select a value from a defined range of values by moving the knob.
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
A Rotary Knob widget allows users to select a value from a defined range of values by moving the knob in a circular motion
A circular progress bar widget is used to show progress of a task in a circular fashion.
Flint provides a fully customizable analog clock widget with hands to show hours, minutes and seconds.
Labels widget is an input element which holds the alphanumeric data
The Image Holder Widget is used to show images in png format
Button Widget is used to trigger any actions. Flint supports three button types – push button, toggle and radio button