Yu-Hsuan Lin

Results 14 issues of Yu-Hsuan Lin

As title. Which is like the modes in [MD360Player4Android](https://github.com/ashqal/MD360Player4Android/wiki/Advanced-Usage#switch-projection-since-150). I'm considering to switch from MD360 to your library. Thanks!

What is the right way to decode DataSnapshot (Firebase realtime database) when the node is empty? ``` dataSnapshot.value() dataSnapshot.value(Foo.serializer().nullable) ``` I expect it will return `null`, but it throw cast...

I tried to set color `.color(int)` with `#8c1f7c82` which has alpha channel, text color is white, but I found that the output text is semi-transparent too. Is there way to...

![截圖 2022-03-17 07 11 51](https://user-images.githubusercontent.com/320815/158706309-4bfb5254-f6ff-4f4a-8217-069246f3883a.png) The original content was written in VStack.

bug

### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [X] I've...

needs-triage
bug

As 1.9.20, KMP is stable and ready for production, maybe it's the right time to remove "ALPHA" in this library version name?

According to [OkHttp jdoc](http://square.github.io/okhttp/3.x/okhttp/okhttp3/OkHttpClient.html): >OkHttpClients should be shared I notice that the OkHttp integration module generate a OkHttpClient internal instance. It would be better to allow us inject the singleton...

enhancement
documentation

It seems that it can't recognize [AndroidNdkModules](https://github.com/android/renderscript-intrinsics-replacement-toolkit/blob/main/renderscript-toolkit/src/main/cpp/CMakeLists.txt#L117). Should I change any build config?

https://www.algolia.com/doc/guides/building-search-ui/getting-started/how-to/flutter/android/ This flutter codelab only target Android, but it seems that all dependencies are based on `kotlin multiplatform`. Is it possible to use same idea to support flutter iOS app...

enhancement