scale_guard 0.4.1 copy "scale_guard: ^0.4.1" to clipboard
scale_guard: ^0.4.1 copied to clipboard

Deterministic CLI for detecting architectural scale risks in Flutter projects.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate scale_guard

Use it

The package has the following executables:

$ scale_guard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scale_guard

With Flutter:

 $ flutter pub add scale_guard

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

dependencies:
  scale_guard: ^0.4.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:scale_guard/scale_guard.dart';
2
likes
140
points
127
downloads

Publisher

unverified uploader

Weekly Downloads

Deterministic CLI for detecting architectural scale risks in Flutter projects.

Repository (GitHub)
View/report issues

Topics

#flutter #architecture #cli #static-analysis #code-quality

Documentation

API reference

License

unknown (license)

Dependencies

args, yaml

More

Packages that depend on scale_guard