Skip to content

duc-ios/flutter_base

Repository files navigation

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 © 2024 Duc iOS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published