mailto 1.0.0 mailto: ^1.0.0 copied to clipboard
Simple Dart package for creating mailto links in your Flutter apps
mailto
changelog #
1.0.0
#
Even though bugs might be present, the API seems to be stable, so let's release 1.x version! 🎂🥳
0.2.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 toMailtoValidate.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 in
0.2.0+1
- Fix pub.dev pub points
0.2.0+2
,0.2.0+3
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