{"id":16342674,"url":"https://github.com/ronjb/flutter_lints_plus","last_synced_at":"2025-04-23T19:19:53.020Z","repository":{"id":56829630,"uuid":"404796224","full_name":"ronjb/flutter_lints_plus","owner":"ronjb","description":"Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.","archived":false,"fork":false,"pushed_at":"2024-08-09T14:14:19.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T19:19:48.470Z","etag":null,"topics":["flutter","lints"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ronjb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-09T16:36:35.000Z","updated_at":"2024-08-09T14:14:22.000Z","dependencies_parsed_at":"2023-12-26T17:18:00.475Z","dependency_job_id":"4012ebe4-4fe6-4e82-869a-2d2c2902f597","html_url":"https://github.com/ronjb/flutter_lints_plus","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"51f0840e7485970a3cd5bcea0a0dd99e8bcca831"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronjb%2Fflutter_lints_plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronjb%2Fflutter_lints_plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronjb%2Fflutter_lints_plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronjb%2Fflutter_lints_plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ronjb","download_url":"https://codeload.github.com/ronjb/flutter_lints_plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250496984,"owners_count":21440238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flutter","lints"],"created_at":"2024-10-11T00:04:48.490Z","updated_at":"2025-04-23T19:19:53.003Z","avatar_url":"https://github.com/ronjb.png","language":null,"readme":"[![pub package](https://img.shields.io/pub/v/flutter_lints_plus.svg)](https://pub.dev/packages/flutter_lints_plus)\n\nThis package contains a recommended set of lints for [Flutter] apps, packages,\nand plugins to encourage good coding practices.\n\nThis package is built on top of Flutter's `flutter_lints` set of lints from\n[package:flutter_lints].\n\nLints are surfaced by the [dart analyzer], which statically checks dart code.\n[Dart-enabled IDEs] typically present the issues identified by the analyzer in\ntheir UI. Alternatively, the analyzer can be invoked manually by running\n`flutter analyze`.\n\n## Usage\n\nThese lints by following these instructions:\n\n1. Depend on this package as a **dev_dependency** by running\n  `flutter pub add --dev flutter_lints_plus`.\n2. Create an `analysis_options.yaml` file at the root of the package (alongside\n   the `pubspec.yaml` file) and `include: package:flutter_lints_plus/flutter.yaml`\n   from it.\n\nExample `analysis_options.yaml` file:\n\n```yaml\n# This file configures the analyzer, which statically analyzes Dart code to\n# check for errors, warnings, and lints.\n#\n# The issues identified by the analyzer are surfaced in the UI of Dart-enabled\n# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be\n# invoked from the command line by running `flutter analyze`.\n\n# The following line activates a set of recommended lints for Flutter apps,\n# packages, and plugins designed to encourage good coding practices.\ninclude: package:flutter_lints_plus/flutter.yaml\n\nlinter:\n  # The lint rules applied to this project can be customized in the\n  # section below to disable rules from the `package:flutter_lints_plus/flutter.yaml`\n  # included above or to enable additional rules. A list of all available lints\n  # and their documentation is published at\n  # https://dart-lang.github.io/linter/lints/index.html.\n  #\n  # Instead of disabling a lint rule for the entire project in the\n  # section below, it can also be suppressed for a single line of code\n  # or a specific dart file by using the `// ignore: name_of_lint` and\n  # `// ignore_for_file: name_of_lint` syntax on the line or in the file\n  # producing the lint.\n  rules:\n    # avoid_print: false  # Uncomment to disable the `avoid_print` rule\n    # prefer_single_quotes: true  # Uncomment to enable the `prefer_single_quotes` rule\n\n# Additional information about this file can be found at\n# https://dart.dev/guides/language/analysis-options\n```\n\n[Flutter]: https://flutter.dev\n[dart analyzer]: https://dart.dev/guides/language/analysis-options\n[Dart-enabled IDEs]: https://dart.dev/tools#ides-and-editors\n[package:lints]: https://pub.dev/packages/flutter_lints\n[package:lints]: https://pub.dev/packages/lints\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronjb%2Fflutter_lints_plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fronjb%2Fflutter_lints_plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronjb%2Fflutter_lints_plus/lists"}