flutter_shortcuts icon indicating copy to clipboard operation
flutter_shortcuts copied to clipboard

feat: Create icon from memory

Open sadespresso opened this issue 2 years ago โ€ข 0 comments

Status

READY

Breaking Changes

NO

Description

  • Adds memoryAsset option for enum ShortcutIconAsset
  • Adds new helper class ShortcutMemoryIcon that converts Uint8List to base64 string
  • Adds Java helper method setIconFromBase64StringCompat for 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

sadespresso avatar Jul 18 '23 17:07 sadespresso