Florent CHAMPIGNY
Results
4
issues of
Florent CHAMPIGNY
# Same interractions on Android & ios : ```dart settings: NotificationSettings.multiplatform( prev: NotificationActionsPrev.prev(), playPause: null, //to disable it next: NotificationActionsNext.next( customAction: (player) { //action } ), stop: NotificationActions.stop(), ) ```
new feature
**Describe the bug** StackTrace : After adding the `koin-startup` on my application, I face some crashs on startup after releasing the application on the play store ``` Fatal Exception: java.lang.RuntimeException:...
important 🔥