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

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.25

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
80
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

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder

More

Packages that depend on ptwcode_lints