Rabia Abismail

Results 6 issues of Rabia Abismail

The package doesn't seem to support web. any plan to add web support?

### New Issue Checklist - [x] I have searched for a similar issue in the [project](https://github.com/flutterchina/dio/issues) and found none ### Issue Info | Info | Value | | | ------------------------------...

I have the following image https://www.gardeningknowhow.com/wp-content/uploads/2012/10/date-palm.jpg It works fine on browser ![image](https://user-images.githubusercontent.com/16321223/175785180-33636be1-1986-4485-8912-c4e5b5860985.png) but not using this lib ````dart CachedNetworkImage( imageUrl: "https://www.gardeningknowhow.com/wp-content/uploads/2012/10/date-palm.jpg", imageBuilder: (context, imageProvider) => Container( decoration: BoxDecoration( borderRadius: BorderRadius.only(...

Initializing values is done in this method **createCreditCardModel()**, and it's being called only in **initState()**. I believe this method should also be called in **didChangeDependencies()** method as well to reflect...

help wanted

I have the following image https://www.gardeningknowhow.com/wp-content/uploads/2012/10/date-palm.jpg It works fine on browser ![image](https://user-images.githubusercontent.com/16321223/175785180-33636be1-1986-4485-8912-c4e5b5860985.png) but not using this lib ````dart get(Uri.parse("https://www.gardeningknowhow.com/wp-content/uploads/2012/10/date-palm.jpg")).then((Response value) { print("request -> ${value.request}"); print("statusCode -> ${value.statusCode}"); print("reasonPhrase -> ${value.reasonPhrase}");...

is there an intent to pick files **Google drive**, **DropBox**, and other drive apps?