You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_floatwing-0.2.0/lib/src/provider.dart:143:30: Warning: Operand of null-aware operation '?.' has type 'SchedulerBinding' which excludes null.
'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('../../../flutter/packages/flutter/lib/src/scheduler/binding.dart').
SchedulerBinding.instance?.addPostFrameCallback(postFrameCallback);
Screen shows a scrollable windows, but appears to not respond to anything.
Hi @brianoh Thank you for your attention. If the open button is disable, that means the window engine have not created. In most case reason cause this problem is that the permission don't grated, and the service start failed. Please see if issue #3 can help you. Also you can try to download this repo and run the example app to see if it works.
../../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_floatwing-0.2.0/lib/src/provider.dart:143:30: Warning: Operand of null-aware operation '?.' has type 'SchedulerBinding' which excludes null.
SchedulerBinding.instance?.addPostFrameCallback(postFrameCallback);
Screen shows a scrollable windows, but appears to not respond to anything.
Flutter 3.0.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 676cefaaff (13 days ago) • 2022-06-22 11:34:49 -0700
Engine • revision ffe7b86a1e
Tools • Dart 2.17.5 • DevTools 2.12.2
Flutter Doctor: all ok
The text was updated successfully, but these errors were encountered: