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

New plugins candidates #151

Closed
3 of 7 tasks
swift-kim opened this issue Jul 14, 2021 · 9 comments · Fixed by #200
Closed
3 of 7 tasks

New plugins candidates #151

swift-kim opened this issue Jul 14, 2021 · 9 comments · Fixed by #200

Comments

@swift-kim
Copy link
Member

swift-kim commented Jul 14, 2021

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:

@bwikbs
Copy link
Member

bwikbs commented Jul 14, 2021

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!

@swift-kim
Copy link
Member Author

Oops. I somehow didn't notice lottie is a pure Dart package. I'll remove it from the list.

@bbrto21
Copy link
Contributor

bbrto21 commented Jul 27, 2021

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?

@swift-kim
Copy link
Member Author

@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?

@bbrto21
Copy link
Contributor

bbrto21 commented Jul 27, 2021

There is no other problem I know. when next flutter SDK released, I'll check it out again.

@swift-kim
Copy link
Member Author

Notes on how to implement the google_sign_in plugin:

  • OAuth 2.0 for TV and Limited-Input Device Applications only supports limited scopes of Google APIs so it's not a practical option.
  • Tizen's OAuth2 API uses a built-in browser (webview?) and I confirmed it is compatible with Google OAuth 2.0, but unfortunately the library is not available on TV devices.
  • I'm not sure if there's another solution.

@yura2000
Copy link

yura2000 commented Oct 4, 2021

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/

@swift-kim
Copy link
Member Author

@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?

@swift-kim
Copy link
Member Author

Closing the issue. Please open a dedicated issue for a new plugin suggestion or request.

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

Successfully merging a pull request may close this issue.

4 participants