Chaguetmi Wassim
Chaguetmi Wassim
Hello, I have been wondering, can this library be integrated in a DRF backend? if yes, how?
Hello, I have this code: ```class ProductCard extends StatefulWidget { const ProductCard({Key? key}) : super(key: key); @override _ProductCardState createState() => _ProductCardState(); } class _ProductCardState extends State { @override Widget build(BuildContext...
i migrated the project to null safety, please merge it.
I'd like to use your library, but iIcan't find the documentation anywhere, I checked the wikis here and searched at readthedocs. isn't there any documentation?
Can i download a file using chopper? if yes, how? i checked the docs and some issues, but i don't see anyone talking about it. what i tried: ``` @Get(path:...
I have a wrapper `DRFResponse` class which contains the base api response, which wraps another class which will represents the data returned. ``` @Get() Future getAllProducts( @QueryMap() Map queries, );...
I have some complex abtraction levels in my project repositories, for example: **the basic repository class**: ``` abstract class BaseRepository with HttpHandlerMixin { final S service; final D? dao; const...
I already asked the question on SO, and nobody answered it, so to keep it dry, here is the [link](https://stackoverflow.com/questions/63754832/android-viewpager2-setting-the-starting-page-on-creation-not-working) of the question. I can provide more details if needed.