Skip to content

Add support for pub global activate #613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
chashkovdaniil opened this issue Jun 25, 2023 · 3 comments
Closed

Add support for pub global activate #613

chashkovdaniil opened this issue Jun 25, 2023 · 3 comments

Comments

@chashkovdaniil
Copy link

chashkovdaniil commented Jun 25, 2023

Hi! Thank you for this package🏆

I use this package to interact with java code.
I have scripts in the bin folder that are run with the "dart pub global run command".
After executing the command, it says to me: "as globally activated requires the Flutter SDK, which is unsupported for global executables."
Is there any way to decouple jnigen from using flutter ?

@chashkovdaniil
Copy link
Author

chashkovdaniil commented Jun 25, 2023

I'm sorry, it's not in jnigen package that you need to remove the dependency on flutter, but in jni

@chashkovdaniil
Copy link
Author

@HosseinYousefi
Copy link
Member

Is there any way to decouple jnigen from using flutter?

Currently, package:jni is coupled with Flutter solely to build its native dependencies. There is an issue tracking this: #645.

@HosseinYousefi HosseinYousefi transferred this issue from dart-archive/jnigen Nov 17, 2023
parlough pushed a commit to parlough/native that referenced this issue Apr 8, 2024
…te (dart-lang#613)

* Use stret and fpret variants of objc_msgSend where appropriate

* Changelog

* Daco's comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants