darwin_starter 0.0.1-alpha.5 copy "darwin_starter: ^0.0.1-alpha.5" to clipboard
darwin_starter: ^0.0.1-alpha.5 copied to clipboard

A project generator for darwin framework applications

100/ 160
pub points
24
downloads

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

Passed report section
Follow Dart file conventions
30 / 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

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

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

Detected license: Apache-2.0.

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

2 out of 48 API elements (4.2 %) 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: darwin_starter.DarwinStarter, darwin_starter.DarwinStarter.DarwinStarter.new, darwin_starter.DarwinStarter.initialize, darwin_starter.Dependable, darwin_starter.Dependable.Dependable.new.

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

WARNING: The value of the local variable 'files' isn't used.

lib/darwin_starter.dart:42:9

   ╷
42 │     var files = <String, String>{};
   │         ^^^^^
   ╵

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

WARNING: Unused import: 'package:darwin_starter/darwin_starter.dart'.

lib/src/catalog.dart:17:8

   ╷
17 │ import 'package:darwin_starter/darwin_starter.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
archive ^3.1.2 3.6.1 4.0.7
crypto ^3.0.1 3.0.7 3.0.7
dio ^4.0.0 4.0.6 5.9.0
glob ^2.1.1 2.1.3 2.1.3
json2yaml ^3.0.0 3.0.1 3.0.1
mustache_template ^2.0.0 2.0.3 2.0.3
toml ^0.13.1 0.13.1 0.18.0
yaml ^3.1.1 3.1.3 3.1.3
yaml_writer ^1.0.3 1.0.3 2.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
collection - 1.19.1 1.19.1
file - 7.0.1 7.0.1
http_parser - 4.1.2 4.1.2
meta - 1.18.0 1.18.0
path - 1.9.1 1.9.1
petitparser - 5.4.0 7.0.1
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0

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

Found 4 issues. Showing the first 2:

The constraint `^3.1.2` on archive does not support the stable version `4.0.0`.

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

The constraint `^4.0.0` on dio does not support the stable version `5.0.0`.

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

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 1 error:

  • UNDEFINED_METHOD - lib/src/archiver.dart:21:59 - The method 'string' isn't defined for the type 'ArchiveFile'.

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.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
24
downloads

Publisher

verified publisherexperiments.helight.dev

Weekly Downloads

A project generator for darwin framework applications

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

archive, crypto, dio, glob, json2yaml, mustache_template, toml, yaml, yaml_writer

More

Packages that depend on darwin_starter