smart_textbar 0.0.3
smart_textbar: ^0.0.3 copied to clipboard
hash_password is a Flutter Plugin to make your user's passwords safe and secure and at the same time easy to remember, hash_password produces a hashcode for the password that the user enters in the te [...]
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.3Alternatively, 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';