sentry_flutter_plus 0.3.0 copy "sentry_flutter_plus: ^0.3.0" to clipboard
sentry_flutter_plus: ^0.3.0 copied to clipboard

This package includes a collection of community maintained integrations for Sentry.

0
likes
130/ 160
pub points
60
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: Apache-2.0.

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

19 out of 71 API elements (26.8 %) have documentation comments.

Some symbols that are missing documentation: sentry_flutter_plus, sentry_flutter_plus.ExceptionEventProcessor, sentry_flutter_plus.ExceptionEventProcessor.ExceptionEventProcessor.new, sentry_flutter_plus.ExceptionEventProcessor.apply, sentry_flutter_plus.FlutterEventProcessor.

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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:sentry_flutter_plus/sentry_flutter_plus.dart that imports:
  • package:sentry_flutter_plus/src/event_processor/windows_event_processor.dart that imports:
  • package:sentry_flutter/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/integrations.dart that imports:
  • package:sentry_flutter/src/integrations/load_release_integration.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:sentry_flutter_plus/sentry_flutter_plus.dart that imports:
  • package:sentry_flutter_plus/src/event_processor/windows_event_processor.dart that imports:
  • package:sentry_flutter/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/integrations.dart that imports:
  • package:sentry_flutter/src/integrations/load_release_integration.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:sentry_flutter_plus/sentry_flutter_plus.dart that imports:
  • package:sentry_flutter_plus/src/event_processor/flutter_event_processor.dart that imports:
  • package:battery_plus/battery_plus.dart that imports:
  • package:battery_plus/src/battery_plus_linux.dart that imports:
  • package:upower/upower.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:sentry_flutter_plus/sentry_flutter_plus.dart that imports:
  • package:sentry_flutter_plus/src/event_processor/windows_event_processor.dart that imports:
  • package:sentry_flutter/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/integrations.dart that imports:
  • package:sentry_flutter/src/integrations/load_release_integration.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:sentry_flutter_plus/sentry_flutter_plus.dart that imports:
  • package:sentry_flutter_plus/src/event_processor/windows_event_processor.dart that imports:
  • package:sentry_flutter/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/integrations.dart that imports:
  • package:sentry_flutter/src/integrations/load_release_integration.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:sentry_flutter_plus/sentry_flutter_plus.dart that imports:
  • package:sentry_flutter_plus/src/event_processor/flutter_event_processor.dart that imports:
  • package:battery_plus/battery_plus.dart that imports:
  • package:battery_plus/src/battery_plus_linux.dart that imports:
  • package:upower/upower.dart that declares support for platforms: Linux.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:sentry_flutter_plus/sentry_flutter_plus.dart that imports:
  • package:sentry_flutter_plus/src/event_processor/windows_event_processor.dart that imports:
  • package:sentry_flutter/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/on_error_integration.dart that imports:
  • package:sentry_flutter/src/sentry_flutter_options.dart that imports:
  • package:sentry/sentry.dart that imports:
  • package:sentry/src/tracing.dart that imports:
  • package:sentry/src/sentry_trace_context_header.dart that imports:
  • package:sentry/src/sentry_options.dart that imports:
  • package:sentry/src/environment/environment_variables.dart that imports:
  • package:sentry/src/environment/_io_environment_variables.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 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 3 issues. Showing the first 2:

WARNING: The operand must be 'null', so the condition is always 'false'.

lib/src/method_channel/sentry_binary_messenger.dart:89:17

   
89              if (bytes != null) 'message_bytes': bytes,
                    ^^^^^^^^
   
copied to clipboard

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

INFO: 'renderViewElement' is deprecated and shouldn't be used. Use rootElement instead. This feature was deprecated after v3.9.0-16.0.pre.

lib/src/integrations/tree_walker_integration.dart:134:51

    ╷
134 │   final tree = TreeWalker(WidgetsBinding.instance.renderViewElement)
    │                                                   ^^^^^^^^^^^^^^^^^
    ╵
copied to clipboard

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

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

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

Package Constraint Compatible Latest Notes
battery_plus ^3.0.0 3.0.6 6.2.1
device_info_plus ^8.0.0 8.2.2 11.3.3
sentry_flutter ^6.15.1 6.22.0 8.14.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
battery_plus_platform_interface - 1.2.2 2.0.1
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
dbus - 0.7.11 0.7.11
device_info_plus_platform_interface - 7.0.2 7.0.2
ffi - 2.1.4 2.1.4
file - 6.1.4 7.0.1
http - 0.13.6 1.3.0
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
package_info_plus - 3.1.2 8.3.0
package_info_plus_platform_interface - 2.0.1 3.2.0
path - 1.9.1 1.9.1
petitparser - 6.1.0 6.1.0
plugin_platform_interface - 2.1.8 2.1.8
sentry - 6.22.0 8.14.1
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.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
upower - 0.7.0 0.7.0
uuid - 3.0.7 4.5.1
vector_math - 2.1.4 2.1.4
win32 - 4.1.4 5.12.0
xml - 6.5.0 6.5.0

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

Found 3 issues. Showing the first 2:

The constraint `^3.0.0` on battery_plus does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions battery_plus to update the constraint.

The constraint `^8.0.0` on device_info_plus does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions device_info_plus to update the constraint.

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:
Jun 29Jul 27Aug 24Sep 21Oct 19Nov 16Dec 14Jan 11Feb 8Mar 8051015202530>=0.0.0-0 <1.0.0
0
likes
130
points
60
downloads

Publisher

verified publisheruekoetter.dev

Weekly Downloads

2024.09.14 - 2025.03.29

This package includes a collection of community maintained integrations for Sentry.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

battery_plus, device_info_plus, flutter, sentry_flutter

More

Packages that depend on sentry_flutter_plus