Filip Hracek

Results 129 comments of Filip Hracek

Thanks for exploring this, @LeeMatthewHiggins! Would you be able to stub out the audio with a no-op class, and check whether removing `flutter_soloud` altogether makes a difference? That would make...

I'm glad we figured it out! @alnitak, I'm going to keep this issue open but rename the issue to: "Document that iOS app gives a warning to the user about...

This is fantastic, Marco! Congrats on taking this exploration this far. I have a question regarding the [web example](https://marcobavagnoli.com/flutter_soloud/). It seems that if I play a sound on the web,...

FWIW, here's the [migration steps](https://developer.android.com/guide/playcore?hl=en#playcore-migration) as I understand them, in case it's helpful: #### Step 1 Replace `play.core.tasks` with `gms.tasks` in [these import lines](https://github.com/fluttercommunity/app_review/blob/master/android/src/main/java/com/appleeducate/appreview/AppReviewPlugin.java#L11-L12) ```java import com.google.android.play.core.tasks.OnCompleteListener; import com.google.android.play.core.tasks.Task; ```...

I asked the person who tried to book for screenshots and he was kind enough to provide the following: ---- > What happend: As a guest, I expected to see...

> It's a little weird to do this on 24-hour calendar Yeah, I agree. Maybe all that's needed is a conditional warning. Something like: > If user's timezone is different...

Also verified the examples on macOS. Love the new `tests/tests.dart` test app, btw!

Here's a real world example (the one I give above is optimized for ease of reading but maybe doesn't really sell the problem). This is the code that I currently...

FWIW, I think it's very much okay to limit these local enums to "dumb" enums. No methods, conductors or static members. Just values. I would also expect Dart to prevent...