Skip to content

Boilerplate for a project holding models, etc. shared across multiple Dart projects.

License

Notifications You must be signed in to change notification settings

angel-dart/boilerplate_shared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boilerplate_shared

Boilerplate for a project holding models, etc. shared across multiple Dart projects.

Example setup:

Run:

angel init

Structure:

foo/
    foo/
    foo_server/
    foo_mobile/
    foo_web/

Where:

  • foo/ is the "shared" project that contains things like model files or validators
  • foo_server/ is also created by angel init
  • foo_mobile/ is a Flutter project
  • foo_web/ is a Dart web project, perhaps created via stagehand.

In this case, the boilerplate_shared will create foo/.

About

Boilerplate for a project holding models, etc. shared across multiple Dart projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages