Updated branding and app naming for consistency. Added library tools to sync naming and icon across platforms. Updated readme.

This commit is contained in:
2026-04-30 03:14:14 +00:00
parent 832437f9ea
commit dd429a9687
45 changed files with 262 additions and 68 deletions
+10
View File
@@ -21,3 +21,13 @@ Will execute the application in the debugging sandbox.
Assumes the device is connected meaningfully to the session:
`flutter build <platform> && flutter install`
## Flutter build tools
### Renaming the app
```shell
dart run flutter_name_manager:rename_app --name "KRYZ Go!"
```
### Updating the launcher icons
```shell
dart run flutter_launcher_icons
```