Maël
Maël
Did you managed to fix your issue @Kimhyunsu92 ? It is working fine with an APK but i am facing the same issue when i submit the app to the...
> ### 일시적 해결 방법 > Manifest merging을 활용하여 일시적인 해결이 가능합니다. `android/app/src/main/AndroidManifest.xml` 파일에 MainActivity와 동일한 레벨에 다음을 추가해주시면 됩니다 > > ``` > android:name="com.nhn.android.naverlogin.ui.OAuthCustomTabActivity" > android:exported="true" > /> >...
~~The plugin example does use it. See in the main.dart file of the [example](https://github.com/firebase/flutterfire/blob/master/packages/firebase_messaging/firebase_messaging/example/lib/main.dart), line 13.~~ (sorry I misread your above comment) It is explained in the documentation that `flutter_local_notifications`...
Thank you for the code sample~ Unfortunately i don't seem to be receiving any foreground push notification using it. https://user-images.githubusercontent.com/22376981/181425474-1ad310b3-1e5a-491f-8929-e4e8f61c0893.mp4
Sorry but I don't see what part of this issue can help me. Receiving notifications is not a problem, but clicking on them to interact with them is. I tried...
i am confirming that the plugin is not working when i put an `InViewNotifierCustomScrollView` inside the `SmartRefresher`. There is not any error in log, but both pullUp and pullDown actions...
> Hi LeGoffMael, > > Is it still an issue regarding the following error? Thanks > > ``` > When requesting a specific timsMs, i am consistently facing a MissingPluginException...
> @LeGoffMael @ertan2002 Have you tried this fix? [#94 (comment)](https://github.com/justsoft/video_thumbnail/issues/94#issuecomment-1120537449) Same for me, the error only occurs on android
Just sent you an invitation as collaborator @AlexV525 ! Thanks for the helps~
might be related to https://github.com/jamesblasco/modal_bottom_sheet/pull/253