azota_file 0.1.9 copy "azota_file: ^0.1.9" to clipboard
azota_file: ^0.1.9 copied to clipboard

A Dart libraries to work with azota file of azota application.

75/ 160
pub points
15
downloads

We analyzed this package 14 days ago, and awarded it 75 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.1.9").

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

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

3 out of 133 API elements (2.3 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: azota_file.AnswerRegionResult, azota_file.AnswerRegionResult.AnswerRegionResult.fromJson, azota_file.AnswerRegionResult.AnswerRegionResult.new, azota_file.AnswerRegionResult.circles, azota_file.AnswerRegionResult.essayCircles.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 63 issues. Showing the first 2:

ERROR: The method 'fromRgba' isn't defined for the type 'Color'.

lib/src/azota_file/scan_offline/scan_offline_file.dart:14:25

   ╷
14 │ int colorGreen =  Color.fromRgba(76, 175, 80, 255); //0x004CAF50; //Color.fromRgb(0, 255, 0);
   │                         ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/azota_file/scan_offline/scan_offline_file.dart

ERROR: The method 'fromRgba' isn't defined for the type 'Color'.

lib/src/azota_file/scan_offline/scan_offline_file.dart:15:22

   ╷
15 │ int colorRed = Color.fromRgba(244, 67, 54, 255);// 0x00F44336; // Color.fromRgb(255, 0, 0);
   │                      ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/azota_file/scan_offline/scan_offline_file.dart

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
archive ^4.0.7 4.0.7 4.0.7
image ^4.5.4 4.7.2 4.7.2
json_annotation ^4.7.0 4.9.0 4.9.0
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
ffi - 2.1.4 2.1.4
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
petitparser - 7.0.1 7.0.1
posix - 6.0.3 6.0.3
typed_data - 1.4.0 1.4.0
xml - 6.6.1 6.6.1

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 60 errors:

  • UNDEFINED_METHOD - lib/src/azota_file/scan_offline/scan_offline_file.dart:14:25 - The method 'fromRgba' isn't defined for the type 'Color'.
  • UNDEFINED_METHOD - lib/src/azota_file/scan_offline/scan_offline_file.dart:15:22 - The method 'fromRgba' isn't defined for the type 'Color'.
  • UNDEFINED_METHOD - lib/src/azota_file/scan_offline/scan_offline_file.dart:16:25 - The method 'fromRgba' isn't defined for the type 'Color'.

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.3, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
75
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart libraries to work with azota file of azota application.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

archive, image, json_annotation

More

Packages that depend on azota_file