fix: final class for tflite bindings
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
So that's actually a generated class :) When we run the ffi script (https://github.com/tensorflow/flutter-tflite/blob/main/ffigen_tensorflow_lite.yaml) this gets overridden.
@PaulTR, I wonder if there is an estimated timeline for when the tflite_flutter package will be updated to address the recent issues with the Dart upgrade?
This should be a matter updating all the dependencies everywhere. What's happening is that ffigen is generating newer code than other aspects of the pubspec.yaml file are cool with.
We can update the ffigen package to 8.0.0 and resolve this issue. This issue has been resolved after 8.0.0 version. https://pub.dev/packages/ffigen/changelog
@PaulTR @chathurach gotcha!