Describe the bug
Running the app on the latest flutter version on iOS throws the error below:
../../../../.pub-cache/hosted/pub.dev/lucide_icons-0.257.0/lib/src/icon_data.dart:3:30: Error: The class 'IconData' can't be extended outside of its library because it's a final class.
class LucideIconData extends IconData {
^
Target kernel_snapshot_program failed: Exception
Failed to package /Users/dedan/DEV/projects/mostro/mobile.
To Reproduce
Steps to reproduce the behavior:
- Update to the latest Flutter version.
- Run the app
- The build fails and the error pops up.
There's an up to date replacement which works: flutter_lucide.
I would be happy to action it.
Describe the bug
Running the app on the latest flutter version on iOS throws the error below:
To Reproduce
Steps to reproduce the behavior:
There's an up to date replacement which works: flutter_lucide.
I would be happy to action it.