mb_contact_form 1.1.3 copy "mb_contact_form: ^1.1.3" to clipboard
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_form

This 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.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:mb_contact_form/mb_contact_form.dart';
5
likes
150
points
176
downloads

Documentation

API reference

Publisher

verified publishermoulibheemaneti.com

Weekly Downloads

A plug-and-play Flutter contact form widget with name, email, and message fields, built-in validation, and native mail app integration.

Repository (GitHub)
View/report issues
Contributing

Topics

#contact-form #flutter #form #email #ui

License

MIT (license)

Dependencies

flutter, mb_button, url_launcher

More

Packages that depend on mb_contact_form