pbouttier

Results 7 issues of pbouttier

Android have multiple streams for sounds, media, alarm, etc. Can you implement a new parameter for handle this ? I would like to play my sound like a alarm, to...

enhancement
help wanted
platform-android

Hi, In this architecture if we wanted to have global parameters for a specific user, stored in firebase, how would you do it? Make another widget / stream + provider...

Hi, today the drop area looks like this `Widget spacing = _draggingWidget == null ? SizedBox.fromSize(size: _dropAreaSize) : Opacity(opacity: 0.2, child: _draggingWidget);` We have a kind of preview of the...

Hi, I've a problem. I have multiple heroes transition in my app, and this widget. This widget is not a Route, so when i pop a page, the heroes can...

Hi, Would it be possible to change the opacity and offset of the cards on the tinder swiper? Thanks

Hi, Thanks you for your work, Would it be possible to add the steps to the decimals ? I would like to have 0.25/0.5/0.75 for example, with a step of...

**Alarm plugin version** 3.1.5 **Describe the bug** Play Store and Sentry report the same bug, a crash ``` android.app.RemoteServiceException$ForegroundServiceDidNotStartInTimeException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{b388286 u0 com.pbouttier.sptraining/com.gdelataillade.alarm.alarm.AlarmService} at android.app.ActivityThread.generateForegroundServiceDidNotStartInTimeException(ActivityThread.java:2261)...

bug