fluttercommunity / fluttercommunity/flutter_launcher_icons
Method not found: 'UnmodifiableUint8ListView'.
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 426
- PR merge metrics
- No merged PRs in 30d
Description
### :information_source: Info
I'm using version [flutter_launcher_icons: ^0.14.1](https://pub.dev/packages/flutter_launcher_icons)
Flutter 3.24.3
### :speech_balloon: Description
When running `dart run flutter_launcher_icons`, I got the following error:
```
Failed to build flutter_launcher_icons:flutter_launcher_icons:
../../../../.pub-cache/hosted/pub.dev/archive-3.4.6/lib/src/bzip2/bzip2.dart:5:7: Error: Method not found: 'UnmodifiableUint8ListView'.
UnmodifiableUint8ListView(Uint8List(0));
```

### :scroll: Pubspec.yaml
```yaml
dev_dependencies:
flutter_launcher_icons: ^0.14.1
...
flutter_launcher_icons:
image_path: "assets/images/ic_ios_launcher.png"
adaptive_icon_foreground: "assets/images/ic_android_launcher.png"
adaptive_icon_background: "assets/images/ic_android_launcher.png"
android: true
ios: true
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.