Class 'SliverMultiBoxAdaptorElement' has no instance method 'basename'

Advertisements I am applying photo filter to an image but getting this error. I am not sure how to get basename from path_provider. Unhandled Exception: NoSuchMethodError: Class ‘SliverMultiBoxAdaptorElement’ has no instance method ‘basename’. E/flutter ( 7318): Receiver: Instance of ‘SliverMultiBoxAdaptorElement’ E/flutter ( 7318): Tried calling: basename("/data/user/0/com.sample.photo_editor/cache/scaled_image_picker726990504445239643.png") E/flutter ( 7318): #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:38:5) I am getting… Read More Class 'SliverMultiBoxAdaptorElement' has no instance method 'basename'