duc-ios / flutter_base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Dart 92.5%Language:Shell 5.3%Language:Ruby 1.6%Language:Swift 0.5%Language:Kotlin 0.1%Language:Objective-C 0.0%