dart_browser_loader 0.1.0
dart_browser_loader: ^0.1.0 copied to clipboard
A starting point for Dart libraries or applications.
We analyzed this package 16 hours ago, and awarded it 140 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
5 out of 6 API elements (83.3 %) have documentation comments.
Some symbols that are missing documentation: dart_browser_loader.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package not compatible with platform Android
Because:
package:dart_browser_loader/dart_browser_loader.dartthat imports:package:dart_browser_loader/src/style.dartthat imports:package:dart_browser_loader/src/utils.dartthat imports:dart:html
Package not compatible with platform iOS
Because:
package:dart_browser_loader/dart_browser_loader.dartthat imports:package:dart_browser_loader/src/style.dartthat imports:package:dart_browser_loader/src/utils.dartthat imports:dart:html
Package not compatible with platform Windows
Because:
package:dart_browser_loader/dart_browser_loader.dartthat imports:package:dart_browser_loader/src/style.dartthat imports:package:dart_browser_loader/src/utils.dartthat imports:dart:html
Package not compatible with platform Linux
Because:
package:dart_browser_loader/dart_browser_loader.dartthat imports:package:dart_browser_loader/src/style.dartthat imports:package:dart_browser_loader/src/utils.dartthat imports:dart:html
Package not compatible with platform macOS
Because:
package:dart_browser_loader/dart_browser_loader.dartthat imports:package:dart_browser_loader/src/style.dartthat imports:package:dart_browser_loader/src/utils.dartthat imports:dart:html
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dart_browser_loader/dart_browser_loader.dartthat imports:package:dart_browser_loader/src/style.dartthat imports:package:dart_browser_loader/src/utils.dartthat imports:dart:html
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.
lib/src/script.dart:2:1
╷
2 │ import 'dart:html';
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/script.dart
INFO: 'dart:js' is deprecated and shouldn't be used. Use dart:js_interop instead.
lib/src/script.dart:3:1
╷
3 │ import 'dart:js' as js;
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/script.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
pedantic |
^1.11.0 |
1.11.1 | 1.11.1 | Discontinued |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- pedantic.
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.23.5, Dart 3.10.7.
Check the analysis log for details.