-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ed1f0a
commit 90490b4
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
## sub packages directory. | ||
|
||
|
||
> the modules imprted, [flutter-builder](https://github.com/bridgedxyz/flutter-builder), and [lint](https://github.com/bridgedxyz/lint) are git submodules, please visit theirs repository to contribute on sub modules. | ||
|
||
> the modules imprted, [flutter-builder](https://github.com/bridgedxyz/flutter-builder), and [lint](https://github.com/bridgedxyz/lint) are git submodules, please visit theirs repository to contribute on sub modules. | ||
### Packages | ||
|
||
- lint | ||
- box | ||
- flutter-builder | ||
- web-builder | ||
- design-plugins-sdk | ||
|
||
## The naming | ||
|
||
- @app - app related logics & ui | ||
- @core - logics only | ||
- @toolbox - like @app, contains logics & ui, but in a micro way (features that are unlikely to be primarily used) | ||
- @ui - ui related / shared components |