suragch
suragch
**To which pages does your suggestion apply?** - https://github.com/ryanheise/audio_service - https://github.com/ryanheise/audio_service/wiki/Tutorial **Quote the sentences(s) from the documentation to be improved (if any)** If you think the tutorial I wrote about...
**To which pages does your suggestion apply?** I'm considering the example app with its comment docs as documentation since it is quite useful for learning how to use audio_service and...
**To which pages does your suggestion apply?** Any of the example projects. - https://github.com/ryanheise/audio_service/tree/one-isolate/audio_service/example/lib **Quote the sentences(s) from the documentation to be improved (if any)** N/A **Describe your suggestion** Audio...
I'm not sure if this is intentional or a planned addition, but using `text-align` doesn't work to center text. For example ``` My Title ``` is still left aligned, not...
When using a public client, the AuthServer does not return a refresh token. This is mentioned in the docs [here](https://aqueduct.io/docs/tut/oauth2/#setting-up-oauth-20-authenticating-users). However, in the [example here](https://aqueduct.io/docs/auth/controllers/) it says > If the...
**Which API doesn't behave as documented, and how does it misbehave?** When running the unmodified just_audio_background app on the Android emulator with Flutter 3.0.5, I get an error mentioning MultiDex....
Should it be >= rather than ==. (Otherwise self.repetitions == 0 is not handled.) if self.repetitions == 1: self.interval = 1 https://github.com/theq629/fulgurate/blob/master/cards.py#L34
I'd like to begin using Denoflare but with a lack of experience using Deno, I'm lost after finishing the Hello World tutorial. It would be great if there were a...
### Current Behavior Currently the behavior is like so: - After the user lifts their finger from an drag event, `onSeek` is triggered at the duration position of the up...
#47 adds `TextHeightBasis` (similar to `TextWidthBasis` for `Text`) at the lower levels (ex, `MongolTextPainter`) but not all the way up to `MongolText`. This affects whether the widget height is the...