-
Notifications
You must be signed in to change notification settings - Fork 51
[path_provider] how to use path_provider_tizen? #333
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
Comments
Hmm. That's weird. Can you see the import 'package:path_provider_tizen/path_provider_tizen.dart';
@pragma('vm:entry-point')
class _PluginRegistrant {
@pragma('vm:entry-point')
static void register() {
PathProviderPlugin.register();
}
} |
Yes. It contains those lines |
I noticed that |
This is normal because Tizen OS is Linux-kernel based. Could you share your |
|
https://github.com/flutter-tizen/flutter-tizen/wiki/Limitations#plugins Currently |
I added
path_provider_tizen
in my pubspec but when some other packages likegoogle_font
try to get path it's not callingpath_provider_tizen
and throwing an error.OS: Tizen TV
Error:
The text was updated successfully, but these errors were encountered: