domine 1.1.0+2 copy "domine: ^1.1.0+2" to clipboard
domine: ^1.1.0+2 copied to clipboard

Search domains with expressions. Insert numbers, letters, and any TLDs in one query.

3
likes
60/ 140
pub points
0%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/breitburg/domine/issues was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

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

44 out of 82 API elements (53.7 %) have documentation comments.

Some symbols that are missing documentation: brainstorm, brainstorm.BrainstormCommand, brainstorm.BrainstormCommand.BrainstormCommand, check, check.CheckCommand.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:domine/checker.dart that declares support for platforms: Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:domine/checker.dart that declares support for platforms: Linux, macOS.
Package does not support platform `Windows`.

Because:

  • package:domine/checker.dart that declares support for platforms: Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:domine/checker.dart that declares support for platforms: Linux, macOS.
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

ERROR: The argument type 'String' can't be assigned to the parameter type 'List

lib/commands/brainstorm.dart:92:20

   ╷
92 │             content: [
   │ ┌────────────────────^
93 │ │             'You are a creative AI whose task is to find domains for your clients.',
94 │ │             'Example domain ideas: superbakery.com, nudes4sale.app, etc.',
95 │ │             'Your domain searching task is: $prompt'
96 │ │           ].join('\n'),
   │ └──────────────────────^
   ╵

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

ERROR: The named parameter 'functionName' isn't defined.

lib/commands/brainstorm.dart:101:13

    ╷
101 │             functionName: 'checkDomains',
    │             ^^^^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest
args ^2.4.2 2.5.0 2.5.0
dart_openai ^4.0.0 4.1.4 5.1.0
http ^1.1.0 1.2.1 1.2.1
tint ^2.0.1 2.0.1 2.0.1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
collection - 1.18.0 1.18.0
fetch_api - 2.1.0 2.1.0
fetch_client - 1.1.1 1.1.1
http_parser - 4.0.2 4.0.2
meta - 1.15.0 1.15.0
path - 1.9.0 1.9.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
web - 0.5.1 0.5.1

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

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

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

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

Analyzed with Pana 0.22.3, Dart 3.4.0.

Check the analysis log for details.

3
likes
60
pub points
0%
popularity

Publisher

unverified uploader

Search domains with expressions. Insert numbers, letters, and any TLDs in one query.

Repository (GitHub)
View/report issues

Topics

#cli

Documentation

API reference

License

unknown (LICENSE)

Dependencies

args, dart_openai, http, tint

More

Packages that depend on domine