Skip to content
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

Support Pure Dart Library #11

Open
guyluz11 opened this issue Oct 15, 2023 · 3 comments
Open

Support Pure Dart Library #11

guyluz11 opened this issue Oct 15, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@guyluz11
Copy link

Can you make this package support dart native without flutter?
This will open so many options for this package, and it is already a binding of c++ implementation so it shouldn't be a big change.

Users can choose manually microphone or speakers location on device if needed.

@lyledean1
Copy link
Owner

Thanks for submitting this feature request!

I don't think there is a need to use Dart Native here as you can achieve the same thing by just exposing this as a pure Dart library - see https://cjycode.com/flutter_rust_bridge/library/dart_only.html. Going to rename this issue to "Support Pure Dart Library".

@lyledean1 lyledean1 added the enhancement New feature or request label Oct 15, 2023
@lyledean1 lyledean1 changed the title Support dart native Support Pure Dart Library Oct 15, 2023
@guyluz11
Copy link
Author

Yes, dart standalone without flutter

Should look like this in pub.dev

Screenshot_20231015_214348_Firefox

@guyluz11
Copy link
Author

And as they wrote in flutter_rust_bridge
Native Assets would make it easier, adding a link to this feature to keep track

dart-lang/sdk#50565

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants