update README

This commit is contained in:
2025-09-12 10:16:12 +02:00
parent 9cd01f8825
commit a0d6368f02

View File

@@ -1,16 +1,12 @@
# sheetless # sheetless
A new Flutter project. My own digital sheet reader app.
## Getting Started ## Development
This project is a starting point for a Flutter application. ### Change launcher icon
The launcher icon config is in __flutter_launcher_icons.yaml__.
A few resources to get you started if this is your first Flutter project: To generate icons for all releases, run
``
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) dart run flutter_launcher_icons
- [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.