Lalit Fauzdar
Lalit Fauzdar
Same issue here with the given example on the package page, I also tried using `secure-random` to generate key but even setting its length to 128 doesn't work.
In my case, it does compile but neither it shows dynamic list layout nor it supports state changes. The layout never renders is also a huge flaw of it. It...
Hey guys, so after investing a day in trying to up the APIs manually in Windows, Firebase Hosting, Heroku and Ubuntu, I managed to run the APIs on an ubuntu...
> Hey @Fauzdar1 I checked the URL you provided and the frontend hosted on https://gauzy-e2382.web.app tries to access API sending requests to http://161.97.136.241:3000/api. That is a problem because by default...
Hey @evereq , I've implemented both as sub-domains on a domain but the api can't work on HTTPS, I can access the ubuntu default page with https (as I've implemented...
Hey @evereq, even with the HTTPS config in NextJS initialization, I'm unable to start the API and it exits with code 127, can you please look into [this question](https://stackoverflow.com/questions/69320711/https-server-with-nestjs-ubuntu-mixed-content) I've...
You can override the progress indicator using `builderDelegate`: ``` PagedListView( pagingController: _pagingController, builderDelegate: PagedChildBuilderDelegate( //Visible when the list is empty/first load firstPageProgressIndicatorBuilder: (context) => const CustomProgressIndicator(), //Visible when loading more...
No solutions so far?
Hey @gaurav-likeminds and @lon9man, I implemented the code provided by @jamesonwilliams in June, last year and it works with map. Your comment's notification reminded me, so, here's the Git repo...
My addition to this which led me here - I've implemented Maps like a card inside a `SingleChildScrollView` with a layout like Google Playstore's homepage. and the map consists a...