flakes 1.1.0 copy "flakes: ^1.1.0" to clipboard
flakes: ^1.1.0 copied to clipboard

A collection of Lint rules for Dart and Flutter projects. #lints

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flakes

With Flutter:

 $ flutter pub add flakes

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

dependencies:
  flakes: ^1.1.0

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:flakes/flakes.dart';
3
likes
160
points
20
downloads
screenshot

Publisher

verified publisherrobsonsilva.dev

Weekly Downloads

A collection of Lint rules for Dart and Flutter projects. #lints

Repository (GitHub)
View/report issues

Topics

#lint #lints #analysis

Documentation

Documentation
API reference

License

MIT (license)

More

Packages that depend on flakes