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 +``