Prince Srivastava
Prince Srivastava
@bajajsahil Did you get any workaround for this . I am also facing this issue . single markers don't show up even if i zoom in it gets overlapped
@AndreHaueisen Any updates on this ?
Add a check on your end if user role is admin don't show his video to other users.
Cloned the example project. The App is getting built fine but when I run it this exception throws up. Tried flutter clean and rerun but it's not working.
I downgraded the kotlin version as there were dependency errors and build was initially failing.
@rektdeckard Thanks for the great Icon set 🔥. Can you have a look at this ?
There are 2 points I would like to suggest here - 1. Use reactions for this instead of manually calling setUsername() every time after userId changes. 2. When you do...
You're welcome , can you please close this issue now @DiegoVega19
Can you provide the minimal reproducible code as a gist ? I don't think there is any bug in mobx here. There must be some missing implementation.
Thanks for the code @subzero911 I have tried to explain what might be going wrong here. ```dart Observer(builder: (_) { print('rebuilt'); return SizedBox( width: 1024, height: 512, child: ChildWidget( heartsList:...