Cobalt icon indicating copy to clipboard operation
Cobalt copied to clipboard

Flutter support

Open ClarissaGazalaEvanthe opened this issue 2 years ago • 4 comments
trafficstars

I don't have java experience, please provide/make a flutter library

ClarissaGazalaEvanthe avatar Sep 26 '23 22:09 ClarissaGazalaEvanthe

You could use kotlin multiplatform to create bindings for Android and IOS and then using platform channels invoke those bindings. Still I don't have plans to work on this myself

Auties00 avatar Sep 26 '23 22:09 Auties00

after i setup path variable and ran flutter doctor i got this message :- Exception: Flutter failed to create a directory at "/Users/sanimpandey/.config/flutter". Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user.

Sanim27 avatar Oct 10 '23 04:10 Sanim27

after i setup path variable and ran flutter doctor i got this message :- Exception: Flutter failed to create a directory at "/Users/sanimpandey/.config/flutter". Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user.

This isn't the place to ask for flutter support as it has nothing to do with this library

Auties00 avatar Oct 10 '23 10:10 Auties00

You could use kotlin multiplatform to create bindings for Android and IOS and then using platform channels invoke those bindings. Still I don't have plans to work on this myself

you can flutter, please make it support

developerfyp avatar Oct 20 '23 12:10 developerfyp

I wonder what use case calls for a Flutter port of the project, since the whole point of having an API is to not have to rely on a mobile device.

codespearhead avatar Mar 14 '24 03:03 codespearhead

I wonder what use case calls for a Flutter port of the project, since the whole point of having an API is to not have to rely on a mobile device.

flutter desktop is a thing and it's very good, but realistically you can easily invoke the java apis under the hood. For android and ios support, sorry but it looks like Kotlin native doesn't support java libraries (should have been obvious i guess), so I won't add support for this feature

Auties00 avatar Mar 19 '24 21:03 Auties00