datadome_flutter_dio 3.3.1 copy "datadome_flutter_dio: ^3.3.1" to clipboard
datadome_flutter_dio: ^3.3.1 copied to clipboard

DataDome Flutter Plugin that integrates Datadome protection into apps using Dio HTTP client.

3
likes
140/ 160
pub points
2.7k
downloads

We analyzed this package 3 days ago, and awarded it 140 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://datadome.co was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

27 out of 131 API elements (20.6 %) have documentation comments.

Some symbols that are missing documentation: captcha_page, captcha_page.CaptchaPage, captcha_page.CaptchaPage.CaptchaPage.new, captcha_page.CaptchaPage.captchaUrl, captcha_page.CaptchaPage.onCaptchaResolved.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:datadome_flutter_dio/captcha_page.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:datadome_flutter_dio/captcha_page.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:datadome_flutter_dio/captcha_page.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:datadome_flutter_dio/captcha_page.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:datadome_flutter_dio/captcha_page.dart that imports:
  • package:datadome_flutter_dio/tracking/event_tracker.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:datadome_flutter_dio/captcha_page.dart that imports:
  • package:datadome_flutter_dio/tracking/event_tracker.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.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:datadome_flutter_dio/captcha_page.dart that imports:
  • package:datadome_flutter_dio/tracking/event_tracker.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.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/datadome_flutter_dio/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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 14 issues. Showing the first 2:

WARNING: Unnecessary cast.

lib/captcha_page.dart:99:29

99 │           ..loadHtmlString((responsePage as HtmlResponsePage).html ?? "",
   │                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/captcha_page.dart

WARNING: The left operand can't be null, so the right operand is never executed.

lib/captcha_page.dart:99:71

99 │           ..loadHtmlString((responsePage as HtmlResponsePage).html ?? "",
   │                                                                       ^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/captcha_page.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
device_info_plus >=8.0.0 <12.0.0 11.3.3 11.3.3
dio ^5.0.0 5.8.0+1 5.8.0+1
package_info_plus >=3.0.1 <9.0.0 8.3.0 8.3.0
platform ^3.1.0 3.1.6 3.1.6
shared_preferences ^2.0.5 2.5.3 2.5.3
webview_flutter ^4.0.0 4.10.0 4.10.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
device_info_plus_platform_interface - 7.0.2 7.0.2
dio_web_adapter - 2.1.1 2.1.1
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
http - 1.3.0 1.3.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
package_info_plus_platform_interface - 3.2.0 3.2.0
path - 1.9.1 1.9.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences_android - 2.4.9 2.4.9
shared_preferences_foundation - 2.5.4 2.5.4
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
web - 1.1.1 1.1.1
webview_flutter_android - 4.3.4 4.3.4
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.18.5 3.18.5
win32 - 5.12.0 5.12.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 11Aug 8Sep 5Oct 3Oct 31Nov 28Dec 26Jan 23Feb 20Mar 2002004006008001k1.2k1.4k1.6k1.8k2k>=1.0.0-0 <2.0.0>=2.0.0-0 <3.0.0>=3.0.0-0 <4.0.0
3
likes
140
points
2.7k
downloads

Publisher

verified publisherdatadome.co

Weekly Downloads

2024.09.26 - 2025.04.10

DataDome Flutter Plugin that integrates Datadome protection into apps using Dio HTTP client.

Homepage

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

device_info_plus, dio, flutter, package_info_plus, platform, shared_preferences, webview_flutter

More

Packages that depend on datadome_flutter_dio