simple_dart_starter_multilang 0.0.5
simple_dart_starter_multilang: ^0.0.5 copied to clipboard
preconfigured application main window with navigation, path_bar, theme and language selection
We analyzed this package 6 days ago, and awarded it 120 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/simple_dart_starter_multilang 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 283 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_multilang, simple_dart_starter_multilang.CreatePathSeparatorComponent, simple_dart_starter_multilang.LangDropdown, simple_dart_starter_multilang.LangDropdown.LangDropdown.new, simple_dart_starter_multilang.LangDropdown.add.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/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_multilang/simple_dart_starter_multilang.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:simple_dart_starter_multilang/simple_dart_starter_multilang.dartthat declares support for platforms:Web.
Package does not support platform `Windows`.
Because:
package:simple_dart_starter_multilang/simple_dart_starter_multilang.dartthat declares support for platforms:Web.
Package does not support platform `Linux`.
Because:
package:simple_dart_starter_multilang/simple_dart_starter_multilang.dartthat declares support for platforms:Web.
Package does not support platform `macOS`.
Because:
package:simple_dart_starter_multilang/simple_dart_starter_multilang.dartthat declares support for platforms:Web.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:simple_dart_starter_multilang/simple_dart_starter_multilang.dartthat imports:package:simple_dart_starter_multilang/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
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
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
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
simple_dart_dropdown |
^0.0.1 |
0.0.1 | 0.0.1 | |
simple_dart_modal_controller |
^0.0.7 |
0.0.7 | 0.0.7 | |
simple_dart_multilang_checkbox |
^0.0.2 |
0.0.2 | 0.0.2 | |
simple_dart_multilang_controller |
^0.0.2 |
0.0.2 | 0.0.2 | |
simple_dart_multilang_label |
^0.0.1 |
0.0.1 | 0.0.1 | |
simple_dart_multilang_link |
^0.0.1 |
0.0.1 | 0.0.1 | |
simple_dart_multilang_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 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
simple_dart_checkbox |
- | 0.0.6 | 0.0.6 | |
simple_dart_label |
- | 0.0.1 | 0.0.1 | |
simple_dart_link |
- | 0.0.1 | 0.0.1 | |
simple_dart_select_field |
- | 0.0.3 | 0.0.3 |
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.11, Dart 3.11.2.
Check the analysis log for details.