flutter-tflite
flutter-tflite copied to clipboard
The method 'UnmodifiableUint8ListView' isn't defined for the class 'Tensor'.
Im using tflite_flutter-0.10.4 but UnmodifiableUint8ListView was deprecated from typed_data some while ago:
https://api.dart.dev/stable/2.13.4/dart-typed_data/dart-typed_data-library.html
When i try to run my code in android i get this:
../../../../AppData/Local/Pub/Cache/hosted/pub.dev/tflite_flutter-0.10.4/lib/src/tensor.dart:58:12: Error: The method 'UnmodifiableUint8ListView' isn't defined for the class 'Tensor'.
- 'Tensor' is from 'package:tflite_flutter/src/tensor.dart' ('../../../../AppData/Local/Pub/Cache/hosted/pub.dev/tflite_flutter-0.10.4/lib/src/tensor.dart').
Try correcting the name to the name of an existing method, or defining a method named 'UnmodifiableUint8ListView'.
return UnmodifiableUint8ListView(
any fix?