Masaki Sato

Results 4 comments of Masaki Sato

@pelguetat It might work with turning `autoStart` property to false in AssetsAudioPlayer.open(). Like this: ``` await _audioPlayer.open(Audio.network(url!), autoStart: false, ); ```

A similar problem happened to my Android device too. In my case, I pass Playlist instead of Audio.network() when opening the player. And somehow the behavior differed on whether to...

Currently, it seems you need the models implemented in https://github.com/leancodepl/arb_translate/pull/24 for things to work.

The content in [the Japanese blog](https://blog.codemagic.io/publishing-flutter-apps-to-playstore-jpn/#:~:text=%E3%81%AB%E3%81%97%E3%81%BE%E3%81%97%E3%82%87%E3%81%86%EF%BC%89-,Google%20Play%20API%20%E3%81%AE%E6%8E%A5%E7%B6%9A%E8%A8%AD%E5%AE%9A,-Codemagic%20%E7%B5%8C%E7%94%B1%E3%81%A7), which is almost same as this one, was reviewed by @martinjeret once, so there shouldn't be any major mistakes though. You can take a...