1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-08-30 03:30:34 +00:00

docs: document the wrapper/example app structure

This commit is contained in:
Nishant Srivastava
2026-08-18 01:05:36 +02:00
parent bcb3629907
commit 9d67d31c72
3 changed files with 33 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ flutter run
New to Flutter? See [Getting Started](/documentation/GETTING_STARTED.md) for full setup and run instructions.
Each example app is split into a wrapper and focused code. `lib/main.dart` sets up
the `MaterialApp`, and `lib/example.dart` contains the code that demonstrates the
concept. Open `lib/example.dart` to see what the app teaches.
## Documentation
- [Example Apps](/documentation/EXAMPLES.md): all examples in this repository