Skip to content

Conversation

@stuartmorgan-g
Copy link
Contributor

@stuartmorgan-g stuartmorgan-g commented May 19, 2020

Description

The repo backing this pod no longer exists, so this switches to a
UIButton. It's currently very ugly, but it builds, and thus won't keep
the tree closed.

Related Issues

#57622

Tests

It builds now.

Replace this with a list of the tests that you added as part of this PR. A change in behaviour with no test covering it
will likely get reverted accidentally sooner or later. PRs must include tests for all changed/updated/fixed behaviors. See Test Coverage.

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Did any tests fail when you ran them? Please read Handling breaking changes.

  • No, no existing tests failed, so this is not a breaking change.
  • Yes, this is a breaking change. If not, delete the remainder of this section.

The repo backing this pod no longer exists, so this switches to a
UIButton. It's currently very ugly, but it builds, and thus won't keep
the tree closed.
@stuartmorgan-g stuartmorgan-g requested a review from jmagman May 19, 2020 23:30
@fluttergithubbot fluttergithubbot added d: examples Sample code and demos c: contributor-productivity Team-specific productivity, code health, technical debt. labels May 19, 2020
Copy link
Member

@jmagman jmagman left a comment

Choose a reason for hiding this comment

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

Also need to delete:

await inDirectory(iosDirectory, () async {
await exec(
'pod',
<String>['install'],
environment: <String, String>{
'LANG': 'en_US.UTF-8',
},
);
});

@jmagman
Copy link
Member

jmagman commented May 19, 2020

Stealing this.

@jmagman jmagman requested a review from christopherfujino May 19, 2020 23:42
@jmagman
Copy link
Member

jmagman commented May 19, 2020

Task result:
{
  "success": true,
  "data": {
    "engineEnterTimestampMicros": 98654758265,
    "timeToFrameworkInitMicros": 60562,
    "timeToFirstFrameRasterizedMicros": 142760,
    "timeToFirstFrameMicros": 94639,
    "timeAfterFrameworkInitMicros": 34077
  },
  "benchmarkScoreKeys": []
}


═════════════╡ ••• Finished task "flutter_view_ios__start_up" ••• ╞═════════════

Copy link
Contributor

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

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

LGTM

@jmagman
Copy link
Member

jmagman commented May 19, 2020

Greening out the tree.

@jmagman jmagman merged commit e384757 into flutter:master May 19, 2020
christopherfujino pushed a commit that referenced this pull request May 27, 2020
christopherfujino added a commit that referenced this pull request May 28, 2020
This reverts commit 12d83a8. That
commit was accidentally pushed to the wrong branch.
pcsosinski pushed a commit to pcsosinski/flutter that referenced this pull request May 28, 2020
pcsosinski pushed a commit that referenced this pull request May 28, 2020
* fix segment hit test behavior (#57461)

* Making DropdownButtonFormField to re-render if parent widget changes (#57037)

* Update DropdownButtonFormField's state if widget updates

Co-authored-by: Shi-Hao Hong <[email protected]>

* throw more specific toolexit when git fails during upgrade (#57162)

* [flutter_tools] Refresh VM state before executing hot reload (#53960)

* Update engine hash for 1.17.2

* Remove MaterialControls from examples/flutter_view (#57621)

Co-authored-by: Jenn Magder <[email protected]>

* Prevent building non-android plugins in build aar (#58018)

* Allow FLUTTER_APPLICATION_PATH to be null for misconfigured Xcode projects (#57701)

* Don't import plugins that don't support android in settings.gradle (#54407)

Co-authored-by: LongCatIsLooong <[email protected]>
Co-authored-by: Pedro Massango <[email protected]>
Co-authored-by: Shi-Hao Hong <[email protected]>
Co-authored-by: Christopher Fujino <[email protected]>
Co-authored-by: Jason Simmons <[email protected]>
Co-authored-by: stuartmorgan <[email protected]>
Co-authored-by: Jenn Magder <[email protected]>
Co-authored-by: Emmanuel Garcia <[email protected]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

c: contributor-productivity Team-specific productivity, code health, technical debt. d: examples Sample code and demos

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants