DGHub Studio

Buy Me a Coffee

Buy Me A Coffee

Pub

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

Libraries

dghub_edittext