xlints 1.0.5 copy "xlints: ^1.0.5" to clipboard
xlints: ^1.0.5 copied to clipboard

Flutter performance linter that detects costly code patterns and provides actionable optimization guidance.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xlints

With Flutter:

 $ flutter pub add xlints

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

dependencies:
  xlints: ^1.0.5

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:xlints/xlints.dart';
3
likes
130
points
226
downloads

Documentation

API reference

Publisher

verified publisheranonimeact.com

Weekly Downloads

Flutter performance linter that detects costly code patterns and provides actionable optimization guidance.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, custom_lint, custom_lint_builder

More

Packages that depend on xlints