flutter_inappwebview_squarelab 5.0.2
flutter_inappwebview_squarelab: ^5.0.2 copied to clipboard
A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
0
likes
80
/ 110
pub points
56
%
popularity
We analyzed this package on Feb 28, 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/lib/main.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 1493 out of 2204 API elements (67.7 %) have documentation comments.
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Found 6 issues. Showing the first 2:
Consider supporting multiple platforms:
Package does not support Flutter platform Web
Because:
package:flutter_inappwebview_squarelab/flutter_inappwebview_squarelab.dart
that declares support for platforms: Android, iOS
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
lib/src/in_app_browser.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
lib/src/in_app_webview.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter | flutter | 0.0.0 | 0.0.0 |
mime | ^0.9.6+2 | 0.9.7 | 1.0.0 |
uuid | ^2.0.0 | 2.2.2 | 3.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.3 | 1.1.0 |
charcode | - | 1.1.3 | 1.2.0 |
collection | - | 1.15.0-nullsafety.3 | 1.15.0 |
convert | - | 2.1.1 | 3.0.0 |
crypto | - | 2.1.5 | 3.0.0 |
meta | - | 1.3.0-nullsafety.3 | 1.3.0 |
sky_engine | - | 0.0.99 | 0.0.99 |
typed_data | - | 1.3.0-nullsafety.3 | 1.3.0 |
vector_math | - | 2.1.0-nullsafety.3 | 2.1.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.9.6+2` on mime does not support the latest published version `1.0.0`
pubspec.yaml:14:9
╷
14 │ mime: ^0.9.6+2
│ ^^^^^^^^
╵
The constraint `^2.0.0` on uuid does not support the latest published version `3.0.0`
pubspec.yaml:13:9
╷
13 │ uuid: ^2.0.0
│ ^^^^^^
╵
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.14.10
,
Flutter 1.22.6
,
Dart 2.10.5
.