-
Notifications
You must be signed in to change notification settings - Fork 362
Disable layout explorer in flutter web - still enabled in desktop. #1459
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
Disable layout explorer in flutter web - still enabled in desktop. #1459
Conversation
albertusdev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
| import '../../flutter/split.dart'; | ||
| import '../../globals.dart'; | ||
| import '../../service_extensions.dart' as extensions; | ||
| import '../../ui/fake_flutter/_real_flutter.dart'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: remove this? I think you should be able to remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import 'package:flutter/foundation.dart'; would be the correct import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch! replaced with the flutter/foundation import
jacob314
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
albertusdev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ktop. (flutter#1459)" This reverts commit 6204332.


No description provided.