git_stamp 1.2.0 copy "git_stamp: ^1.2.0" to clipboard
git_stamp: ^1.2.0 copied to clipboard

A tool to generate a git history that you can see when you run the application.

Git Stamp 🏷️ #

MIT License

🚀 Build-Time Git History Integration in Your App #

Have you ever struggled with pushing or merging changes into the automatic build system? Worry no more! Now, effortlessly track the specific commits that shaped the final build.

🏞️ Preview #

Light Dark

🛠️ Installation #

dev_dependencies:
  git_stamp:
    git:
      url: https://github.com/arononak/git_stamp
      ref: main

🏗️ Generating Files #

flutter pub run git_stamp:generate.dart

Caution

Generating requires the use of the git command-line interface (CLI).

💻 Usage #

if (isProd == false) ...[
  IconButton(
    onPressed: () => showGitStampPage(context: context),
    icon: const Icon(Icons.book),
  ),
],

Explore the power of Git Stamp and enhance your development workflow! 🚀

43
likes
0
pub points
42%
popularity

Publisher

verified publisheraroncode.com

A tool to generate a git history that you can see when you run the application.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on git_stamp