df_safer_dart_lints 0.3.3 copy "df_safer_dart_lints: ^0.3.3" to clipboard
df_safer_dart_lints: ^0.3.3 copied to clipboard

Lints for the df_safer_dart package. Uses annotations from the df_safer_dart_annotation package.

example/lib/example.dart

import 'dart:async';
import 'package:df_safer_dart_annotations/df_safer_dart_annotations.dart';

// ignore_for_file: no_futures

@noFutures
void main() {
  Future.value(1); // throws a warning!
}
1
likes
140
points
59
downloads

Publisher

verified publisherdev-cetera.com

Weekly Downloads

Lints for the df_safer_dart package. Uses annotations from the df_safer_dart_annotation package.

Homepage
Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com
www.patreon.com
github.com

License

MIT (license)

Dependencies

analyzer, custom_lint_builder, df_safer_dart, df_safer_dart_annotations

More

Packages that depend on df_safer_dart_lints