Skip to content

alex-scare/flutter-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi there

This is workspace for all my flutter projects and libraries. I believe in monorepo organization and use it for make my development experience easier.


About

There is will be info about my repos in future

Short info how I do common things

How to add submodule

  1. init via command below
git submodule add --force https://github.com/git-module-url packages/dir_name
  1. add info to .gitmodules
  2. run melos gitinit

How to add localization

  1. package should have next structure
lib/shared/l10n/
  - data/
    - en_US
    - other_LANG
  - l10n.dart
  1. after adding any new text run melos locale_keys This action will generate l10n.g.dart file in package with L10nKey class with all locale keys that your json files in lib/shared/data have.

About

monorepo for all flutter apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published