microsoft_kiota_serialization_multipart 0.0.4
microsoft_kiota_serialization_multipart: ^0.0.4 copied to clipboard
Provides parsing and serialization support for the `multipart/form-data` content type.
0
likes
60/ 160
pub points
6.29k
downloads
We analyzed this package 2 days ago, and awarded it 60 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
Dependency resolution failed, unable to run dartdoc.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/50 points: code has no errors, warnings, lints, or formatting issues
- Running
dart pub outdatedfailed with the following output:
Exceeded timeout of 0:02:00.000000
0/10 points: All of the package dependencies are supported in the latest version
- Could not run
dart pub outdated:dart pub getfailed:
OUT:
Resolving dependencies...
Downloading packages...
+ async 2.13.0
+ collection 1.19.1
+ crypto 3.0.7
+ fixnum 1.1.1
+ http 1.6.0
+ http_parser 4.1.2
+ meta 1.18.1
+ microsoft_kiota_abstractions 0.1.0
[9 more lines]
ERR:
Exceeded timeout of 0:02:00.000000
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
UNDEFINED_CLASS-lib/src/multipart_serialization_writer.dart:19:3- Undefined class 'Uint8List'.UNDEFINED_IDENTIFIER-lib/src/multipart_serialization_writer.dart:20:12- Undefined name 'Uint8List'.UNDEFINED_CLASS-lib/src/multipart_serialization_writer.dart:34:41- Undefined class 'Uint8List'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.9, Dart 3.11.0.
Check the analysis log for details.