fn_panel 0.0.7 copy "fn_panel: ^0.0.7" to clipboard
fn_panel: ^0.0.7 copied to clipboard

Chrome调试Network风格面板,用于监听、分析项目请求与响应

3
likes
85/ 160
pub points
45%
popularity

We analyzed this package 10 hours ago, and awarded it 85 pub points (of a possible 160):

failed
Follow Dart file conventions
15 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

The package description contains too many non-ASCII characters.

The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.

5/5 points: Provide a valid README.md

0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.

10/10 points: Use an OSI-approved license

Detected license: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

88 out of 174 API elements (50.6 %) have documentation comments.

Some symbols that are missing documentation: common_data, curl_export_parser, curl_export_parser.CurlExportParser.parser, dio_request_parser, dio_request_parser.DioRequestParser.parser.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

ERROR: The argument type 'Utf8Decoder' can't be assigned to the parameter type 'StreamTransformer

lib/parser/request_parser/impl/dio_request_parser.dart:49:67

   ╷
49 │         formDataAsString = await newFormData.finalize().transform(utf8.decoder).join();
   │                                                                   ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/parser/request_parser/impl/dio_request_parser.dart

INFO: 'DioError' is deprecated and shouldn't be used. Use DioException instead. This will be removed in 6.0.0.

lib/interceptor/fn_dio_interceptor.dart:38:16

   ╷
38 │   void onError(DioError err, ErrorInterceptorHandler handler) {
   │                ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/interceptor/fn_dio_interceptor.dart

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
dio ^5.0.0 5.5.0 5.5.0
flutter flutter 0.0.0 0.0.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.19.0
dio_web_adapter - 1.0.1 1.0.1
http_parser - 4.0.2 4.1.0
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
path - 1.9.0 1.9.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

10/10 points: Package supports latest stable Dart and Flutter SDKs

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

3
likes
85
pub points
45%
popularity

Publisher

unverified uploader

Chrome调试Network风格面板,用于监听、分析项目请求与响应

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on fn_panel