You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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'.
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.
The text was updated successfully, but these errors were encountered: