simple_dart_web_views 0.0.3
simple_dart_web_views: ^0.0.3 copied to clipboard
Library for creating a single page application on dart.
We analyzed this package 3 days ago, and awarded it 70 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/ViktorZahar/simple_dart_web_views 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 273 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: main_window, main_window.MainWindow, main_window.MainWindow.MainWindow.new, main_window.MainWindow.add, main_window.MainWindow.addAll.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
ERROR: The instance member 'varName' can't be accessed in an initializer.
lib/main_window.dart:22:7
╷
22 │ ..varName('display')
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/main_window.dart
ERROR: The expression doesn't evaluate to a function, so it can't be invoked.
lib/main_window.dart:22:7
╷
22 │ ..varName('display')
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/main_window.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
simple_dart_web_widgets |
^0.0.3 |
0.0.5 | 0.0.5 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
simple_dart_web_charts |
- | 0.0.6 | 0.0.6 | Discontinued |
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.