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
105/ 140
pub points
7%
popularity

We analyzed this package 2 days ago, and awarded it 105 pub points (of a possible 140):

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

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.

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.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

127 out of 321 API elements (39.6 %) have documentation comments.

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

10/10 points: Package has 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
30 / 50trigger folding of the section

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

Found 20 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

lib/core/basics/src/boolean.dart doesn't match the Dart formatter.

To format your files run: dart format .

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

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

Package Constraint Compatible Latest
dart_geohash ^2.0.2 2.1.0 2.1.0
equatable ^2.0.5 2.0.5 2.0.5
meta ^1.8.0 1.14.0 1.14.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

28
likes
105
pub points
7%
popularity

Publisher

verified publisherflutterbytes.io

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)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dart_geohash, equatable, meta

More

Packages that depend on chance_dart