kontext_flutter_sdk 1.1.2
kontext_flutter_sdk: ^1.1.2 copied to clipboard
Flutter SDK for integrating Kontext.so ads. Monetize text-based & AI apps like chatbots, search or messaging with unique, native ad formats.
We analyzed this package 11 hours ago, and awarded it 150 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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
61 out of 73 API elements (83.6 %) have documentation comments.
Some symbols that are missing documentation: kontext_flutter_sdk
, kontext_flutter_sdk.AdEvent.AdEvent.new
, kontext_flutter_sdk.AdsProvider.AdsProvider.new
, kontext_flutter_sdk.Character.Character.new
, kontext_flutter_sdk.InlineAd.InlineAd.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:kontext_flutter_sdk/kontext_flutter_sdk.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:kontext_flutter_sdk/kontext_flutter_sdk.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:kontext_flutter_sdk/kontext_flutter_sdk.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:kontext_flutter_sdk/kontext_flutter_sdk.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:kontext_flutter_sdk/kontext_flutter_sdk.dart
that imports:package:kontext_flutter_sdk/src/main.dart
that imports:package:kontext_flutter_sdk/src/widgets/ads_provider.dart
that imports:package:kontext_flutter_sdk/src/widgets/hooks/use_preload_ads.dart
that imports:package:kontext_flutter_sdk/src/services/api.dart
that imports:package:kontext_flutter_sdk/src/device_app_info/device_app_info.dart
that imports:package:kontext_flutter_sdk/src/device_app_info/operation_system.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:kontext_flutter_sdk/kontext_flutter_sdk.dart
that imports:package:kontext_flutter_sdk/src/main.dart
that imports:package:kontext_flutter_sdk/src/widgets/ads_provider.dart
that imports:package:kontext_flutter_sdk/src/widgets/hooks/use_preload_ads.dart
that imports:package:kontext_flutter_sdk/src/services/api.dart
that imports:package:kontext_flutter_sdk/src/device_app_info/device_app_info.dart
that imports:package:kontext_flutter_sdk/src/device_app_info/operation_system.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:kontext_flutter_sdk/kontext_flutter_sdk.dart
that imports:package:kontext_flutter_sdk/src/main.dart
that imports:package:kontext_flutter_sdk/src/widgets/inline_ad.dart
that imports:package:kontext_flutter_sdk/src/widgets/ad_format.dart
that imports:package:kontext_flutter_sdk/src/widgets/kontext_webview.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/kontext_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 19 issues. Showing the first 2:
/tmp/pana_CGPNGY/lib/src/device_app_info/app_info.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_CGPNGY/lib/src/device_app_info/device_app_info.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
device_info_plus |
^11.3.0 |
11.5.0 | 12.1.0 | |
flutter_hooks |
^0.21.2 |
0.21.3+1 | 0.21.3+1 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
http |
^1.4.0 |
1.5.0 | 1.5.0 | |
package_info_plus |
^8.3.0 |
8.3.1 | 9.0.0 | |
url_launcher |
^6.3.1 |
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 `^11.3.0` on device_info_plus does not support the stable version `12.0.0`, that was published 26 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.
The constraint `^8.3.0` on package_info_plus does not support the stable version `9.0.0`, that was published 26 days ago.
When package_info_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions package_info_plus
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.