git_stamp 1.0.0 copy "git_stamp: ^1.0.0" to clipboard
git_stamp: ^1.0.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 #

Installation #

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

Generating Files #

flutter pub run git_stamp:generate.dart

Usage #

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