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! πŸš€

58
likes
0
points
27.2k
downloads

Publisher

verified publisheraroncode.com

Weekly Downloads

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