-
### Steps to reproduce
My GoogleMap call (shown for completeness, but focus is on the `mapType` parameter):
```
GoogleMap(
mapType: MapType.none,
myLocationEnabled: true,
…
-
I can't build app. I'm using ionic as main framework.
How I installed it?
`npm install --save @ionic-native/admob-free` v 4.7.0
`ionic cordova plugin add cordova-plugin-admob-free` v 0.15.0
`ion…
-
![image](https://user-images.githubusercontent.com/4659093/129453579-1e873987-acbe-4ebe-b58c-d1ed31088cc8.png)
-
I've been trying to install this library for the past 2 days and trying most fixes and workarounds that i've found. But the more fixes and workarounds i try the more errors i run into.
I followed …
-
[ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: RangeError (index): Invalid value: Valid value range is empty: 0
E/flutter ( 8073): #0 List.[] (dart:core-patch/growable_array.d…
-
i'm trying to use the map with android 4.2.2 and only shows the 'google' sign
-
facing cyclic dependency error after installing Driver or Consumer pod in swift project. how to solve this problem
-
Can't get release build to work on iOS with Crashalytics enabled. It always fails with the below log. Does the same if I try to run `$ pod install` inside `platforms/ios`.
```
### Podfile
```ru…
-
Hello,
I hope this message finds you well. Firstly, I wanted to express my gratitude for the valuable library you have developed. I recently had the opportunity to utilize it in a Next.js project…
-
### Did you verify this is a real problem by searching [Stack Overflow]
Yes
### Tell us about the problem
If both longPress and tap event are bound to a ListView, it's difficult handling both events…