Birgit Pohl

Results 17 comments of Birgit Pohl

I'm using this [documentation](https://github.com/styled-components/jest-styled-components#theming) and this is the reason why raise my hands and say: "I have the same problem."

I'm working with hooks. You can also listen to the method. ```javascript const onChange = (event, { newValue, method }) => { if (method === 'type' || method === 'enter')...

Dear @Larpoux I just want to mention that I have found some documentation [here and there](https://flutter-sound.canardoux.xyz/guides_getting_started.html) that is still recommending to choose the deprecated methods.

I get the same error. Not running it in loop mode. But simply re-initiating the player and setting a different source. Running on Android 14. So, I simply call `_audioPlayer.setSourceUrl(_currentAudioLesson.audioUrl!);`...

I'm not sure if the intention is to set a new source 15 times, even if it is the same for testing purposes. I have a use-case, where I have...

I'm facing the same issue with a different use case. I'm trying to run `flutter test` on Github actions without loading the .env into my repo. My tests fail because...

> docs.flutter.dev/deployment/android#signing-the-app Do you mean the second-step script? That doesn't produce the menu point required to generate an upload key. With my research, I have the feeling the official instructions...