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

A CLI tool for detecting code smells in Dart and Flutter projects. Developed by radinaldn

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate smell_detek

Use it

The package has the following executables:

$ smell_detek

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smell_detek

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

dependencies:
  smell_detek: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:smell_detek/smell_detek.dart';
1
likes
30
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool for detecting code smells in Dart and Flutter projects. Developed by radinaldn

License

MIT (license)

Dependencies

analyzer, flutter, path, yaml

More

Packages that depend on smell_detek