Open JHarzenetter opened 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
👋 @JHarzenetter try to update your project sdk minimum to 3.5.1 in pubspec.yaml
3.5.1
environment: sdk: '>=3.5.1 <4.0.0'
and try
flutter pub get
and
flutter run
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