flutter_hooks_lint 1.3.1 copy "flutter_hooks_lint: ^1.3.1" to clipboard
flutter_hooks_lint: ^1.3.1 copied to clipboard

A lint package providing guidelines for using flutter_hooks in your Flutter widget!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_hooks_lint
copied to clipboard

With Flutter:

 $ flutter pub add flutter_hooks_lint
copied to clipboard

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

dependencies:
  flutter_hooks_lint: ^1.3.1
copied to clipboard

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:flutter_hooks_lint/flutter_hooks_lint.dart';
copied to clipboard
15
likes
120
points
967
downloads

Publisher

verified publishernikaera.com

Weekly Downloads

2024.09.16 - 2025.03.31

A lint package providing guidelines for using flutter_hooks in your Flutter widget!

Repository (GitHub)
View/report issues

Topics

#lint

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

analyzer, custom_lint_builder

More

Packages that depend on flutter_hooks_lint