visit_flutter_sdk 0.0.10
visit_flutter_sdk: ^0.0.10 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 2 days ago, and awarded it 80 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.
Failed to verify repository URL.
pubspec.yaml from the repository has no repository or homepage URL.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: visit_flutter_sdk, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
0/10 points: 20% or more of the public API has dartdoc comments
8 out of 42 API elements (19.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: colored_safe_area_widget, colored_safe_area_widget.ColoredSafeArea, colored_safe_area_widget.ColoredSafeArea.ColoredSafeArea.new, colored_safe_area_widget.ColoredSafeArea.child, colored_safe_area_widget.ColoredSafeArea.color.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:visit_flutter_sdk/visit_flutter_sdk.dartthat declares support for platforms: .
Package does not support platform `iOS`.
Because:
package:visit_flutter_sdk/visit_flutter_sdk.dartthat declares support for platforms: .
Package does not support platform `Windows`.
Because:
package:visit_flutter_sdk/visit_flutter_sdk.dartthat declares support for platforms: .
Package does not support platform `Linux`.
Because:
package:visit_flutter_sdk/visit_flutter_sdk.dartthat declares support for platforms: .
Package does not support platform `macOS`.
Because:
package:visit_flutter_sdk/visit_flutter_sdk.dartthat declares support for platforms: .
Package does not support platform `Web`.
Because:
package:visit_flutter_sdk/visit_flutter_sdk.dartthat declares support for platforms: .
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
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
INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre.
lib/visit_android_webview/visit_android_webview.dart:57:11
╷
57 │ WillPopScope(
│ ^^^^^^^^^^^^
╵
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.0.0 |
6.1.5 | 6.1.5 | |
geolocator |
^13.0.1 |
13.0.4 | 14.0.2 | |
geolocator_apple |
^2.3.7 |
2.3.13 | 2.3.13 | |
location |
^6.0.2 |
6.0.2 | 8.0.1 | |
permission_handler |
^10.0.0 |
10.4.5 | 12.0.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
url_launcher |
^6.0.20 |
6.3.2 | 6.3.2 | |
webview_flutter |
4.8.0 |
4.8.0 | 4.13.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^13.0.1` on geolocator does not support the stable version `14.0.0`.
Try running dart pub upgrade --major-versions geolocator to update the constraint.
The constraint `^6.0.2` on location does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions location to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 4 errors:
UNDEFINED_METHOD-lib/visit_android_webview/visit_android_webview.dart:132:17- The method 'canLaunchUrl' isn't defined for the type '_VisitAndroidWebViewState'.UNDEFINED_METHOD-lib/visit_android_webview/visit_android_webview.dart:133:15- The method 'launchUrl' isn't defined for the type '_VisitAndroidWebViewState'.UNDEFINED_METHOD-lib/visitwebview_ios/visit_ios_webview.dart:164:17- The method 'canLaunchUrl' isn't defined for the type '_VisitIosWebViewState'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.