ptwcode_lints 1.0.6 copy "ptwcode_lints: ^1.0.6" to clipboard
ptwcode_lints: ^1.0.6 copied to clipboard

outdated

This package contains a set of lints for Flutter to encourage good coding practices.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ptwcode_lints

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

dependencies:
  ptwcode_lints: ^1.0.6

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

Import it

Now in your Dart code, you can use:

import 'package:ptwcode_lints/ptwcode_lints.dart';
2
likes
0
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

This package contains a set of lints for Flutter to encourage good coding practices.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder

More

Packages that depend on ptwcode_lints