DIGIT UI Core Flutter Components
Introduction
DIGIT UI components is a collection of common Flutter widgets designed to simplify UI development. These components offer easy-to-use and customizable features to enhance UI design and streamline the development process.
Getting Started
Add this to your pubspec.yaml file:
dependencies:
digit_ui_components: 0.0.1
Then run:
flutter pub get
Import the package in your Dart code:
import 'package:digit_ui_components/digit_components.dart';
Component List
Text
Date
Time
Geolocation
Numeric
Password
Search
TextArea
Default
Filled
Disabled
NonEditable
Focus
Error
Label
Character Count
Inner Label
Info
Help Text/ Description
Radio Selection
Default
Disabled
Selected
PreSelected
Toggle
Default
Disabled
Selected
PreSelected
Primary
Secondary
Tertiary
Link
Active
Disabled
Label
Interactions
Single Select
Multi Select
Sub type:
Default
Nested
Tree
Default
Disabled
Selected
Interactions
Default
Checked
Active
Disabled
Label
Interactions
Success
Warning
Failure
Default
Success
Warning
Error
Last updated
Was this helpful?