netsells_flutter_analysis 5.0.0 copy "netsells_flutter_analysis: ^5.0.0" to clipboard
netsells_flutter_analysis: ^5.0.0 copied to clipboard

Static analysis rules for Dart and Flutter used at Netsells

example/lib/example.dart

import 'package:netsells_flutter_analysis/netsells_flutter_analysis.dart';

Future<void> main() async {
  /// Await async functions.
  await asyncFunction();

  /// Use [unawaited] to indicate that a [Future] is intentionally not awaited.
  /// Otherwise you'll get a warning
  unawaited(asyncFunction());
}

Future<String> asyncFunction() => Future.value('hello world!');
0
likes
150
points
131
downloads

Publisher

unverified uploader

Weekly Downloads

Static analysis rules for Dart and Flutter used at Netsells

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

More

Packages that depend on netsells_flutter_analysis