diff --git a/examples/autosnapshotting/pubspec.yaml b/examples/autosnapshotting/pubspec.yaml index 7f994f5c..14070c15 100644 --- a/examples/autosnapshotting/pubspec.yaml +++ b/examples/autosnapshotting/pubspec.yaml @@ -8,13 +8,13 @@ dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 - intl: ^0.18.1 + intl: ^0.19.0 memory_usage: any dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^3.0.0 + flutter_lints: ^4.0.0 integration_test: sdk: flutter diff --git a/examples/leak_tracking/pubspec.yaml b/examples/leak_tracking/pubspec.yaml index 890c5bdb..99e58007 100644 --- a/examples/leak_tracking/pubspec.yaml +++ b/examples/leak_tracking/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: leak_tracker: any dev_dependencies: - flutter_lints: ^3.0.0 + flutter_lints: ^4.0.0 flutter: uses-material-design: true diff --git a/pkgs/leak_tracker/analysis_options.yaml b/pkgs/leak_tracker/analysis_options.yaml index 4cb9f1ba..4126226d 100644 --- a/pkgs/leak_tracker/analysis_options.yaml +++ b/pkgs/leak_tracker/analysis_options.yaml @@ -8,8 +8,5 @@ analyzer: linter: rules: - avoid_print - - comment_references - - only_throw_errors - sort_constructors_first - sort_unnamed_constructors_first - - unawaited_futures diff --git a/pkgs/leak_tracker/example/pubspec.yaml b/pkgs/leak_tracker/example/pubspec.yaml index 804db0d9..a8044fb9 100644 --- a/pkgs/leak_tracker/example/pubspec.yaml +++ b/pkgs/leak_tracker/example/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: leak_tracker: any dev_dependencies: - lints: ^3.0.0 + lints: ^4.0.0 dependency_overrides: leak_tracker: diff --git a/pkgs/leak_tracker/lib/devtools_integration.dart b/pkgs/leak_tracker/lib/devtools_integration.dart index cc3245b8..7e8f0743 100644 --- a/pkgs/leak_tracker/lib/devtools_integration.dart +++ b/pkgs/leak_tracker/lib/devtools_integration.dart @@ -5,7 +5,7 @@ /// The library should be used by DevTools to analyse the collected leaks. /// /// Should not be used in the application itself. -library devtools_integration; +library; export 'src/devtools_integration/delivery.dart'; export 'src/devtools_integration/messages.dart'; diff --git a/pkgs/leak_tracker/pubspec.yaml b/pkgs/leak_tracker/pubspec.yaml index a92d7ec3..27b2056e 100644 --- a/pkgs/leak_tracker/pubspec.yaml +++ b/pkgs/leak_tracker/pubspec.yaml @@ -17,6 +17,6 @@ dependencies: vm_service: '>=11.10.0 <15.0.0' dev_dependencies: - dart_flutter_team_lints: ^2.1.0 + dart_flutter_team_lints: ^3.1.0 layerlens: ^1.0.16 test: ^1.16.0 diff --git a/pkgs/leak_tracker_flutter_testing/analysis_options.yaml b/pkgs/leak_tracker_flutter_testing/analysis_options.yaml index 4cb9f1ba..4126226d 100644 --- a/pkgs/leak_tracker_flutter_testing/analysis_options.yaml +++ b/pkgs/leak_tracker_flutter_testing/analysis_options.yaml @@ -8,8 +8,5 @@ analyzer: linter: rules: - avoid_print - - comment_references - - only_throw_errors - sort_constructors_first - sort_unnamed_constructors_first - - unawaited_futures diff --git a/pkgs/leak_tracker_flutter_testing/pubspec.yaml b/pkgs/leak_tracker_flutter_testing/pubspec.yaml index 7fc166d5..ab8e5bec 100644 --- a/pkgs/leak_tracker_flutter_testing/pubspec.yaml +++ b/pkgs/leak_tracker_flutter_testing/pubspec.yaml @@ -16,6 +16,6 @@ dependencies: meta: ^1.8.0 dev_dependencies: - dart_flutter_team_lints: ^2.1.0 + dart_flutter_team_lints: ^3.1.0 layerlens: ^1.0.16 test: ^1.25.0 diff --git a/pkgs/leak_tracker_testing/analysis_options.yaml b/pkgs/leak_tracker_testing/analysis_options.yaml index 4cb9f1ba..4126226d 100644 --- a/pkgs/leak_tracker_testing/analysis_options.yaml +++ b/pkgs/leak_tracker_testing/analysis_options.yaml @@ -8,8 +8,5 @@ analyzer: linter: rules: - avoid_print - - comment_references - - only_throw_errors - sort_constructors_first - sort_unnamed_constructors_first - - unawaited_futures diff --git a/pkgs/leak_tracker_testing/pubspec.yaml b/pkgs/leak_tracker_testing/pubspec.yaml index 73d926a3..ac3d910d 100644 --- a/pkgs/leak_tracker_testing/pubspec.yaml +++ b/pkgs/leak_tracker_testing/pubspec.yaml @@ -15,6 +15,6 @@ dependencies: meta: ^1.11.0 dev_dependencies: - dart_flutter_team_lints: ^2.1.0 + dart_flutter_team_lints: ^3.1.0 layerlens: ^1.0.16 test: ^1.16.0 diff --git a/pkgs/memory_usage/analysis_options.yaml b/pkgs/memory_usage/analysis_options.yaml index 76ed6d54..1476851b 100644 --- a/pkgs/memory_usage/analysis_options.yaml +++ b/pkgs/memory_usage/analysis_options.yaml @@ -2,9 +2,5 @@ include: package:dart_flutter_team_lints/analysis_options.yaml linter: rules: - - avoid_catching_errors - - comment_references - - only_throw_errors - sort_constructors_first - sort_unnamed_constructors_first - - unawaited_futures diff --git a/pkgs/memory_usage/example/pubspec.yaml b/pkgs/memory_usage/example/pubspec.yaml index ad674f60..ea53aa56 100644 --- a/pkgs/memory_usage/example/pubspec.yaml +++ b/pkgs/memory_usage/example/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: memory_usage: ^0.1.0 dev_dependencies: - lints: ^3.0.0 + lints: ^4.0.0 dependency_overrides: memory_usage: diff --git a/pkgs/memory_usage/pubspec.yaml b/pkgs/memory_usage/pubspec.yaml index 0c5053f5..c98bf232 100644 --- a/pkgs/memory_usage/pubspec.yaml +++ b/pkgs/memory_usage/pubspec.yaml @@ -10,6 +10,6 @@ dependencies: path: ^1.8.3 dev_dependencies: - dart_flutter_team_lints: ^2.1.0 + dart_flutter_team_lints: ^3.1.0 layerlens: ^1.0.16 test: ^1.16.0