Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in debug mode and no response to anything #9

Open
brianoh opened this issue Jul 6, 2022 · 1 comment
Open

Error in debug mode and no response to anything #9

brianoh opened this issue Jul 6, 2022 · 1 comment
Labels
question Further information is requested

Comments

@brianoh
Copy link

brianoh commented Jul 6, 2022

../../../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

@jiusanzhou
Copy link
Owner

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 jiusanzhou added the question Further information is requested label Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants