ruut_inappwebview_ios 1.0.14
ruut_inappwebview_ios: ^1.0.14 copied to clipboard
Fork of ruut_inappwebview_ios plugin that fixes OrderedSet dependency issue.
We analyzed this package 6 days ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: ruut_inappwebview_ios
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: ruut_inappwebview_ios
.
Repository URL doesn't exist.
At the time of the analysis https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/ruut_inappwebview_ios
was unreachable. Make sure that the website is reachable via HEAD
requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/pichillilorenzo/flutter_inappwebview/issues
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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
671 out of 692 API elements (97.0 %) have documentation comments.
Some symbols that are missing documentation: ruut_inappwebview_ios
, ruut_inappwebview_ios.IOSCookieManager.dispose
, ruut_inappwebview_ios.IOSHeadlessInAppWebViewCreationParams.controllerFromPlatform
, ruut_inappwebview_ios.IOSHttpAuthCredentialDatabase.dispose
, ruut_inappwebview_ios.IOSInAppWebViewController.IOSInAppWebViewController.fromInAppBrowser
.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:ruut_inappwebview_ios/ruut_inappwebview_ios.dart
that declares support for platforms:iOS
.
Package does not support platform `Windows`.
Because:
package:ruut_inappwebview_ios/ruut_inappwebview_ios.dart
that declares support for platforms:iOS
.
Package does not support platform `Linux`.
Because:
package:ruut_inappwebview_ios/ruut_inappwebview_ios.dart
that declares support for platforms:iOS
.
Package does not support platform `macOS`.
Because:
package:ruut_inappwebview_ios/ruut_inappwebview_ios.dart
that declares support for platforms:iOS
.
Package does not support platform `Web`.
Because:
package:ruut_inappwebview_ios/ruut_inappwebview_ios.dart
that declares support for platforms:iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:ruut_inappwebview_ios/ruut_inappwebview_ios.dart
that imports:package:ruut_inappwebview_ios/src/main.dart
that imports:package:ruut_inappwebview_ios/src/web_authentication_session/main.dart
that imports:package:ruut_inappwebview_ios/src/web_authentication_session/web_authenticate_session.dart
that imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dart
that imports:package:flutter_inappwebview_platform_interface/src/main.dart
that imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.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.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/ruut_inappwebview_ios/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 295 issues. Showing the first 2:
INFO: 'action' is deprecated and shouldn't be used. Use onClick instead.
lib/src/chrome_safari_browser/chrome_safari_browser.dart:102:36
╷
102 │ if (this._menuItems[id]?.action != null) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/chrome_safari_browser/chrome_safari_browser.dart
INFO: 'action' is deprecated and shouldn't be used. Use onClick instead.
lib/src/chrome_safari_browser/chrome_safari_browser.dart:103:34
╷
103 │ this._menuItems[id]?.action!(url, title);
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/chrome_safari_browser/chrome_safari_browser.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_inappwebview_platform_interface |
^1.0.10 |
1.3.0+1 | 1.3.0+1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
flutter_inappwebview_internal_annotations |
- | 1.2.0 | 1.2.0 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.1.4 | 2.1.5 |
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.