sass 1.45.0-rc.1
sass: ^1.45.0-rc.1 copied to clipboard
A Sass implementation in Dart.
We analyzed this package 7 days ago, and awarded it 90 pub points (of a possible 120):
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.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:sass/sass.dart
that imports:package:sass/src/value.dart
that imports:package:sass/src/visitor/serialize.dart
that imports:package:sass/src/visitor/interface/selector.dart
that imports:package:sass/src/ast/selector.dart
that imports:package:sass/src/ast/selector/simple.dart
that imports:package:sass/src/parse/selector.dart
that imports:package:sass/src/parse/parser.dart
that imports:package:sass/src/logger.dart
that imports:package:sass/src/logger/stderr.dart
that imports:package:sass/src/io.dart
that imports:package:sass/src/io/node.dart
that imports:package:watcher/watcher.dart
that imports:package:watcher/src/file_watcher/polling.dart
that imports:package:watcher/src/stat.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
INFO: The import of 'dart:collection' is unnecessary because all of the used elements are also provided by the import of 'package:collection/collection.dart'.
lib/src/async_environment.dart:5:8
╷
5 │ import 'dart:collection';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/async_environment.dart
INFO: The import of 'dart:collection' is unnecessary because all of the used elements are also provided by the import of 'package:collection/collection.dart'.
lib/src/environment.dart:12:8
╷
12 │ import 'dart:collection';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/environment.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args | ^2.0.0 | 2.3.1 | 2.3.1 |
async | ^2.5.0 | 2.9.0 | 2.9.0 |
charcode | ^1.2.0 | 1.3.1 | 1.3.1 |
cli_repl | ^0.2.1 | 0.2.2 | 0.2.2 |
collection | ^1.15.0 | 1.16.0 | 1.16.0 |
http | ^0.13.3 | 0.13.4 | 0.13.4 |
js | ^0.6.3 | 0.6.4 | 0.6.4 |
meta | ^1.3.0 | 1.8.0 | 1.8.0 |
node_interop | ^2.1.0 | 2.1.0 | 2.1.0 |
package_config | ^2.0.0 | 2.1.0 | 2.1.0 |
path | ^1.8.0 | 1.8.2 | 1.8.2 |
source_maps | ^0.10.10 | 0.10.10 | 0.10.10 |
source_span | ^1.8.1 | 1.9.0 | 1.9.0 |
stack_trace | ^1.10.0 | 1.10.0 | 1.10.0 |
stream_transform | ^2.0.0 | 2.0.0 | 2.0.0 |
string_scanner | ^1.1.0 | 1.1.1 | 1.1.1 |
term_glyph | ^1.2.0 | 1.2.1 | 1.2.1 |
tuple | ^2.0.0 | 2.0.0 | 2.0.0 |
watcher | ^1.0.0 | 1.0.1 | 1.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
http_parser | - | 4.0.1 | 4.0.1 |
matcher | - | 0.12.12 | 0.12.12 |
quiver | - | 3.1.0 | 3.1.0 |
typed_data | - | 1.3.1 | 1.3.1 |
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
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.12
, Dart 2.17.3
.