edu_badge_textfield 0.0.6 edu_badge_textfield: ^0.0.6 copied to clipboard
This package consists of two classes, 1-EduTextfield, 2-EduBadgeText,
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add edu_badge_textfield
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
edu_badge_textfield: ^0.0.6
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:edu_badge_textfield/edu_badge_textfield.dart';