mailto 2.0.0 copy "mailto: ^2.0.0" to clipboard
mailto: ^2.0.0 copied to clipboard

Simple Dart package for creating mailto links in your Flutter apps

2.0.0 #

  • Migrate package to Dart's null safety language feature, requiring Dart 2.12 or higher. Close mailto #7
  • Make to values not required, do not depend on the meta package anymore. Fix mailto #4

1.1.0 #

  • to values were made optional mailto #4
  • removed the validate argument from Mailto. You may still validate paramaters using the Mailto.validateParameters static function.

1.0.0 #

  • Correctly encode trickier "to" arguments from the RFC linked in the README
  • Validate input in constructor and throw ArgumentError if something is incorrect
  • Make validation optional by setting the validate argument to `MailtoValidate.never
  • Clarify in README the limitations of mailto links
  • Add server example so it's easy to test on desktop/browser
  • Add screenshots about example Flutter app and server
  • README improvements
  • Fix pub-web.flutter-io.cn pub points

0.1.4 #

Improve README

0.1.3 #

Write README and Flutter example app

0.1.2 #

Add the meta package as dependency

0.1.1 #

Add changelog and example command-line script

0.1.0 #

Initial version of the mailto package

119
likes
140
pub points
97%
popularity

Publisher

verified publishersmaho.dev

Simple Dart package for creating mailto links in your Flutter apps

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on mailto