flutter_html_textview_render 0.1.3
flutter_html_textview_render: ^0.1.3 copied to clipboard
The flutter environment lacks of a method for creating text from html nodes, that's why this library was created. This library render some of simple HTML
We analyzed this package on Jan 23, 2021, and awarded it 80 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 1 out of 65 API elements (1.5 %) 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.
20/20 points: Supports 3 of 3 possible platforms (iOS, Android, Web)
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: 'List' is deprecated and shouldn't be used.
lib/html_container.dart:60:33
╷
60 │ List<Widget> contents = new List();
│ ^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/html_container.dart
INFO: 'List' is deprecated and shouldn't be used.
lib/html_container.dart:64:48
╷
64 │ contents.add(renderPContents(node, new List()));
│ ^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/html_container.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
html | ^0.13.3+3 | 0.13.4+2 | 0.14.0+4 |
url_launcher | ^5.0.0 | 5.7.10 | 5.7.10 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.5 | 1.1.0-nullsafety.5 |
charcode | - | 1.1.3 | 1.2.0-nullsafety.3 |
collection | - | 1.15.0-nullsafety.5 | 1.15.0-nullsafety.5 |
csslib | - | 0.15.0 | 0.16.2 |
js | - | 0.6.3-nullsafety.3 | 0.6.3-nullsafety.3 |
meta | - | 1.3.0-nullsafety.6 | 1.3.0-nullsafety.6 |
path | - | 1.7.0 | 1.8.0-nullsafety.3 |
plugin_platform_interface | - | 1.0.3 | 1.0.3 |
source_span | - | 1.7.0 | 1.8.0-nullsafety.4 |
term_glyph | - | 1.1.0 | 1.2.0-nullsafety.3 |
typed_data | - | 1.3.0-nullsafety.5 | 1.3.0-nullsafety.5 |
url_launcher_linux | - | 0.0.1+4 | 0.0.1+4 |
url_launcher_macos | - | 0.0.1+9 | 0.0.1+9 |
url_launcher_platform_interface | - | 1.0.9 | 1.0.9 |
url_launcher_web | - | 0.1.5+1 | 0.1.5+1 |
url_launcher_windows | - | 0.0.1+3 | 0.0.1+3 |
utf | - | 0.9.0+5 | 0.9.0+5 |
vector_math | - | 2.1.0-nullsafety.5 | 2.1.0-nullsafety.5 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.13.3+3` on html does not support the latest published version `0.14.0+4`
pubspec.yaml:12:9
╷
12 │ html: ^0.13.3+3
│ ^^^^^^^^^
╵