Skip to content

Instantly share code, notes, and snippets.

View polonski's full-sized avatar
:electron:

Michał Połoński polonski

:electron:
View GitHub Profile
@polonski
polonski / main.dart
Last active August 20, 2023 10:35
hollow-glimmer-3946
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:equatable/equatable.dart';
void main() => runApp(const MyPage());
@polonski
polonski / semantic-commit-messages.md
Last active November 15, 2021 10:09 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Conventional Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example