universal_html 2.0.8
universal_html: ^2.0.8 copied to clipboard
A 'dart:html' that works in all platforms, including Flutter and server-side. Eases cross-platform development and HTML / XML processing.
We analyzed this package 41 hours ago, and awarded it 100 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 29 out of 47 API elements (61.7 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 140 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'dart:web_sql'.
lib/src/controller/window_behavior_impl_browser.dart:17:8
╷
17 │ import 'dart:web_sql';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/controller/window_behavior_impl_browser.dart
ERROR: Undefined class 'SqlDatabase'.
lib/src/controller/window_behavior_impl_browser.dart:692:3
╷
692 │ SqlDatabase openDatabase(
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/controller/window_behavior_impl_browser.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | ^2.5.0 | 2.10.0 | 2.10.0 |
charcode | ^1.2.0 | 1.3.1 | 1.3.1 |
collection | ^1.15.0 | 1.17.1 | 1.17.1 |
csslib | ^0.17.0 | 0.17.2 | 0.17.2 |
html | ^0.15.0 | 0.15.1 | 0.15.1 |
meta | ^1.3.0 | 1.9.0 | 1.9.0 |
source_span | ^1.8.0 | 1.9.1 | 1.9.1 |
typed_data | ^1.3.0 | 1.3.1 | 1.3.1 |
universal_io | ^2.0.3 | 2.0.4 | 2.0.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
crypto | - | 3.0.2 | 3.0.2 |
path | - | 1.8.3 | 1.8.3 |
term_glyph | - | 1.2.1 | 1.2.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.25
, Dart 2.19.1
.