ChangeGroup class

An easy way to group your changes for each Release.

A ChangeGroup is being used to break down your releases into suitable categories. For example features, bug fixes, improvements or other.

A ChangeGroup contains a name and a list of changes.

Constructors

ChangeGroup({required String title, List<String> changes = const [], String? bullet, double? bulletSpacing})
Creates a ChangeGroup for your Releases to display in the ReleaseNotesDialog.
const

Properties

bullet String?
The bullet used in the ReleaseNotesWidget.
final
bulletSpacing double?
The spacing behind the bullets.
final
changes List<String>
The changes in this ChangeGroup.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of this ChangeGroup.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited