vuitv_analysis 3.8.0 copy "vuitv_analysis: ^3.8.0" to clipboard
vuitv_analysis: ^3.8.0 copied to clipboard

A project create by VuiTv for analysis options and lints.

example/lib/example.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);
}
0
likes
160
points
142
downloads

Publisher

unverified uploader

Weekly Downloads

A project create by VuiTv for analysis options and lints.

Repository (GitHub)
View/report issues

Topics

#lints #analyzer #analysis

Documentation

API reference

License

MIT (license)

More

Packages that depend on vuitv_analysis