whatsapp_field 1.0.5
whatsapp_field: ^1.0.5 copied to clipboard
A customizable WhatsApp-style text form field for Flutter.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add whatsapp_fieldWith Flutter:
$ flutter pub add whatsapp_fieldThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
whatsapp_field: ^1.0.5Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:whatsapp_field/Helper/attachment_sheet.dart';
import 'package:whatsapp_field/Helper/contact_picker_dialgue.dart';
import 'package:whatsapp_field/Helper/emoji_picker_overlay.dart';
import 'package:whatsapp_field/main.dart';
import 'package:whatsapp_field/model/attachment_model.dart';