hellosign 0.0.2
hellosign: ^0.0.2 copied to clipboard
A Plugin written by ravi to demostrate and use of hellosign sdk.
We analyzed this package 11 days ago, and awarded it 95 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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: 20% or more of the public API has dartdoc comments
9 out of 27 API elements (33.3 %) have documentation comments.
Some symbols that are missing documentation: app_platforms
, app_platforms.AppPlatform
, hellosign
, hellosign.Hellosign
, hellosign.Hellosign.Hellosign.new
.
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:hellosign/hellosign.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:hellosign/hellosign.dart
that declares support for platforms:Web
.
Package does not support platform `Windows`.
Because:
package:hellosign/hellosign.dart
that declares support for platforms:Web
.
Package does not support platform `Linux`.
Because:
package:hellosign/hellosign.dart
that declares support for platforms:Web
.
Package does not support platform `macOS`.
Because:
package:hellosign/hellosign.dart
that declares support for platforms:Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:hellosign/hellosign.dart
that imports:package:hellosign/hellosign_platform_interface.dart
that imports:package:hellosign/hellosign_method_channel.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:hellosign/hellosign.dart
that imports:package:hellosign/hellosign_platform_interface.dart
that imports:package:hellosign/hellosign_method_channel.dart
that imports:dart:io
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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
WARNING: Dead code.
lib/src/phone/ui/hello_sign_phone_view.dart:88:5
╷
88 │ ;
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/phone/ui/hello_sign_phone_view.dart
INFO: Angle brackets will be interpreted as HTML.
lib/hellosign.dart:33:29
╷
33 │ /// required ValueChanged<String> onSignedStatusChange.
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/hellosign.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_inappwebview |
6.0.0-beta.22 |
6.0.0-beta.22 | 6.1.5 | |
plugin_platform_interface |
2.1.2 |
2.1.2 | 2.1.8 | |
universal_html |
2.2.1 |
2.2.1 | 2.2.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
csslib |
- | 0.17.3 | 1.0.2 | |
flutter_inappwebview_internal_annotations |
- | 1.2.0 | 1.2.0 | |
html |
- | 0.15.4 | 0.15.6 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_io |
- | 2.2.2 | 2.2.2 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `6.0.0-beta.22` on flutter_inappwebview does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_inappwebview
to update the constraint.
The constraint `2.1.2` on plugin_platform_interface does not support the stable version `2.1.3`.
Try running dart pub upgrade --major-versions plugin_platform_interface
to update the constraint.
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.