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

This library contains utility functions for dart lanugage. The we will be w=useful at the time of form validation.

mn_utility #

This library contains utility functions for dart lanugage.

Will add as more as possible

Example #

  String mailId = "mail@gmail.com";
  if(mailId.isValidEmail()) {
      // handle valid email flow
  } else {
      // handle invalid email flow
  }

  String mobileNumber = "9807865432";
  if(mobileNumber.isValidMobileNumber()) {
      // handle valid mobile number flow
  } else {
      // handle invalid mobile number flow
  }
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

This library contains utility functions for dart lanugage. The we will be w=useful at the time of form validation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on mn_utility