Marcel Schneider

Results 3 issues of Marcel Schneider

Hello Michael, first of all, thank you for this amazing package. I'm trying to use it in a cloud function for my flutter app. To be able to use it,...

**Describe the bug** I use // ignore: implementation_imports in my project above some imports because I use some packages and their implementation. **To Reproduce** What command or actions did you...

bug

**Describe the bug** The onMapCreated isn't called by the package. **To Reproduce** add something like this and you will see: ``` onMapCreated: (GoogleMapController controller) { print('map created'); }, ``` **Expected...