This is workspace for all my flutter projects and libraries. I believe in monorepo organization and use it for make my development experience easier.
There is will be info about my repos in future
How to add submodule
- init via command below
git submodule add --force https://github.com/git-module-url packages/dir_name- add info to .gitmodules
- run
melos gitinit
How to add localization
- package should have next structure
lib/shared/l10n/
- data/
- en_US
- other_LANG
- l10n.dart- after adding any new text run
melos locale_keysThis action will generatel10n.g.dartfile in package withL10nKeyclass with all locale keys that your json files inlib/shared/datahave.