# pedantic **Repository Path**: mirrors_dart-lang/pedantic ## Basic Information - **Project Name**: pedantic - **Description**: How to get the most value from Dart static analysis - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Pub](https://img.shields.io/pub/v/pedantic.svg)](https://pub.dev/packages/pedantic) This package is deprecated. Before it was deprecated, it was the way to get analysis options matching those used internally at Google. This was useful because it was a good starting point for which lints to enable. Instead, please see [package:lints](https://pub.dev/packages/lints) which is the lint recommendation from the Dart team, or [package:flutter_lints](https://pub.dev/packages/flutter_lints) which extends that for Flutter. These are better than the Google lint set because they take into account the needs of all Dart users, not just Google engineers. To migrate away from `package:pedantic` please see the instructions [here](https://github.com/dart-lang/lints#migrating-from-packagepedantic).