simple_lint 2.0.0 copy "simple_lint: ^2.0.0" to clipboard
simple_lint: ^2.0.0 copied to clipboard

A simple lint for flutter that warns you about risky code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_lint

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

dependencies:
  simple_lint: ^2.0.0

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:simple_lint/simple_lint.dart';
0
likes
160
points
200
downloads

Publisher

unverified uploader

Weekly Downloads

A simple lint for flutter that warns you about risky code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_lints

More

Packages that depend on simple_lint