flutter_cookie_bridge 1.1.165
flutter_cookie_bridge: ^1.1.165 copied to clipboard
A Flutter plugin that synchronizes cookies between network requests and WebViews.
We analyzed this package 3 days ago, and awarded it 100 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/spense-fintech/flutter_cookie_bridge/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
.
0/10 points: 20% or more of the public API has dartdoc comments
10 out of 72 API elements (13.9 %) 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: custom_toast
, custom_toast.CustomToast
, custom_toast.CustomToast.CustomToast.new
, custom_toast.CustomToast.message
, flutter_cookie_bridge
.
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:flutter_cookie_bridge/flutter_cookie_bridge.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:flutter_cookie_bridge/flutter_cookie_bridge.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:flutter_cookie_bridge/flutter_cookie_bridge.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:flutter_cookie_bridge/flutter_cookie_bridge.dart
that 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:flutter_cookie_bridge/flutter_cookie_bridge.dart
that imports:package:flutter_cookie_bridge/web_view.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:flutter_cookie_bridge/flutter_cookie_bridge.dart
that imports:package:flutter_cookie_bridge/web_view.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_cookie_bridge/flutter_cookie_bridge.dart
that imports:package:flutter_cookie_bridge/session_manager.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that imports:package:flutter_inappwebview/src/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/webview_environment.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/flutter_cookie_bridge/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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: The declaration '_requestIOSStoragePermission' isn't referenced.
lib/web_view.dart:340:16
╷
340 │ Future<void> _requestIOSStoragePermission(BuildContext context) async {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/web_view.dart
INFO: Uses 'await' on an instance of 'WebView', which is not a subtype of 'Future'.
lib/flutter_cookie_bridge.dart:41:16
╷
41 │ _webView = await WebView(
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_cookie_bridge.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
android_intent_plus |
^5.3.0 |
5.3.0 | 5.3.0 | |
device_info_plus |
^11.2.2 |
11.5.0 | 11.5.0 | |
dio |
^5.7.0 |
5.8.0+1 | 5.8.0+1 | |
flutter_inappwebview |
^6.0.0 |
6.1.5 | 6.1.5 | |
http |
^1.3.0 |
1.4.0 | 1.4.0 | |
open_filex |
^4.6.0 |
4.7.0 | 4.7.0 | |
path_provider |
^2.1.4 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.0+1 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
shared_preferences |
^2.2.2 |
2.5.3 | 2.5.3 | |
url_launcher |
^6.0.20 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^11.3.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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 9 errors:
UNDEFINED_METHOD
-lib/web_view.dart:552:15
- The method 'launchUrl' isn't defined for the type 'CustomWebViewState'.UNDEFINED_IDENTIFIER
-lib/web_view.dart:552:47
- Undefined name 'LaunchMode'.UNDEFINED_METHOD
-lib/web_view.dart:620:13
- The method 'launchUrl' isn't defined for the type 'CustomWebViewState'.
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.