diff --git a/pkgs/ok_http/analysis_options.yaml b/pkgs/ok_http/analysis_options.yaml index f04c6cf0f3..0f04002ca9 100644 --- a/pkgs/ok_http/analysis_options.yaml +++ b/pkgs/ok_http/analysis_options.yaml @@ -1 +1,5 @@ include: ../../analysis_options.yaml + +analyzer: + exclude: + - lib/src/third_party/ diff --git a/pkgs/ok_http/pubspec.yaml b/pkgs/ok_http/pubspec.yaml index acdd19c004..8b217d23d4 100644 --- a/pkgs/ok_http/pubspec.yaml +++ b/pkgs/ok_http/pubspec.yaml @@ -12,9 +12,9 @@ environment: dependencies: flutter: sdk: flutter - plugin_platform_interface: ^2.0.2 - jni: ^0.9.2 http: ^1.2.1 + jni: ^0.9.2 + plugin_platform_interface: ^2.0.2 dev_dependencies: dart_flutter_team_lints: ^2.0.0