From 3c506ebdf3be6e6a705cd197651e7f7985b6a994 Mon Sep 17 00:00:00 2001 From: Shourya Shikhar Date: Sun, 5 Mar 2023 18:14:28 +0530 Subject: [PATCH] removed and replaced the deprecated pedantic package with the new lints package --- analysis_options.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 108d105..572dd23 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1 +1 @@ -include: package:pedantic/analysis_options.yaml +include: package:lints/recommended.yaml diff --git a/pubspec.yaml b/pubspec.yaml index 570bbc0..c5e6c52 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - pedantic: ^1.11.0 + lints: ^2.0.1 flutter: