From 7d6028eb6d651a9a4abc4e7588c0f0c6b854152a Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Wed, 21 Jan 2026 00:42:50 -0800 Subject: [PATCH] ignore deprecated packages --- analysis_options.yaml | 4 ++++ pubspec.yaml | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 analysis_options.yaml diff --git a/analysis_options.yaml b/analysis_options.yaml new file mode 100644 index 0000000..906ecf0 --- /dev/null +++ b/analysis_options.yaml @@ -0,0 +1,4 @@ +include: package:flutter_lints/flutter.yaml +analyzer: + exclude: + - deprecated/** \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7c52484..481a73f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,6 +4,9 @@ publish_to: none environment: sdk: ^3.5.0 +dev_dependencies: + flutter_lints: ^6.0.0 + workspace: - packages/flutter_vibrate - packages/flutter_sms