launchify 1.0.1
launchify: ^1.0.1 copied to clipboard
A powerful Flutter UI package to launch WhatsApp, Email, Phone, Maps, and URLs with customizable Action Buttons and Link Rows.
1.0.1 #
- Advanced Icon Support: Added support for local assets and network images (PNG, JPG, SVG).
- Enhanced Styling: Added
iconWidth,iconHeight, andiconFit(BoxFit) properties toLaunchStylefor precise image control. - Smart Visibility: Added
showIconproperty to toggle icons on/off. - Improved developer logging and error validation.
1.0.0 #
- Initial release of Launchify.
- Support for multiple launch types: WhatsApp, Email, Phone, SMS, Website, Map, and Custom URLs.
- Two display modes:
ActionButton(URL hidden) andLinkRow(URL visible). - Comprehensive
LaunchStylefor UI customization. - Built-in RTL/LTR support with automatic layout flipping.
- Safe URL validation and security checks using
canLaunchUrl. - Full API documentation and comprehensive example application.