linesman 0.3.3 copy "linesman: ^0.3.3" to clipboard
linesman: ^0.3.3 copied to clipboard

Enforce boundaries between different parts of your codebase.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add linesman

With Flutter:

 $ flutter pub add linesman

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

dependencies:
  linesman: ^0.3.3

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Enforce boundaries between different parts of your codebase.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

analysis_server_plugin, analyzer, equatable, glob, path, yaml

More

Packages that depend on linesman