arcane_analysis 1.0.3 copy "arcane_analysis: ^1.0.3" to clipboard
arcane_analysis: ^1.0.3 copied to clipboard

Linting rules for Dart and Flutter used by the Arcane Framework

example/lib/main.dart

// The following syntax deactivates a lint for the entire file:
// ignore_for_file: avoid_print

void main() {
  /// The following line would normally show a lint warning
  /// but we can disable the lint rule for this line using the following syntax.
  var greeting = "hello world"; // ignore: prefer_final_locals

  /// The following line would normally show a lint warning
  /// but we can disable the lint rule for this file using `ignore_for_file`.
  print(greeting);
}
1
likes
160
points
251
downloads

Publisher

verified publisherflutterperfect.dev

Weekly Downloads

Linting rules for Dart and Flutter used by the Arcane Framework

Repository (GitHub)
View/report issues

Topics

#lints #analysis #linter #arcane-framework

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

More

Packages that depend on arcane_analysis