mubicon 0.3.5 copy "mubicon: ^0.3.5" to clipboard
mubicon: ^0.3.5 copied to clipboard

Mubicloud API

0
likes
105/ 160
pub points
0%
popularity

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

failed
Follow Dart file conventions
5 / 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.

5/5 points: Provide a valid README.md

0/5 points: Provide a valid CHANGELOG.md

No `CHANGELOG.md` found.

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

failed
Provide documentation
10 / 20trigger folding of the section

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

739 out of 1784 API elements (41.4 %) have documentation comments.

Some symbols that are missing documentation: openapi.api, openapi.api.ApiClient, openapi.api.ApiClient.ApiClient, openapi.api.ApiClient.addDefaultHeader, openapi.api.ApiClient.authentication.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
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

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:mubicon/api.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:mubicon/api.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 217 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/api/base_api.dart:11:1

   ╷
11 │ part of openapi.api;
   │ ^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/api/base_api.dart

INFO: The variable name 'INN' isn't a lowerCamelCase identifier.

lib/api/base_api.dart:2186:689

     ╷
2186 │   Future<Response> putUpdateUsersWithHttpInfo(String id, String name, String userName, String email, { bool? editable, String? phoneNumber, String? imageFile, String? objectAddress, String? objectTitle, String? emailFinancial, String? companyName, String? contractNumber, String? contractDate, String? bankName, String? bankBIK, String? bankCorrAccount, String? bankPayAccount, String? signerFIO, String? signerJob, String? signerDoc, String? financeFIO, String? financeEmail, String? financePhone, bool? edo, String? techFIO, String? techEmail, String? techPhone, String? legalFormShort, String? legalFormFull, String? addressLegal, String? addressPostal, String? addressActual, String? INN, String? KPP, String? OGRN, List<Place>? places, List<CompanyTypeUser>? companyTypeUsers, }) async {
     │                                                                                                                                                                                                               
[...]

To reproduce make sure you are using the lints_core and run dart analyze lib/api/base_api.dart

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

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

Package Constraint Compatible Latest
http >=0.13.0 <0.14.0 0.13.6 1.2.2
intl ^0.17.0 0.17.0 0.19.0
meta ^1.1.8 1.16.0 1.16.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
clock - 1.1.1 1.1.1
collection - 1.19.1 1.19.1
http_parser - 4.1.1 4.1.1
path - 1.9.1 1.9.1
source_span - 1.10.0 1.10.0
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0

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

The constraint `>=0.13.0 <0.14.0` on http does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions http to update the constraint.

The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.

Try running dart pub upgrade --major-versions intl to update the constraint.

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.13, Dart 3.5.3.

Check the analysis log for details.

0
likes
105
pub points
0%
popularity

Publisher

unverified uploader

Mubicloud API

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

http, intl, meta

More

Packages that depend on mubicon