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

mecab_dart works only for Flutter applications and not for non-UI dart applications. #14

Open
TwoDeen opened this issue Apr 3, 2023 · 0 comments

Comments

@TwoDeen
Copy link

TwoDeen commented Apr 3, 2023

mecab_dart applications can be used only for Flutter applications.
It cannot be used for dart-only applications which (doesn't depend on the UI) run on the console.
This is because the mecab_dart library uses things like rootBundle which exist only in the Flutter framework.
So this library cannot be used in console dart applications.

@TwoDeen TwoDeen changed the title mecab_dart works only for Flutter applications and not non-UI dart applications. mecab_dart works only for Flutter applications and not for non-UI dart applications. Apr 3, 2023
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

1 participant