extra_field 0.1.0
extra_field: ^0.1.0 copied to clipboard
A rich composer input field for Flutter — inline trigger detection (#, @, $), action buttons, sticker panels, attachment previews, async validators, and a send button. Zero external dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add extra_fieldThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
extra_field: ^0.1.0Alternatively, 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:extra_field/extra_field.dart';