analytica 0.1.1 copy "analytica: ^0.1.1" to clipboard
analytica: ^0.1.1 copied to clipboard

Core utilities, SDK discovery, Git integration, and CI reporting for Dart analysis tools.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add analytica

With Flutter:

 $ flutter pub add analytica

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

dependencies:
  analytica: ^0.1.1

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:analytica/analytica.dart';
1
likes
150
points
129
downloads

Documentation

API reference

Publisher

verified publisherkevmoo.com

Weekly Downloads

Core utilities, SDK discovery, Git integration, and CI reporting for Dart analysis tools.

Repository (GitHub)
View/report issues

Topics

#static-analysis #code-quality #cli

License

MIT (license)

Dependencies

analyzer, args, io, path

More

Packages that depend on analytica