send_email_feedback_button 0.3.0 copy "send_email_feedback_button: ^0.3.0" to clipboard
send_email_feedback_button: ^0.3.0 copied to clipboard

A reusable Flutter button for sending feedback via email

0.3.0 #

  • Add an optional pre-filled email body.
  • Add runtime diagnostics for the app and operating system.
  • Allow applications to append their own diagnostic fields.
  • Return the platform launch result from sendEmail.
  • Bound asynchronous diagnostic collection so email launches are still attempted when metadata lookup stalls.
  • Add package_info_plus 8.3.1 through 8.x. This dependency is registered for every consuming app, even when runtime diagnostics are disabled. This is an integration-breaking change for applications below Android API 19, iOS 12, or macOS 10.14, or applications using older Android build tooling. Version 8.x is pinned to prevent newer major versions from silently raising those requirements. See the README for the complete native requirements.
  • Disable the feedback button while an email launch is in progress to prevent repeated taps from opening multiple composers.

0.2.0 #

  • Expose sendEmail utility function for custom button implementations

0.1.0 #

  • allow overwrite label

0.0.1 #

  • initial release.
1
likes
140
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A reusable Flutter button for sending feedback via email

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, package_info_plus, url_launcher

More

Packages that depend on send_email_feedback_button