mb_contact_form 1.1.3
mb_contact_form: ^1.1.3 copied to clipboard
A plug-and-play Flutter contact form widget with name, email, and message fields, built-in validation, and native mail app integration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mb_contact_formThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mb_contact_form: ^1.1.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:mb_contact_form/mb_contact_form.dart';