mb_contact_form 0.0.2 copy "mb_contact_form: ^0.0.2" to clipboard
mb_contact_form: ^0.0.2 copied to clipboard

A simple contact form developed in Flutter by Mouli Bheemaneti.

MBContactForm (mb_contact_form) #

GitHub issues GitHub forks GitHub stars GitHub license

Table of contents #

General info #

mb_contact_form is a flutter package. This is a simple version of Contact Form. This can be easily added to your flutter projects. This make your works simpler and your code shorter. This is recently updated and has null safety too.

Setup #

These are the steps on how to use this package.

Run this command:

$ 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: ^0.0.2 #check for latest in versions at https://pub.dev/packages/mb_contact_form/versions

Alternatively, your editor might support 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:mb_button/mb_contact_form.dart';

Conclusion #

This is not the last package from this developer. Maybe this solely can't be updated frequently but still it is worth using this package. This helps to reduce your code lines.

Useful Resources #

Meet the developer #

Mouli Bheemaneti is the developer behind this mb_contact_form package. I'm ambitious and driven towards developing new apps and packages.

Other packages by this developer #

5
likes
140
pub points
65%
popularity

Publisher

verified publishermoulibheemaneti.com

A simple contact form developed in Flutter by Mouli Bheemaneti.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, mb_button, url_launcher

More

Packages that depend on mb_contact_form