-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Allow Chewie controls to be positioned to allow for a larger safe area. #676
Conversation
LGTM so far. There might be a couple of nits, but that's it. Once it passes automated checks, then it'll get merged into master. |
@jweidner-mbible please re-sync your change with master. Thanks. |
@diegotori I just re-synced my change with master. |
@diegotori Any idea on when this might get merged into master? :) |
@caitlynbell399 rerunning the lint and format CI tasks. If they're green, then they'll look good to me |
@jweidner-mbible looks like the CI checks failed. Please address them, or else I won't be able to merge. Thanks. |
@diegotori Committed a fix for the issue. Thank you for your help with this :) |
LGTM. Merging. |
* master: Version 1.3.6. Addresses PRs fluttercommunity#676 and fluttercommunity#681. fix default value for minimum safe area Cleaned up the Github Workflows YAML. Fixed remaining Dart Analysis issues after switching to flutter_lints. Example app is now using flutter_lints. Library is now using flutter_lints. Changed documentation as requested Use EdgeInsets.zero Allow Chewie controls to be positioned to allow for a larger safe area.
No description provided.