URGENT BREAKING CHANGE : Deprecated reference
Opened this issue · 0 comments
PistonShot1 commented
Deprecated method on new flutter version for painting , https://docs.flutter.dev/release/breaking-changes/3-13-deprecations#updates-to-imageprovider-and-paintingbinding
Resulting in this exception for this package when ran :
/C:/Users/nanda/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_gif-0.0.4/lib/flutter_gif.dart:236:8: Error: The method 'instantiateImageCodec' isn't defined for the class 'PaintingBinding'.
- 'PaintingBinding' is from 'package:flutter/src/painting/binding.dart' ('../../Flutter/flutter/packages/flutter/lib/src/painting/binding.dart').
Try correcting the name to the name of an existing method, or defining a method named 'instantiateImageCodec'.
.instantiateImageCodec(data.buffer.asUint8List());
^^^^^^^^^^^^^^^^^^^^^
Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.