Tomas Baran
Tomas Baran
> Hi, @neil-pan-s , thanks for the comment! I'm not sure I get it. You are saying loop stops when the device is locked? Yes. what @neil-pan-s is trying to...
+1 for that, I don't like it either - just confuses the user and messes up the program.
Same happening here. I have found a way around this—instead of setting the font weight in the `fontWeight `property, do it in the `fontFamily` property like this: fontFamily: GoogleFonts.encodeSansExpanded(fontWeight: FontWeight.w200).fontFamily,
it also happens in the --release version.
Big thanks @fdietze Your solution does fix this issue. Too bad, your pull request hasn't been accepted yet.
I have the same issue. Any news @florent37? Have you found any workaround @okko-darren? `assets_audio_player: ^3.0.4+1` flutte doctor -v ``` [✓] Flutter (Channel stable, 2.8.1, on macOS 11.5.2 20G95 darwin-arm,...
same issue here. @exaby73 ,what does that mean? Does it mean that google servers are down/hacked/insecure?
@shily , this may be the same issue: https://github.com/flutter/flutter/issues/55952 which just got fixed in the latest master. Upgrade flutter to the latest master and check out whether https://github.com/flutter/flutter/issues/59855 got fixed...
Sure, it's just adding Textfield: ``` TextField(autofocus: true), ``` If you want to see the focusedBorder difference: ``` TextField( autofocus: true, decoration: InputDecoration( focusedBorder: OutlineInputBorder( borderSide: BorderSide(color: Colors.pink), ), enabledBorder:...
Since this issue is also present on iOS12 and on iPhone SE, it may be related to these issues (which are also present only on iOS12 on iPhone SE: https://github.com/flutter/flutter/issues/58510...