colors_terminal 1.0.0
colors_terminal: ^1.0.0 copied to clipboard
A starting point for Dart libraries or applications.
2
likes
80
/ 110
pub points
13
%
popularity
We analyzed this package on Feb 26, 2021, and awarded it 80 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 38 out of 39 API elements (97.4 %) have documentation comments.
20/20 points: Supports 2 of 2 possible platforms (native, js)
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: Prefer using /// for doc comments.
lib/colors_terminal.dart:1:1
╷
1 │ ┌ /**
2 │ │ * Copyright (c) Crew Dev.
3 │ │ *
4 │ │ * This source code is licensed under the MIT license found in the
5 │ │ * LICENSE file in the root directory of this source tree.
6 │ │ *
7 │ └ */
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/colors_terminal.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.14.10
,
Dart 2.10.5
.