git_bindings icon indicating copy to clipboard operation
git_bindings copied to clipboard

Missing plugin on iOS

Open delaosa opened this issue 4 years ago • 8 comments

I've been using this package in an Flutter app with no issues in Android however when I run it in iOS I get the following exceptions when using some of the provided methods:

MissingPluginException(No implementation found for method generateSSHKeys on channel gitjournal.io/git)MissingPluginException(No implementation found for method setSshKeys on channel gitjournal.io/git)MissingPluginException(No implementation found for method gitClone on channel gitjournal.io/git)

Version: 0.0.13

delaosa avatar Jun 15 '20 08:06 delaosa

Hello.

I couldn't figure out how to package it on iOS, since it requires downloading 3rd party libraries. I tried for a while and then just gave up. My Podfile skills aren't so good

The code for iOS is in the GitJournal repo.

On Mon, Jun 15, 2020, 10:30 AM delaosa [email protected] wrote:

I've been using this package in an Flutter app with no issues in Android however when I run it in iOS I get the following exceptions when using some of the provided methods:

MissingPluginException(No implementation found for method generateSSHKeys on channel gitjournal.io/git)MissingPluginException(No implementation found for method setSshKeys on channel gitjournal.io/git)MissingPluginException(No implementation found for method gitClone on channel gitjournal.io/git)

Version: 0.0.13

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GitJournal/git_bindings/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADIDY56WCI4ZAEDRLOW7U3RWXLYPANCNFSM4N56E2YQ .

vHanda avatar Jun 15 '20 08:06 vHanda

Thanks, I'll try to figure it out from your code in your app. Using this package with Android is pretty straightforward however in iOS additional configuration it's needed, it would be useful to include some tips in the installation area in pub.dev.

delaosa avatar Jun 15 '20 11:06 delaosa

Makes sense.

For me, this package is on maintenance mode. I don't plan to improve it. The plan is to finish the pure dart implementation of Git.

I'll update the README, to make it clear.

On Mon, Jun 15, 2020, 1:24 PM delaosa [email protected] wrote:

Thanks, I'll try to figure it out from your code in your app. Using this package with Android is pretty straightforward however in iOS additional configuration it's needed, it would be useful to include some tips in the installation area in pub.dev.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GitJournal/git_bindings/issues/2#issuecomment-644069717, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADIDY56W3AYEZ63KXQFK3DRWYAFHANCNFSM4N56E2YQ .

vHanda avatar Jun 15 '20 11:06 vHanda

it would be fantastic to have a pure Dart implementation, nowadays Dart is lacking a proper Git library, thanks to your work at least we have something.

El lun., 15 jun. 2020 a las 13:26, Vishesh Handa ([email protected]) escribió:

Makes sense.

For me, this package is on maintenance mode. I don't plan to improve it. The plan is to finish the pure dart implementation of Git.

I'll update the README, to make it clear.

On Mon, Jun 15, 2020, 1:24 PM delaosa [email protected] wrote:

Thanks, I'll try to figure it out from your code in your app. Using this package with Android is pretty straightforward however in iOS additional configuration it's needed, it would be useful to include some tips in the installation area in pub.dev.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/GitJournal/git_bindings/issues/2#issuecomment-644069717 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AADIDY56W3AYEZ63KXQFK3DRWYAFHANCNFSM4N56E2YQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GitJournal/git_bindings/issues/2#issuecomment-644070909, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUEY2T2IDPREICXQGDSTHLRWYAPHANCNFSM4N56E2YQ .

delaosa avatar Jun 15 '20 11:06 delaosa

https://github.com/GitJournal/dart_git

I'll add the documentation about its current state and capabilities.

On Mon, Jun 15, 2020, 1:35 PM delaosa [email protected] wrote:

it would be fantastic to have a pure Dart implementation, nowadays Dart is lacking a proper Git library, thanks to your work at least we have something.

El lun., 15 jun. 2020 a las 13:26, Vishesh Handa (< [email protected]>) escribió:

Makes sense.

For me, this package is on maintenance mode. I don't plan to improve it. The plan is to finish the pure dart implementation of Git.

I'll update the README, to make it clear.

On Mon, Jun 15, 2020, 1:24 PM delaosa [email protected] wrote:

Thanks, I'll try to figure it out from your code in your app. Using this package with Android is pretty straightforward however in iOS additional configuration it's needed, it would be useful to include some tips in the installation area in pub.dev.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <

https://github.com/GitJournal/git_bindings/issues/2#issuecomment-644069717

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AADIDY56W3AYEZ63KXQFK3DRWYAFHANCNFSM4N56E2YQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/GitJournal/git_bindings/issues/2#issuecomment-644070909 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAUEY2T2IDPREICXQGDSTHLRWYAPHANCNFSM4N56E2YQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GitJournal/git_bindings/issues/2#issuecomment-644074679, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADIDY2U5VMEPI3T3JJBNDLRWYBPLANCNFSM4N56E2YQ .

vHanda avatar Jun 15 '20 11:06 vHanda

I'll keep an eye on it, thanks.

El lun., 15 jun. 2020 a las 13:36, Vishesh Handa ([email protected]) escribió:

https://github.com/GitJournal/dart_git

I'll add the documentation about its current state and capabilities.

On Mon, Jun 15, 2020, 1:35 PM delaosa [email protected] wrote:

it would be fantastic to have a pure Dart implementation, nowadays Dart is lacking a proper Git library, thanks to your work at least we have something.

El lun., 15 jun. 2020 a las 13:26, Vishesh Handa (< [email protected]>) escribió:

Makes sense.

For me, this package is on maintenance mode. I don't plan to improve it. The plan is to finish the pure dart implementation of Git.

I'll update the README, to make it clear.

On Mon, Jun 15, 2020, 1:24 PM delaosa [email protected] wrote:

Thanks, I'll try to figure it out from your code in your app. Using this package with Android is pretty straightforward however in iOS additional configuration it's needed, it would be useful to include some tips in the installation area in pub.dev.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <

https://github.com/GitJournal/git_bindings/issues/2#issuecomment-644069717

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AADIDY56W3AYEZ63KXQFK3DRWYAFHANCNFSM4N56E2YQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/GitJournal/git_bindings/issues/2#issuecomment-644070909

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAUEY2T2IDPREICXQGDSTHLRWYAPHANCNFSM4N56E2YQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/GitJournal/git_bindings/issues/2#issuecomment-644074679 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AADIDY2U5VMEPI3T3JJBNDLRWYBPLANCNFSM4N56E2YQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GitJournal/git_bindings/issues/2#issuecomment-644075331, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUEY2VZTRFX74UKTNBC3NLRWYBVLANCNFSM4N56E2YQ .

delaosa avatar Jun 15 '20 12:06 delaosa

Hi. I'm stuck trying to make this work on ios -

https://stackoverflow.com/questions/63072231/flutter-ios-plugin-with-custom-frameworks

If someone could help, it would be great.

vHanda avatar Jul 26 '20 08:07 vHanda

Hopefully someone could help, unfortunately I have no experience with ios development.

Regards,

Daniel.

El dom., 26 jul. 2020 a las 10:15, Vishesh Handa ([email protected]) escribió:

Hi. I'm stuck trying to make this work on ios -

https://stackoverflow.com/questions/63072231/flutter-ios-plugin-with-custom-frameworks

If someone could help, it would be great.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GitJournal/git_bindings/issues/2#issuecomment-663957046, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUEY2QE3AUSPSF4WLLMJFLR5PQZRANCNFSM4N56E2YQ .

delaosa avatar Jul 27 '20 08:07 delaosa