Skip to content

Method not found: 'UnmodifiableUint8ListView'. #593

Description

@heitor598

ℹ️ 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:

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

📜 Pubspec.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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions