diff options
author | Orangerot <purple@orangerot.dev> | 2025-01-11 17:14:41 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2025-01-11 17:14:41 +0100 |
commit | f98162b6d8ed70e571440c539ef053dce09f704d (patch) | |
tree | 6bf66d7ca4aa17977cda058d1b8ba1fdf405aa15 /pubspec.yaml | |
parent | 86dfc815cde6a0072776b4cc89c250dbd3f47214 (diff) |
feat: add launcher name and launcher icon
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 77e9319..989e24a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,7 +25,11 @@ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^5.0.0 + flutter_launcher_icons: ^0.14.2 + # flutter_app_name: ^0.1.0 flutter: uses-material-design: true +flutter_app_name: + name: "Sense the Rhythm" |