flutter_icon_shadow
flutter_icon_shadow copied to clipboard
Nullsafety migration and other improvements
- Migrated the package to nullsafety (fix issue #4 )
- Refacto the codebase
- Added an
offset
parameter to change the direction of the shadow - Added golden unit tests to avoid any regression
Hi, are there any updates on this? Will this be merged soon?
@mehrtarh
@iamwalter If you need a solution ASAP, I've published a package icon_decoration which does a similar result and add capabilities for borders and gradients.
@TesteurManiak Not needed ASAP, but I have a project which I want to convert to null safety soon which uses this package. Thank you for the fast response!