Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@tvolkert
Copy link
Contributor

@tvolkert tvolkert commented Jun 2, 2016

  1. Add ability to specify a system UI overlay style, to
    provide a hook into the style of the status bar icons on iOS.

  2. Migrate the Activity service's task description API to the
    system chrome platform service. The old API will be removed
    once the Flutter repo is updated to use the new API after an
    engine roll.

flutter/flutter#3544

1) Add ability to specify a system UI overlay style, to
   provide a hook into the style of the status bar icons on iOS.

2) Migrate the Activity service's task description API to the
   system chrome platform service. The old API will be removed
   once the Flutter repo is updated to use the new API after an
   engine roll.
@tvolkert
Copy link
Contributor Author

tvolkert commented Jun 2, 2016

@abarth @chinmaygarde

/// Platform Specific Notes:
/// If overlay style is unsupported on the platform, specifying a style is
/// a no-op and always return true.
SetSystemUIOverlayStyle(SystemUIOverlayStyle style) => (bool success);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another approach would be a query function that returns what styles are available on the current platform. This kind of pattern emphasizes discoverability and helps avoid least-common-denominator problems (although in this case the number of supported styles is probably going to be pretty limited).

@chinmaygarde
Copy link
Member

lgtm

@tvolkert tvolkert merged commit 482e63d into flutter:master Jun 2, 2016
@tvolkert tvolkert deleted the system-chrome-mojo branch June 2, 2016 22:05
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
git log --format="%C(auto) %h %s" 4ca4767..master
 b10966c filter out SDK dependencies (flutter#2732)
 1686066 Remove deprecation warning from pub top level. (flutter#2735)

I suggest keeping the breaking change notice in CHANGELOG.md .

Change-Id: Iebde37e08a4100f9284edbfee3dfc381b9ba32eb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170980
Reviewed-by: Jonas Jensen <[email protected]>
Commit-Queue: Sigurd Meldgaard <[email protected]>
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
* Added test case that flutter is not listed in outdated output

* Removed SDK source depenedencies from `pub outdated`
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.

3 participants