Skip to content

Instantly share code, notes, and snippets.

@petlyh
petlyh / flutter_linux_icon.md
Last active December 5, 2025 20:18
Simple guide on how to setup app icon for Flutter on Linux

How to setup app icon for Flutter on Linux

First, add your icon as a Flutter asset in pubspec.yaml if you haven't already:

 flutter:
   uses-material-design: true

   assets:
     - CHANGELOG.md