Do Widgets tutorial (#1)

This commit is contained in:
2026-06-04 17:59:48 +02:00
parent 2ba63a4f0e
commit c7e80406b1
8 changed files with 460 additions and 20 deletions

10
AGENTS.md Normal file
View File

@@ -0,0 +1,10 @@
This is a Flutter project.
The structure is as follows:
* `abc/` directory contains usual Flutter application
* `util/` directory contains scripts to run the application
* `src/` directory contains source code files that are symlinked into `abc/lib/` directory so that Flutter builder can find them
All new source code files should go into `src/` directory and be symlinked to `abc/lib/`.