-
Notifications
You must be signed in to change notification settings - Fork 51
New plugins candidates #151
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
I just looked at it for a moment. 😄 Looks like we can do :
Should be working?: OMG!:
It seems like a good plan. After short discussion, I think other developer will be able to participate too! |
Oops. I somehow didn't notice lottie is a pure Dart package. I'll remove it from the list. |
As you and I reviewed before, we know that sqflite is available on Tizen with the ffi implementation of sqflite(but a little extra work is needed). In addition to the previous review, are you considering adding a native implementation? |
@bbrto21 As far as I remember the problem was with the use of path_provider functions on secondary isolates in the sqflite implementation. The issue will be resolved with the next stable release of the Flutter SDK. Is there any issue on top of that? |
There is no other problem I know. when next flutter SDK released, I'll check it out again. |
Notes on how to implement the google_sign_in plugin:
|
Hi! Would be great to have a package with the ability to get a heart rate. https://docs.tizen.org/application/web/guides/sensors/ham/ |
@yura2000 Hi. I haven't personally tried out but there's a plugin called workout that supports the functionality. Alternatively you can create a local copy of the sensors_plus_tizen plugin and modify a few lines of its source code if you have some basic knowledge. Let me tell you the details if you're interested. @bbrto21 I think it would be possible to extend the current sensors_plus_tizen plugin to support arbitrary types of sensors other than accelerometer and gyroscope (and also a custom measurement interval instead of a fixed interval of 1000 ms). Would you like to try? |
Closing the issue. Please open a dedicated issue for a new plugin suggestion or request. |
I'm planning to extend these plugins for Tizen but not sure when I will.
Flutter Favorites:
Just out of my personal interest:
Not a plugin, but contains platform-specific code:
The text was updated successfully, but these errors were encountered: