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
110/ 140
pub points
0%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

19 out of 69 API elements (27.5 %) have documentation comments.

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

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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
Pass static analysis
30 / 50trigger folding of the section

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

Found 3 issues. Showing the first 2:

WARNING: The operand can't 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,
   │                 ^^^^^^^^
   ╵

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)
    │                                                   ^^^^^^^^^^^^^^^^^
    ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
battery_plus ^3.0.0 3.0.6 5.0.3
device_info_plus ^8.0.0 8.2.2 9.1.2
flutter flutter 0.0.0 0.0.0
sentry_flutter ^6.15.1 6.22.0 7.18.0
Transitive dependencies
Package Constraint Compatible Latest
args - 2.4.2 2.4.2
async - 2.11.0 2.11.0
battery_plus_platform_interface - 1.2.2 2.0.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
dbus - 0.7.10 0.7.10
device_info_plus_platform_interface - 7.0.0 7.0.0
ffi - 2.1.2 2.1.2
file - 6.1.4 7.0.0
flutter_web_plugins - 0.0.0 0.0.0
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
intl - 0.19.0 0.19.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.12.0
package_info_plus - 3.1.2 5.0.1
package_info_plus_platform_interface - 2.0.1 2.0.1
path - 1.9.0 1.9.0
petitparser - 6.0.2 6.0.2
plugin_platform_interface - 2.1.8 2.1.8
sentry - 6.22.0 7.18.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
upower - 0.7.0 0.7.0
uuid - 3.0.7 4.3.3
vector_math - 2.1.4 2.1.4
win32 - 4.1.4 5.3.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.

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

Analyzed with Pana 0.22.2, Flutter 3.19.2, Dart 3.3.0.

Check the analysis log for details.

0
likes
110
pub points
0%
popularity

Publisher

verified publisheruekoetter.dev

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

Repository (GitHub)
View/report issues

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