smart_textbar 0.0.3 copy "smart_textbar: ^0.0.3" to clipboard
smart_textbar: ^0.0.3 copied to clipboard

PlatformAndroidiOS
outdated

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_textbar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  smart_textbar: ^0.0.3

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:smart_textbar/smart_textbar.dart';
4
likes
110
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

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 textfield, effectively producing a highly secure password and removing the need for remembering a complex password.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

autotrie, flutter, flutter_tts, flutter_typeahead, shared_preferences, speech_to_text

More

Packages that depend on smart_textbar

Packages that implement smart_textbar