Skip to content

suleymansurucu/flutter_training

Repository files navigation

flutter_training

Flutter Training Project

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Conventional Commit Messages

Types

API relevant changes

  • feat: Commits, that adds or remove a new feature
  • fix: Commits, that fixes a bug
  • refactor: Commits, that rewrite/restructure your code, however does not change any API behaviour
  • perf: Commits are special refactor commits, that improve performance
  • style: Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)
  • test: Commits, that add missing tests or correcting existing tests
  • docs: Commits, that affect documentation only
  • build: Commits, that affect build components like build tool, ci pipeline, dependencies, project version, ...
  • ops: Commits, that affect operational components like infrastructure, deployment, backup, recovery, ...
  • chore: Miscellaneous commits e.g. modifying .gitignore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published