smart_textbar 0.0.4 copy "smart_textbar: ^0.0.4" to clipboard
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_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.4

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
90
pub points
0%
popularity

Publisher

unverified uploader

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 norm in mordern apps and websites

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