denixport / dart-uuid

UUID type for Dart. Provides parsing, formatting, generation and comparison of UUIDs as defined by RFC 4122
MIT License
4 stars 2 forks source link

Library not compileable with Flutter 3.24.1 #3

Open JHarzenetter opened 3 months ago

JHarzenetter commented 3 months ago

With the Upgrade to Flutter Version 3.24.1 this Library isnt compileable anymore

https://github.com/dart-lang/sdk/issues/45115

Type 'UnmodifiableUint8ListView' no longer part of the Dart-Sdk.

Please Fix

akshaynjarangal commented 2 months ago

👋 @JHarzenetter try to update your project sdk minimum to 3.5.1 in pubspec.yaml

environment:
  sdk: '>=3.5.1 <4.0.0'

and try

flutter pub get

and

flutter run