From a0d6368f0263dca5b0c59b18ec06ddd553728fc5 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Fri, 12 Sep 2025 10:16:12 +0200 Subject: [PATCH] update README --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 814b324..2df5207 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,12 @@ # sheetless -A new Flutter project. +My own digital sheet reader app. -## Getting Started +## Development -This project is a starting point for a Flutter application. - -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +### Change launcher icon +The launcher icon config is in __flutter_launcher_icons.yaml__. +To generate icons for all releases, run +`` +dart run flutter_launcher_icons +``