0 purchases
build metadata
Welcome to build_metadata. This package utilize asset transformer to generate metadata for your project.
Therefore there is no platform specific code in this package.
This package is intended to be use with build_metadata_transformer
Features #
Get build time
Get git branch name
Get git last commit date
Get git last commit hash
Get git last commit short hash
Getting started #
Add build_metadata to your pubspec.yaml file
dependencies:
build_metadata: latest_version
copied to clipboard
Add build_metadata_transformer to your pubspec.yaml file
dev_dependencies:
build_metadata_transformer: latest_version
copied to clipboard
Usage #
Get build time
import 'package:build_metadata/build_metadata.dart';
DateTime buildDate = await BuildMetadata.buildDate;
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.