Manoj Kumar

Results 4 comments of Manoj Kumar

https://github.com/MaikuB/flutter_local_notifications/blob/b7fa709a61207e9cd86b8d5be911c3b49b655776/flutter_local_notifications/lib/src/platform_flutter_local_notifications.dart#L333 We can allow users to pass calledAt so that notification can be scheduled later with repeat. With this, we can achieve custom time for peridicallyShow What do you think?...

Same Here First API call takes around 11 seconds. Just a simple API call returns two string in a JSON as a response. The second call takes 1 to 2...

Me Too Same Adding android:requestLegacyExternalStorage="true" shows warning in google play console.

I found another solution. 1. Add GestureDetector on top of the screen ```dart GestureDetector( onTap: () => FocusManager.instance.primaryFocus?.unfocus(), ``` 2. Add suggestionBoxCtrl and use the below function. ```dart onSuggestionsBoxToggle: (isOpen)...