visit_flutter_sdk 1.0.9
visit_flutter_sdk: ^1.0.9 copied to clipboard
visit_flutter_sdk is a Flutter plugin that integrates web views, URL handling, location services, and permission management. Enhance your mobile app functionality effortlessly with this versatile toolkit!
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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
8 out of 36 API elements (22.2 %) have documentation comments.
Some symbols that are missing documentation: alert_dialog, alert_dialog.showPermissionDialog, colored_safe_area_widget, colored_safe_area_widget.ColoredSafeArea, colored_safe_area_widget.ColoredSafeArea.ColoredSafeArea.new.
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:visit_flutter_sdk/visit_flutter_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:visit_flutter_sdk/visit_flutter_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:visit_flutter_sdk/visit_flutter_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:visit_flutter_sdk/visit_flutter_sdk.dartthat declares support for platforms:Android,iOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:visit_flutter_sdk/visit_flutter_sdk.dartthat imports:package:visit_flutter_sdk/visitwebview_ios/visit_ios_webview.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_apple/geolocator_apple.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `iOS`.
Because:
package:visit_flutter_sdk/visit_flutter_sdk.dartthat imports:package:visit_flutter_sdk/visitwebview_ios/visit_ios_webview.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_android/geolocator_android.dartthat declares support for platforms:Android.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/visit_flutter_sdk/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 23 issues. Showing the first 2:
INFO: Invalid use of a private type in a public API.
lib/visit_android_webview/visit_android_webview.dart:24:3
╷
24 │ _VisitAndroidWebViewState createState() => _VisitAndroidWebViewState();
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/visit_android_webview/visit_android_webview.dart
INFO: The variable name 'TAG' isn't a lowerCamelCase identifier.
lib/visit_android_webview/visit_android_webview.dart:29:10
╷
29 │ String TAG = "mytag";
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/visit_android_webview/visit_android_webview.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_inappwebview |
^6.1.4 |
6.1.5 | 6.1.5 | |
flutter_svg |
^2.2.1 |
2.2.3 | 2.2.3 | |
geolocator |
^10.1.1 |
10.1.1 | 14.0.2 | |
permission_handler |
^12.0.1 |
12.0.1 | 12.0.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^10.1.1` on geolocator does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions geolocator 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.3, Flutter 3.38.2, Dart 3.10.0.
Check the analysis log for details.