11 lines
393 B
Markdown
11 lines
393 B
Markdown
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/`.
|