cielo

Results 3 comments of cielo

Are you using iOS VoIP notification to wake your application up? https://developer.apple.com/documentation/pushkit/responding_to_voip_notifications_from_pushkit

I used 0.4.3, and it still does not seem to wait until user comes back from the setting page. One workaround that I found is to use flutter's `[WidgetsBindingObserver](https://api.flutter.dev/flutter/widgets/WidgetsBindingObserver-class.html)`. Basically,...

I encountered a simillar issue. ``` Compiler message: file:///C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/responsive_scaffold-0.0.2/lib/responsive_scaffold.dart:141:9: Error: No named parameter with the name 'extendBody'. extendBody: extendBody, ^^^^^^^^^^ file:///C:/src/flutter/packages/flutter/lib/src/material/scaffold.dart:783:9: Context: Found this candidate, but the arguments don't match....