You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
heitor598
changed the title
Method not found: 'UnmodifiableUint8ListView'. UnmodifiableUint8ListView(Uint8List(0));
Method not found: 'UnmodifiableUint8ListView'.
Oct 4, 2024
flutter_launcher_icons: ^0.14.1 depends on image: ^4.2.0 which depends on archive: ^3.4.0 which still uses the UnmodifiableUint8ListView class which was deprecated as of dart 3.6.0.
ℹ️ Info
I'm using version flutter_launcher_icons: ^0.14.1
Flutter 3.24.3
💬 Description
When running
dart run flutter_launcher_icons
, I got the following error:📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: