smart_textbar 0.0.4
smart_textbar: ^0.0.4 copied to clipboard
smart_textbar is a Flutter Plugin that provides an ultimate Flutter textfield, drastically reducing the need to implement various functionalities, that although relatively complex but has become a nor [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add smart_textbarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
smart_textbar: ^0.0.4Alternatively, 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:smart_textbar/smart_textbar.dart';