Hashir Shoaib
Hashir Shoaib
> I switched out location package for geolocator after many failed attempted tries to resolve the issue. > > https://pub.dev/packages/geolocator did it work? or faced new error?
make sure to check above linked issues for example code.
Hi, Thank you for taking interest. When you click hamburger, you will notice that it opens a bottom sheet. My naming conventions, I write bottoms sheets as (sheet) and full...
> Sorry I am unable to fix this. Oh Thank you for your time. Let me know if you need assistance in logic building, or code understanding. Or else I'll...
[Refining feature] Add a share icon, that allows you to copy or share the activity to other social media platforms. Or can also export as pdf.
I need time to refine it more. But if you want to work on it, go ahead. 🔥
@Imadarshsri any progress on it?
There you go 🚀
@NodeJoSe Can you explain it more? like what will happen if i do this? ```js const GoogleMap = GoogleApiWrapper({ apiKey: process.env.REACT_APP_API_KEY, LoadingContainer: LoadingContainer, })(MapContainer); ``` and ```js import { GoogleMap...