build_version 2.1.1 copy "build_version: ^2.1.1" to clipboard
build_version: ^2.1.1 copied to clipboard

A builder for extracting a package version into code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add build_version
copied to clipboard

With Flutter:

 $ flutter pub add build_version
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  build_version: ^2.1.1
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:build_version/builder.dart';
copied to clipboard
27
likes
150
points
74.9k
downloads

Publisher

verified publisherkevmoo.com

Weekly Downloads

2024.09.19 - 2025.04.03

A builder for extracting a package version into code.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

build, build_config, pubspec_parse

More

Packages that depend on build_version