flutter_shortcuts
flutter_shortcuts copied to clipboard
feat: Create icon from memory
Status
READY
Breaking Changes
NO
Description
- Adds
memoryAssetoption for enum ShortcutIconAsset - Adds new helper class ShortcutMemoryIcon that converts
Uint8Listto base64 string - Adds Java helper method
setIconFromBase64StringCompatfor creating icon from base64 formatted jpegs - Extend Java code to work with the change above
- Bumped version to 1.4.0
- Updated README.md, CHANGELOG.md
This PR closes #18 upon merge
Type of Change
- [x] โจ New feature (non-breaking change which adds functionality)
- [ ] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
- [ ] โ Breaking change (fix or feature that would cause existing functionality to change)
- [ ] ๐งน Code refactor
- [ ] โ Build configuration change
- [x] ๐ Documentation
- [ ] ๐๏ธ Chore