customized_webview 0.1.0
customized_webview: ^0.1.0 copied to clipboard
A Flutter plugin for handling webviews with download and external app support. Supports file downloads, UPI payments, and external app launches.
We analyzed this package 3 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/your-new-username/customized_webview was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/your-new-username/customized_webview 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/your-new-username/customized_webview/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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
32 out of 56 API elements (57.1 %) have documentation comments.
Some symbols that are missing documentation: customized_webview, customized_webview.PaymentConfig.PaymentConfig.new, customized_webview.PaymentWebView.PaymentWebView.new, main, main.MyApp.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:customized_webview/customized_webview.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:customized_webview/customized_webview.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:customized_webview/customized_webview.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:customized_webview/customized_webview.dartthat declares support for platforms:Android,iOS.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:customized_webview/customized_webview.dartthat imports:package:customized_webview/src/payment_webview_widget.dartthat imports:package:path_provider/path_provider.dartthat imports:package:path_provider_platform_interface/path_provider_platform_interface.dartthat imports:package:path_provider_platform_interface/src/method_channel_path_provider.dartthat imports:package:platform/platform.dartthat imports:package:platform/src/interface/local_platform.dartthat 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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/customized_webview/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 15 issues. Showing the first 2:
INFO: Unnecessary escape in string literal.
lib/main.dart:36:31
╷
36 │ String _currentUrl = 'https:\/\/ekqr.info\/payment7\/instant-pay\/ad780c5986cfb12bf867dc2f9051754124f869cc784cf6879112efc4ebca784f';
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/main.dart
INFO: Unnecessary escape in string literal.
lib/main.dart:36:33
╷
36 │ String _currentUrl = 'https:\/\/ekqr.info\/payment7\/instant-pay\/ad780c5986cfb12bf867dc2f9051754124f869cc784cf6879112efc4ebca784f';
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/main.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.6 |
1.0.8 | 1.0.8 | |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.0.1 |
11.4.0 | 12.0.1 | |
url_launcher |
^6.1.14 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.4.2 |
4.13.0 | 4.13.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^11.0.1` on permission_handler does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions permission_handler 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.23.1, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.