Skip to content

Conversation

@willlarche
Copy link
Contributor

Description

The Material Icon font at this sha has nameIds at 0-6. (3-5 were not there before)

Related Issues

Fixes #65991

Tests

I added the following tests:

Replace this with a list of the tests that you added as part of this PR. A change in behavior 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.

@flutter-dashboard flutter-dashboard bot added the f: material design flutter/packages/flutter/material repository. label Sep 25, 2020
@xster
Copy link
Member

xster commented Sep 25, 2020

LGTM. Any way we can test this? Such as by loading a custom font by file and name in an integration test and doing a golden test etc? Feel free to do it in a separate PR to unblock as well.

Copy link
Contributor

@HansMuller HansMuller left a comment

Choose a reason for hiding this comment

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

RSLGTM

@willlarche
Copy link
Contributor Author

@Piinks and I did chat about it. She says there's nothing at the moment but it would be not too hard to add.

@willlarche willlarche merged commit 576d6b5 into flutter:master Sep 26, 2020
@willlarche willlarche deleted the fix-icont-font-ios branch September 26, 2020 02:47
christopherfujino pushed a commit to chris-forks/flutter that referenced this pull request Sep 28, 2020
christopherfujino added a commit that referenced this pull request Sep 29, 2020
* [Icons][iOS] Pointing to version of material icon font that includes more metadata in the xml. (#66684)
* apply engine cherrypicks
* Page-subclasses to take children instead of builder (#66694)
* Update pub dependencies to support dart 2.10.0
* cherry-pick 76ad864
* Fix the inconsistency between the local state of the input and the engine state (#65754)

Co-authored-by: Will Larche <larche@google.com>
Co-authored-by: Michael Goderbauer <goderbauer@google.com>
Co-authored-by: xubaolin <xubaolin@oppo.com>
willlockwood pushed a commit to willlockwood/flutter that referenced this pull request Dec 25, 2020
* [Icons][iOS] Pointing to version of material icon font that includes more metadata in the xml. (flutter#66684)
* apply engine cherrypicks
* Page-subclasses to take children instead of builder (flutter#66694)
* Update pub dependencies to support dart 2.10.0
* cherry-pick 76ad864
* Fix the inconsistency between the local state of the input and the engine state (flutter#65754)

Co-authored-by: Will Larche <larche@google.com>
Co-authored-by: Michael Goderbauer <goderbauer@google.com>
Co-authored-by: xubaolin <xubaolin@oppo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

f: material design flutter/packages/flutter/material repository.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

iOS 14 release Invalid Binary related to Invalid font when adding a Widget Extension

4 participants