chance_dart 0.0.1+1 copy "chance_dart: ^0.0.1+1" to clipboard
chance_dart: ^0.0.1+1 copied to clipboard

Chance Dart is a free Open Source project that lets you create random strings, integers, and other things to help with tiresome tasks, especially when building automated tests or wherever else you req [...]

28
likes
125/ 160
pub points
92
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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

Links in `README.md` should be secure. 1 link is insecure.

README.md:38:39

   ╷
38 │ <p>This project is licensed under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a> so feel free to hack away :)</p>
   │                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

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

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

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

127 out of 320 API elements (39.7 %) have documentation comments.

Some symbols that are missing documentation: address, address, address.Address.Address.new, address.Address.address1, address.Address.address2.

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

Passed check 0/0 points: WASM compatibility

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

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

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

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

Found 29 issues. Showing the first 2:

WARNING: Duplicate export.

lib/core/finance/finance.dart:11:8

   ╷
11 │ export 'src/exp_year.dart';
   │        ^^^^^^^^^^^^^^^^^^^
   ╵

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

INFO: Angle brackets will be interpreted as HTML.

lib/core/location/models/address.dart:77:17

   ╷
77 │   ///   map (Map<String, dynamic>): The map that contains the data to be
   │                 ^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/core/location/models/address.dart

Passed report section
Support up-to-date dependencies
40 / 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
dart_geohash ^2.0.2 2.1.0 2.1.0
equatable ^2.0.5 2.0.7 2.0.7
meta ^1.8.0 1.17.0 1.17.0
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
28
likes
125
points
92
downloads

Publisher

verified publisherflutterbytes.io

Weekly Downloads

Chance Dart is a free Open Source project that lets you create random strings, integers, and other things to help with tiresome tasks, especially when building automated tests or wherever else you require anything random.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dart_geohash, equatable, meta

More

Packages that depend on chance_dart