A loader that retrieves bytes from an [AssetBundle].
See [AssetBytesLoader].
The argument type 'AssetBytesLoader' can't be assigned to the parameter type 'PictureProvider<dynamic, dynamic>'.dart[argument_type_not_assignable](https://dart.dev/diagnostics/argument_type_not_assignable)
It seems not possible to use asset bytes loader as picture provider anymore (as stated in the docs).
Hi there!
While using the flutter svg package, I tried to use prebuilt binary svgs to ensure fast performance :-) When I tried to use the described way:
I came across the following issue:
It seems not possible to use asset bytes loader as picture provider anymore (as stated in the docs).
Did I do something wrong?
Regards