git_stamp library

Advanced await-less information provider & development tool.

Check how to use: https://github.com/arononak/git_stamp

Classes

BuildMachine
A model BuildMachine used to store information about a building machine.
Commit
The model used to store information about the Commit.
GitStampCommitListElement
Class GitStampCommitListElement is public only for tests.
GitStampDetailsPage
The GitStampDetailsPage displays a page with commit diff.
GitStampIcon
The GitStampIcon class used in the application when we want to display an icon with basic build information.
GitStampLicenseIcon
The GitStampLicenseIcon class used when we want to go to the licensing screen.
GitStampListTile
The GitStampListTile class used when we want to go to the main screen of the tool.
GitStampNode
The GitStampNode class contains information provided during generation.
GitStampPage
The GitStampPage displays a main GitStamp page.
Tag
The model used to store information about the Tag.

Enums

BuildType
A model BuildType used to store information about the selected build type.

Functions

showGitStampLicensePage({required BuildContext context, required GitStampNode gitStamp, Widget? applicationIcon, String? applicationLegalese, bool useRootNavigator = false}) → void
The showGitStampLicensePage function shows the license screen.