koality_tools 0.9.0 copy "koality_tools: ^0.9.0" to clipboard
koality_tools: ^0.9.0 copied to clipboard

A collection of useful scripts for various projects.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate koality_tools
copied to clipboard

Use it

The package has the following executables:

$ koality
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add koality_tools
copied to clipboard

With Flutter:

 $ flutter pub add koality_tools
copied to clipboard

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

dependencies:
  koality_tools: ^0.9.0
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:koality_tools/koality_tools.dart';
copied to clipboard
1
likes
100
points
71
downloads

Publisher

verified publishercodekoalas.com

Weekly Downloads

2024.07.06 - 2025.01.18

A collection of useful scripts for various projects.

Repository

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_completion, dcli, dio, equatable, freezed_annotation, json_annotation, mason_logger, path, pub_updater, riverpod, riverpod_annotation, sprintf, very_good_analysis, yaml

More

Packages that depend on koality_tools