simple_dart_starter_simple 0.0.6
simple_dart_starter_simple: ^0.0.6 copied to clipboard
preconfigured application main window with navigation, path_bar and theme selection
We analyzed this package 26 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/simple-dart/starter_simple 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
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 180 API elements (0.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: simple_dart_starter_simple, simple_dart_starter_simple.CreatePathSeparatorComponent, simple_dart_starter_simple.MainWindow, simple_dart_starter_simple.MainWindow.MainWindow.new, simple_dart_starter_simple.MainWindow.add.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:simple_dart_starter_simple/simple_dart_starter_simple.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:simple_dart_starter_simple/simple_dart_starter_simple.dartthat declares support for platforms:Web.
Package does not support platform `Windows`.
Because:
package:simple_dart_starter_simple/simple_dart_starter_simple.dartthat declares support for platforms:Web.
Package does not support platform `Linux`.
Because:
package:simple_dart_starter_simple/simple_dart_starter_simple.dartthat declares support for platforms:Web.
Package does not support platform `macOS`.
Because:
package:simple_dart_starter_simple/simple_dart_starter_simple.dartthat declares support for platforms:Web.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:simple_dart_starter_simple/simple_dart_starter_simple.dartthat imports:package:simple_dart_starter_simple/src/view.dartthat imports:package:simple_dart_view_controller/simple_dart_view_controller.dartthat imports:package:simple_dart_view_controller/src/view_controller.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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 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/main_window.dart:1:1
╷
1 │ import 'dart:html';
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/main_window.dart
/tmp/pana_XUHMSW/lib/src/theme_dropdown.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
simple_dart_checkbox |
^0.0.3 |
0.0.6 | 0.0.6 | |
simple_dart_dropdown |
^0.0.1 |
0.0.1 | 0.0.1 | |
simple_dart_label |
^0.0.1 |
0.0.1 | 0.0.1 | |
simple_dart_link |
^0.0.1 |
0.0.1 | 0.0.1 | |
simple_dart_modal_controller |
^0.0.7 |
0.0.7 | 0.0.7 | |
simple_dart_select_field |
^0.0.3 |
0.0.3 | 0.0.3 | |
simple_dart_theme_controller |
^0.0.2 |
0.0.2 | 0.0.2 | |
simple_dart_ui_core |
^0.0.3 |
0.0.6 | 0.0.6 | |
simple_dart_view_controller |
^0.0.1 |
0.0.1 | 0.0.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: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Dart 3.10.4.
Check the analysis log for details.