fluttercommunity / fluttercommunity/flutter_launcher_icons

Method not found: 'UnmodifiableUint8ListView'.

Open
#593 2 comments 0 reactions 0 assignees View on GitHub
bug
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));
```

![Captura de Tela 2024-10-04 às 13 52 25](https://github.com/user-attachments/assets/6b074869-ab73-4a3c-8230-6c2d1b3ac5c6)

### :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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.