function_linter 1.0.2 copy "function_linter: ^1.0.2" to clipboard
function_linter: ^1.0.2 copied to clipboard

The function_linter is a specialized linting tool crafted exclusively for Flutter developers, designed to promote clean and maintainable code by discouraging the use of inline functions. By integratin [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add function_linter

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

dependencies:
  function_linter: ^1.0.2

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:function_linter/function_linter.dart';
6
likes
0
pub points
7%
popularity

Publisher

verified publisherwebmobtech.com

The function_linter is a specialized linting tool crafted exclusively for Flutter developers, designed to promote clean and maintainable code by discouraging the use of inline functions. By integrating this lint into your development process, you empower developers to adopt best practices and enhance code readability and reusability.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder

More

Packages that depend on function_linter