dghub_edittext 0.0.7 dghub_edittext: ^0.0.7 copied to clipboard
Min Thant Htet.
DGHub Studio #
Buy Me a Coffee #
What is #
This package provides a customizable edittext for flutter projects
Installation #
In the dependencies:
section of your pubspec.yaml
, add the following line:
dependencies:
dghub_edittext: <latest_version>
Import package #
import 'package:dghub_edittext/dghub_edittext.dart';
Example home edittext #
DGHubEditText(
config: EditTextConfig(hint: 'Label', label: 'Label'),
),
- Package created by Min Thant Htet