ivanesi

Results 9 comments of ivanesi

Solved it by adding ``` constraints { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0") { because("kotlin-stdlib-jdk7 is now a part of kotlin-stdlib") } implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0") { because("kotlin-stdlib-jdk8 is now a part of kotlin-stdlib") } } ``` to...

what about `BackgroundFetch.registerHeadlessTask()` ?

> You must **not** `.registerHeadlessTask` within a `Widget` can I do it in static method?

Is it possible to detect pitch? For example like in ear training or guitar tuner apps.

As I mentioned above it's not the first attempt with same result, I tried this for several days. But I can download flutter in other way. My question is -...

> The solution I have been working with is to keep track of which layers you have added to your map in a provider and remove the layer and re-add...