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
Atom
Variants
States
Text
Date
Time
Geolocation
Numeric
Password
Search
TextArea
Default
Filled
Disabled
NonEditable
Focus
Error
Label
Character Count
Inner Label
Info
Help Text/ Description
Last updated