1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-08-25 01:05:36 +00:00

make: add docs target to regenerate EXAMPLES.md

This commit is contained in:
Nishant Srivastava
2026-08-17 17:25:07 +02:00
parent f62d1fcf6e
commit c8d2d4fffc
2 changed files with 6 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ All maintenance commands are available through the `Makefile` at the repository
| `make packages` | Run `flutter packages get` for all example apps |
| `make clean-builds` | Move all build folders to trash |
| `make gradle-update` | Upgrade Gradle wrappers to the latest version |
| `make docs` | Regenerate `documentation/EXAMPLES.md` from the app folders |
## Update Gradle wrappers