Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.62 KB

File metadata and controls

54 lines (35 loc) · 1.62 KB

Dark and Tinted Icons on iOS 18

Did you know?

iOS 18 supports dark and tinted icons.

To enable this in your Flutter app:

  • Add one icon variant with transparency
  • Install and configure flutter_launcher_icons in your pubspec.yaml
  • Run dart run flutter_launcher_icons

Then, run the app and join the dark side! 🌚


Following all the app icon guidelines on iOS and Android can be tricky.

To make life easier, my new course includes a whole module about launcher icons and splash screens.

If you're interested, check it out here:


Previous Next
FlutterFire Config with Multiple Flavors (Shell Script) Show the Licenses in your Flutter app