Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 3.66 KB

PullRequest.md

File metadata and controls

59 lines (43 loc) · 3.66 KB

What this PR is changing:

This PR updates the cupertino_icons README.md to include the Cupertino Icons Gallery which contains over 1,335 Cupertino Icons used in Flutter with intelligent searching, filtering and code snippets of Cupertino Icons.

Why the PR:

Since the Old Cupertino Icons Gallery is no longer up, most Flutter Devs including me have been facing challenges in accessing Cupertino Icons. So this PR comes to inform them about the free and open-source Cupertino Icons Gallery App.

Issues are fixed by this PR:

It doesn't have anything to change anything in the flutter/tests repo.

Screenshots of the README.md:

a) Before

Image of the Cupertino Icons Gallery App is here:

b) After

Image of the Cupertino Icons Gallery App is here:

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the relevant style guides and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages repo does use dart format.)
  • I signed the CLA.
  • The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences]
  • I listed at least one issue that this PR fixes in the description above.
  • All existing and new tests are passing.
  • I updated CHANGELOG.md to add a description of the change, following repository CHANGELOG style.

These are unchecked because no part of the codebase has been changed, it's just the README file that has been editted.

If you need help, consider asking for advice on the #hackers-new channel on Discord.