domine 1.1.0+4
domine: ^1.1.0+4 copied to clipboard
Search domains with expressions. Insert numbers, letters, and any TLDs in one query.
We analyzed this package 47 hours ago, and awarded it 80 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
10/10 points: 20% or more of the public API has dartdoc comments
65 out of 108 API elements (60.2 %) have documentation comments.
Some symbols that are missing documentation: brainstorm
, brainstorm.BrainstormCommand
, brainstorm.BrainstormCommand.BrainstormCommand.new
, check
, check.CheckCommand
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
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
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
^2.4.2 |
2.7.0 | 2.7.0 | |
dart_openai |
^4.0.0 |
4.1.4 | 5.1.0 | |
dio |
^5.3.2 |
5.8.0+1 | 5.8.0+1 | |
dio_smart_retry |
^5.0.0 |
5.0.0 | 7.0.1 | |
tint |
^2.0.1 |
2.0.1 | 2.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
fetch_api |
- | 2.3.1 | 2.3.1 | |
fetch_client |
- | 1.1.4 | 1.1.4 | |
http |
- | 1.4.0 | 1.4.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.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 | |
web |
- | 1.1.1 | 1.1.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.
The constraint `^5.0.0` on dio_smart_retry does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions dio_smart_retry
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.