flutter_cookie_bridge 1.1.168
flutter_cookie_bridge: ^1.1.168 copied to clipboard
A Flutter plugin that synchronizes cookies between network requests and WebViews.
We analyzed this package 15 hours ago, and awarded it 100 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.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/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 6 issues. Showing the first 2:
WARNING: The declaration '_requestIOSStoragePermission' isn't referenced.
lib/web_view.dart:348:16
╷
348 │ 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.1 | 6.0.0 | |
device_info_plus |
^11.2.2 |
11.5.0 | 12.1.0 | |
dio |
^5.7.0 |
5.9.0 | 5.9.0 | |
flutter_inappwebview |
^6.0.0 |
6.1.5 | 6.1.5 | |
http |
^1.3.0 |
1.5.0 | 1.5.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.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.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^5.3.0` on android_intent_plus does not support the stable version `6.0.0`, that was published 27 days ago.
When android_intent_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions android_intent_plus
to update the constraint.
The constraint `^11.2.2` on device_info_plus does not support the stable version `12.0.0`, that was published 27 days ago.
When device_info_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions device_info_plus
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 7 errors:
UNDEFINED_METHOD
-lib/web_view.dart:630:13
- The method 'launchUrl' isn't defined for the type 'CustomWebViewState'.UNDEFINED_IDENTIFIER
-lib/web_view.dart:630:45
- Undefined name 'LaunchMode'.UNDEFINED_METHOD
-lib/web_view.dart:672:29
- 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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.