AWS Amplify Lints

Lints used throughout Flutter packages and plugins.

Lints

The linter rules in this package are derived from the Dart team's lints package (for Dart packages) and flutter_lints (for Flutter apps/plugins/packages). A link to the description for each of the additional linter rules is provided below. More detail about linter rules can be found on the official linter rules homepage.

Dart/Flutter Libraries (library.yaml)

Libraries will use the package:lints "recommended" ruleset plus the following:

Dart/Flutter Apps (app.yaml)

Dart and Flutter apps will use the flutter_lints package plus a subset of the linter rules above, namely:

Libraries