:iphone: Put device frames around your mobile/web/progressive app screenshots.
Running rename with --appname AppName
flag removed this line:
`
and added this line:
android:label="AppName"
which is invalid XML and breaks the build;
According to this: https://github.com/florent37/Flutter-AssetsAudioPlayer/blob/5d467f5e645eabe12646c9c77bb7d968c8301d52/android/src/main/kotlin/com/github/florent37/assets_audio_player/Player.kt#L127 it looks like the current position is only updated every 300ms, which is insufficient for cases where audio needs to be paused based on exact timestamps.
Is there any way to increase this resolution, or perhaps end-around it and get more frequent updates on the current playing position?
Adds email
as a fake value option to the fake provider, and also updates the docs accordingly.
Add email usage to docs
Add email as a fake option to types
Add email as a fake value option
Hey @CarlosGutierrez1989 unfortunately it's been many years since I've worked on the project. Sorry to leave you hanging; maybe asking on Stack Overflow or filing a fresh issue would get you a more helpful response.