build_metadata

Creator: coderz1093

Last updated:

0 purchases

build_metadata Image
build_metadata Images

Languages

Categories

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.