flutter_gif icon indicating copy to clipboard operation
flutter_gif copied to clipboard

URGENT BREAKING CHANGE : Deprecated reference

Open PistonShot1 opened this issue 6 months ago • 0 comments

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.

PistonShot1 avatar Jul 25 '24 11:07 PistonShot1