Sheikh MD Shofiullah

Results 4 issues of Sheikh MD Shofiullah

I had cropped this landscape photo in a vertical way with the custom ratio, so it got zoomed in. Now I am trying to get back the full landscape photo...

I want to add a slider to adjust the strength/opacity of the filter.

What i have did ! I have declared a global key final _slidableKey = GlobalKey(); then assign it ! Slidable( key: _slidableKey, ) /// on user action _slidableKey.currentState.open( actionType: SlideActionType.secondary,...

waiting for user response

I have configured FCM onBackgroundMessage: myBackgroundMessageHandler. When app is closed/killed on new notification it can display incoming call . But when I tried to accept the call , noting happened....