Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.8 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.8 KB

flutter_base

Base Flutter Project.

Using

dart pub global activate use_template

use_template {{name}} https://github.com/duc-ios/flutter_base

Conventional commits

Example:

  • feat: new feature
  • fix(scope): bug in scope
  • feat!: breaking change in API
  • chore(deps): update dependencies

Structure:

<­typ­e>­[o­ptional scope]: <de­scr­ipt­ion­> [optional body] [optional footer]

Types:

  • feat A new feature
  • fix A bug fix
  • docs Docume­ntation only changes
  • style Changes that do not affect the meaning of the code (white­-space, format­ting, missing semi-c­olons, etc)
  • refactor A code change that neither fixes a bug nor adds a feature
  • perf A code change that improves perfor­mance
  • test Adding missing tests or correcting existing tests
  • build Changes that affect the build system or external depend­encies (example scopes: gulp, broccoli, npm)
  • ci Changes to our CI config­uration files and scripts (example scopes: Travis, Circle, Browse­rStack, SauceLabs)
  • chore Other changes that don’t modify src or test files
  • revert Reverts a previous commit

A few resources to get you started:

ddd

ddd_folders

Copyright © 2022 Duc iOS