Patrick waweru
Patrick waweru
I would encourage to you to take a look at `Flutter_background` pkg
please!
Yes it does crash @ryanheise
Currently experiencing it on production on all ios devices ``` Fatal Exception: FlutterError PlatformException(2003329396, The operation couldn’t be completed. (OSStatus error 2003329396.), null, null). Error thrown null. ```
Our use case ```dart @override void initState() { super.initState(); WidgetsBinding.instance.addPostFrameCallback((_) { initAudiManager(); }); } ``` ```dart void initAudiManager() { try { AudioSession.instance.then((audioSession) async { // This line configures the app's...
flutter doctor -v ``` [✓] Flutter (Channel stable, 3.0.4, on macOS 12.4 21F79 darwin-arm, locale en-KE) • Flutter version 3.0.4 at /Users/..../Documents/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 85684f9300...
Dear contributors just add an option to clip tapTarget or not
A navigator widget could be nice
@leahlundqvist a widget to navigator to/for a page with twists!!
Anybody with a version that works