pinned_shortcuts 0.0.1
pinned_shortcuts: ^0.0.1 copied to clipboard
A Flutter plugin for creating and managing Android pinned shortcuts with support for various image types.
Changelog 📝 #
[0.0.1] - 2025-04-01 #
🎉 Initial Release #
🚀 Added
- Create pinned shortcuts on Android home screens
- Support for different image sources:
- Flutter assets
- Android resources
- Network images (with automatic downloading)
- File paths
- Listen to shortcut clicks in Flutter
- Support for adaptive icons
- Update existing shortcuts
- Remove shortcuts
- Check if a shortcut is pinned
- Comprehensive example app
- Basic documentation