Skip to content

Conversation

@devoncarew
Copy link
Contributor

Fix an exception that occurs when parsing a services file (https://github.com/flutter/google_sign_in/blob/master/lib/flutter_services.yaml); fix #4294.

@collinjackson
Copy link
Contributor

lgtm

@devoncarew devoncarew merged commit 2a2bd7b into flutter:master Jun 1, 2016
cdotstout pushed a commit to cdotstout/flutter that referenced this pull request Apr 3, 2018
This change exposes the view safe area insets (introduced in iOS 11) to
the framework via MediaQuery.of(context).padding. Safe area insets are
the view insets (padding) inside of which content can be relied on to
display without truncation/clipping, as would occur with e.g. the iPhone
X sensor notch.

As this API was added in iOS 11, we place it behind a runtime guard
checking OS level.

Until the runtime support for @avialable lands in the next Fuchsia
buildtools rev, ignore -Wunguarded-availability-new around the safe area
insets check and use an FML runtime check instead.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flutter run crashes when deploying to Android device from OSX

2 participants