marc-walton
marc-walton
> check out #463 I know how to use image picker and upload but I don't how to get the url of the image from firebase to use in zefyrview
did you fix it?
> use `implements ZefyrImageDelegate` I used that,still the same error
> use `Future pickImage(ImageSource source) async {` > > Mine is like this: > > ``` > class CustomImageDelegate implements ZefyrImageDelegate { > @override > Future pickImage(ImageSource source) async {...
> use `Future pickImage(ImageSource source) async {` > > Mine is like this: > > ``` > class CustomImageDelegate implements ZefyrImageDelegate { > @override > Future pickImage(ImageSource source) async {...
> The plugins are outdated I myself updated some but cant do it for both the agora plugins there isn't good documentation to change the depreciated code... Anyone already did...