How to implement newest Material icons in Flutter app
Asked Answered
Q

1

9

At this time, an application made with Flutter and Material 3 does not use the newest icons from https://fonts.google.com/icons

New:Home icon Material 3 Currently:enter image description here

There is also missing icons

New: enter image description here Currently: (Not implemented)

Flutter icons seems to be Material 2 icons instead of Material 3 icons

Is there a way to update icons or use a package that includes the new ones ?

Quiz answered 7/6, 2023 at 9:22 Comment(0)
C
9

Have a look at this pub material_symbols_icons.

As far as I know there is no proper way to use Material Symbols before Google adds the support directly into Flutter, so, for now, I would go for this pub.

Happy coding!

Cutis answered 7/6, 2023 at 10:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.