-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Add package for SF Symbols 2 #60034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Won't you have the license issue?
|
I think it's not gonna be as convenient as cupertino_icons (in portability etc), but I tried it with https://pub.dev/packages/ios_platform_images. So far I'm cautiously optimistic that it's at least somewhat possible. https://github.com/xster/flutter-test/tree/master/t166_ios_system_image We'll probably have to augment ios_platform_images a bunch (such as passing through UIImageConfiguration etc). |
SF Symbols 3 (iOS 15) dropped https://developer.apple.com/sf-symbols/ |
The colored icons might be challenging, Flutter still doesn't support shades from Material. |
3.1 is out #93704 |
There's a new design doc (https://flutter.dev/go/sfsymbols) for discussing how to implement this best. I've also gone through and furthered @xster's approach in this repo https://github.com/cadenkriese/sfsymbols |
Hi all, I need this icon in #96637, but I can't find in |
@luckysmg try my package https://pub.dev/packages/sf_symbols for SF symbols in iOS |
iOS 14 is coming with rounder SF Symbols 2 https://developer.apple.com/sf-symbols/
Once it's out, explore how to make it usable as a package that replaces cupertino_icons.
Could deprecate #33916 and #16102
The text was updated successfully, but these errors were encountered: