Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Hey guys, I am guessing this package does not work with flutter upgrade most recent vrs. #129

Open
Isonomic opened this issue Oct 2, 2018 · 35 comments

Comments

@Isonomic
Copy link

Isonomic commented Oct 2, 2018

The current Dart SDK version is 2.1.0-dev.3.1.flutter-760a9690c2.

Because practice_app depends on location >=1.0.1 <1.4.1 which requires SDK version <2.0.0, version solving failed.
pub get failed (1)
exit code 1

@zanecidan
Copy link

Recent Flutter upgrade is making my app fail to compile too.

e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (168, 34): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (171, 36): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (172, 40): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (173, 37): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (174, 31): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (175, 28): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (177, 21): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (178, 66): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?

FAILURE: Build failed with an exception.

@codeXLinkX
Copy link

FAILURE: Build failed with an exception.

  • What went wrong:
    The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'map_view' is using version 1.2.50.

@toregua
Copy link

toregua commented Oct 12, 2018

Same for me :

Gradle task 'assembleDebug'...
Configuration 'androidTestCompile' in project ':app' is deprecated. Use 'androidTestImplementation' instead.
Configuration 'compile' in project ':app' is deprecated. Use 'implementation' instead.
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
e: C:\flutter\.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (168, 34): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\flutter\.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (171, 36): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\flutter\.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (172, 40): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\flutter\.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (173, 37): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\flutter\.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (174, 31): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\flutter\.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (175, 28): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\flutter\.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (177, 21): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\flutter\.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (178, 66): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':map_view:compileDebugKotlin'.
> Compilation error. See log for more details

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 30s

Flutter doctor :

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel master, v0.10.1-pre.11, on Microsoft Windows [version 10.0.17134.345], locale fr-FR)
[√] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[√] Android Studio (version 3.1)
    X Flutter plugin not installed; this adds Flutter specific functionality.
    X Dart plugin not installed; this adds Dart specific functionality.
[!] VS Code (version 1.26.1)
[!] VS Code, 64-bit edition (version 1.27.2)
[√] Connected device (1 available)

@ashoksl
Copy link

ashoksl commented Oct 25, 2018

Facing the same issue

@91priyansh
Copy link

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'map_view' is
using version 1.2.50.

I am facing this issue, Anyone got solution for this problem?

@ZackPashkin
Copy link

have the same issue

@DDvoretskikh
Copy link

The package was perfectly working until I updated Flutter. Now I am getting the same error as @zanecidan every time I try to run the app in a device.

Does anyone know how to fix this? Many thanks in advance!

@sdresche17
Copy link

I'm getting the same error

@ashoksl
Copy link

ashoksl commented Nov 7, 2018

I've faced the same issue.

In android build.gradle,

`buildscript {
ext.kotlin_version = '1.2.50'
repositories {
google()
jcenter()
}

dependencies {
    classpath 'com.android.tools.build:gradle:3.1.0'
    classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.50'
}

}`

This worked for me.

And following is my pubspec.yaml.

`
dependencies:
flutter:
sdk: flutter

flutter_sparkline: "^0.1.0"
flutter_staggered_grid_view: "^0.2.3"
font_awesome_flutter: "^8.1.0"
map_view: ^0.0.14
`

@DDvoretskikh
Copy link

In android build.gradle,

`buildscript {
ext.kotlin_version = '1.2.50'
repositories {
google()
jcenter()
}

dependencies {
    classpath 'com.android.tools.build:gradle:3.1.0'
    classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.50'
}

}`

This worked for me.

I applied your changes but didn't work. Maybe there is something else missing?

@sjmcdowall
Copy link

Same issue -- sigh ...

@JTorrus
Copy link

JTorrus commented Nov 8, 2018

Recent Flutter upgrade is making my app fail to compile too.

e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (168, 34): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (171, 36): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (172, 40): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (173, 37): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (174, 31): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (175, 28): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (177, 21): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (178, 66): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?

FAILURE: Build failed with an exception.

For people having this issue I found a possible fix for now.

  1. Open the Android project and go to the MapView module, then select MapViewPlugin.kt inside the java folder (This should be the file path: /.pub-cache/hosted/pub.dartlang.org/map_view-0.0.14/android/src/main/kotlin/com/apptreesoftware/mapview/MapViewPlugin.kt)

  2. If you are using Android Studio you will already see red warnings. Go to line 168 where you'll find val cameraDict = mapOptions["cameraPosition"] as Map<String, Any>

  3. Change it to this val cameraDict = mapOptions!!["cameraPosition"] as Map<String, Any>

Now it should work.

@DDvoretskikh
Copy link

Many thanks @JTorrus ! Your solution worked perfectly!

In case that you are using Visual Studio Code, you have to follow @JTorrus 's solution but finding MapViewPlugin file in this path:

<YOUR_FLUTTER_PATH>.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview

@sjmcdowall
Copy link

BTW -- I just changed my pubspec to point to the PR fork that does work:

map_view:
git:
url: git://github.com/Eimji/flutter_google_map_view.git

Hopefully this PR will be merged soon and we'll all be ok .. but the above works fine for me.

@niz11github
Copy link

This worked for me (VS Code):

  1. Edit \Pub\Cache\hosted\pub.dartlang.org\map_view-0.0.14\android\build.gradle. Change ext.kotlin_version under buildscript to 1.2.51.

  2. Edit \Pub\Cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt:

Line 168: Change to val cameraDict = mapOptions!!["cameraPosition"] as Map<String, Any>
Line 171: Change to showUserLocation = mapOptions!!["showUserLocation"] as Boolean
Line 172: Change to showMyLocationButton = mapOptions!!["showMyLocationButton"] as Boolean
Line 173: Change to showCompassButton = mapOptions!!["showCompassButton"] as Boolean
Line 174: Change to hideToolbar = mapOptions!!["hideToolbar"] as Boolean
Line 175: Change to mapTitle = mapOptions!!["title"] as String
Line 177: Change to if (mapOptions!!["mapViewType"] != null) {
Line 178: Change to val mappedMapType: Int? = mapTypeMapping.get(mapOptions!!["mapViewType"]);

@isaachjk
Copy link

Recent Flutter upgrade is making my app fail to compile too.
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (168, 34): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (171, 36): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (172, 40): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (173, 37): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (174, 31): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (175, 28): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (177, 21): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
e: C:\src\flutter\flutter_windows_v0.5.1-beta\flutter.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (178, 66): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>?
FAILURE: Build failed with an exception.

For people having this issue I found a possible fix for now.

  1. Open the Android project and go to the MapView module, then select MapViewPlugin.kt inside the java folder (This should be the file path: /.pub-cache/hosted/pub.dartlang.org/map_view-0.0.14/android/src/main/kotlin/com/apptreesoftware/mapview/MapViewPlugin.kt)
  2. If you are using Android Studio you will already see red warnings. Go to line 168 where you'll find val cameraDict = mapOptions["cameraPosition"] as Map<String, Any>
  3. Change it to this val cameraDict = mapOptions!!["cameraPosition"] as Map<String, Any>

Now it should work.

trabaja perfecto!

@owi160152
Copy link

Gradle project sync failed after changing line 168 in MapViewPlugin.kt inside the java folder. Might I be missing something?

@JTorrus
Copy link

JTorrus commented Nov 14, 2018

Gradle project sync failed after changing line 168 in MapViewPlugin.kt inside the java folder. Might I be missing something?

Can you post the log's output to see what exactly happens?

Also, consider using sjmcdowall's solution. Should work without having to manually edit your library's code as I do.

@owi160152
Copy link

owi160152 commented Nov 15, 2018

BTW -- I just changed my pubspec to point to the PR fork that does work:

map_view:
git:
url: git://github.com/Eimji/flutter_google_map_view.git

Hopefully this PR will be merged soon and we'll all be ok .. but the above works fine for me.

yes this works.

PS

remember to add tabs.

map_view:
----git:
--------url: git://github.com/Eimji/flutter_google_map_view.git

@enricodvn
Copy link

This solution worked for me. Will it ever be merged?

@GarethKirk
Copy link

GarethKirk commented Dec 4, 2018

Well done...! that also worked for me, and now got back to the original issue "Kotlin Gradle plugin version 1.2.51" which I was trying to sort - I think pointing to the new fork may have solved another user issue of trying to get the latest version of Kotlin

@zanecidan
Copy link

BTW -- I just changed my pubspec to point to the PR fork that does work:

map_view:
git:
url: git://github.com/Eimji/flutter_google_map_view.git

Hopefully this PR will be merged soon and we'll all be ok .. but the above works fine for me.

This is not working for me, still getting the same kotlin version error. Wonder what I missed out as others seems to get it working by pointing to this PR...

@MVTalent
Copy link

MVTalent commented Feb 6, 2019

BTW -- I just changed my pubspec to point to the PR fork that does work:
map_view:
git:
url:
git://github.com/Eimji/flutter_google_map_view.git

Hopefully this PR will be merged soon and we'll all be ok .. but the above works fine for me.

It also doesn't work for me, still getting the same kotlin version error:

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher. The following dependencies do not satisfy the required version: project ':map_view' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.50

Solved a problem: in the file
flutter_google_map_view-e8be8f6659c86c69a301188375e5a7b2ccf4fcb5/android/build.gradle
in section "buildscript" I pointed ext.kotlin_version = '1.3.20':

buildscript { ext.kotlin_version = '1.3.20' .... }

And in file project_name/android/build.gradle in section dependencies:

classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.20'

@aidooyaw1992
Copy link

aidooyaw1992 commented Feb 15, 2019

it worked but it seemed to avoid error

@aidooyaw1992
Copy link

This worked for me (VS Code):

1. Edit **\Pub\Cache\hosted\pub.dartlang.org\map_view-0.0.14\android\build.gradle**. Change `ext.kotlin_version` under `buildscript` to **1.2.51**.

2. Edit **\Pub\Cache\hosted\pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt**:

Line 168: Change to val cameraDict = mapOptions!!["cameraPosition"] as Map<String, Any>
Line 171: Change to showUserLocation = mapOptions!!["showUserLocation"] as Boolean
Line 172: Change to showMyLocationButton = mapOptions!!["showMyLocationButton"] as Boolean
Line 173: Change to showCompassButton = mapOptions!!["showCompassButton"] as Boolean
Line 174: Change to hideToolbar = mapOptions!!["hideToolbar"] as Boolean
Line 175: Change to mapTitle = mapOptions!!["title"] as String
Line 177: Change to if (mapOptions!!["mapViewType"] != null) {
Line 178: Change to val mappedMapType: Int? = mapTypeMapping.get(mapOptions!!["mapViewType"]);

this works perfectly

@aidooyaw1992
Copy link

ive done it and it works

@GrahamDi
Copy link

GrahamDi commented Mar 2, 2019

This solution worked for me.

@aidooyaw1992
Copy link

aidooyaw1992 commented Mar 2, 2019 via email

@Areefbasha
Copy link

I am getting the following error

ERROR: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher.
The following dependencies do not satisfy the required version:
root project 'android' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.51
Affected Modules: app

ERROR: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher.
The following dependencies do not satisfy the required version:
project ':map_view' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.50
Affected Modules: app

@abumoallim
Copy link

I followed all above but I am getting this issue Unresolved reference ActivityCompat, content, v7 , etc

@hg398
Copy link

hg398 commented Jun 10, 2019

I have tried above solutions. But i get an error as:
"FAILURE: Build failed with an exception.

What went wrong:
Could not resolve all files for configuration ':map_view:androidApis'.
Failed to transform file 'android.jar' to match attributes {artifactType=android-platform-attr} using transform PlatformAttrTransform
java.io.FileNotFoundException: C:\Users\Harsh Goyal\AppData\Local\Android\sdk\platforms\android-27\android.jar (The system cannot find the file specified) "

Any help please!!!

@GrahamDi
Copy link

GrahamDi commented Jun 11, 2019 via email

@hg398
Copy link

hg398 commented Jun 11, 2019

Hi @GrahamDi ,
I was stuck at it for a while, I also posted on stackoverflow but didn't got any revert. So I posted here , as before this error I was facing similar things as everyone discussed. By the way I reinstalled my SDK and got everything fixed. :)
Thanks for your answer and effort.
Cheers !!

@GrahamDi
Copy link

GrahamDi commented Jun 11, 2019 via email

@hg398
Copy link

hg398 commented Jun 12, 2019

Hi @GrahamDi ,
Well bugs and issues always there for us :P. Keep sharing and asking. Hope you will get answers too. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests