flutter_floatwing icon indicating copy to clipboard operation
flutter_floatwing copied to clipboard

Error in debug mode and no response to anything

Open brianoh opened this issue 2 years ago • 1 comments

../../../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); 20220706-errors

Screen shows a scrollable windows, but appears to not respond to anything. flutter_01

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

brianoh avatar Jul 06 '22 04:07 brianoh

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.

BTW the ? null warning don't matter.

I hope the information can help you. Thank you.

jiusanzhou avatar Jul 06 '22 05:07 jiusanzhou