error_message 0.0.4 copy "error_message: ^0.0.4" to clipboard
error_message: ^0.0.4 copied to clipboard

This plugin lets you show a message in a simple way.

error_message #

This plugin lets you show a message in a simple way.

Usage #

ErrorMessage(
        icon: Icon(Icons.error),
        title: "Error Title",
        description: "Error description",
      )

Contributing #

If you have read up till here, then 🎉🎉🎉. There are couple of ways in which you can contribute to the growing community of error_message.

  • Pick up any issue marked with "good first issue"
  • Propose any feature, enhancement
  • Report a bug
  • Fix a bug
  • Write and improve some documentation. Documentation is super critical and its importance cannot be overstated!
  • Send in a Pull Request 😊