crash_manager 1.1.0 copy "crash_manager: ^1.1.0" to clipboard
crash_manager: ^1.1.0 copied to clipboard

A comprehensive Flutter crash manager package with Firebase Crashlytics and Sentry support.

70/ 160
pub points
37
downloads

We analyzed this package 18 hours ago, and awarded it 70 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://github.com/bahricanyesil/flutter-crash-manager was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/bahricanyesil/flutter-crash-manager was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/bahricanyesil/flutter-crash-manager/issues 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

190 out of 191 API elements (99.5 %) have documentation comments.

Some symbols that are missing documentation: crash_manager.CrashManager.CrashManager.new.

Passed check 10/10 points: Package has an example

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

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

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

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

Found 4 issues. Showing the first 2:

ERROR: Invalid assignment to the parameter 'event'.

lib/src/implementations/sentry_crash_manager.dart:144:15

    ╷
144 │               event = modifiedEvent;
    │               ^^^^^^^^^^^^^^^^^^^^^
    ╵

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

WARNING: 'attachViewHierarchy' is experimental and could be removed or changed at any time.

lib/src/implementations/sentry_crash_manager.dart:94:13

   ╷
94 │           ..attachViewHierarchy = config.attachViewHierarchy;
   │             ^^^^^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
20 / 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
app_logger_manager ^2.0.0 2.0.0 2.0.0
device_package_info_manager ^1.1.2 1.1.2 1.1.2
firebase_core ^4.0.0 4.15.0 4.15.0
firebase_crashlytics ^5.0.0 5.4.0 5.4.0
flutter_connectivity_manager ^1.0.4 1.0.4 1.0.4
flutter_shared_utilities ^1.0.14 1.0.14 1.0.14
meta ^1.16.0 1.19.0 1.19.0
sentry_flutter ^9.5.0 9.30.1 9.30.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.77 1.3.77
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
connectivity_plus - 6.1.5 7.3.1
connectivity_plus_platform_interface - 2.1.0 2.1.0
crypto - 3.0.7 3.0.7
dbus - 0.7.15 0.8.0
device_info_plus - 11.5.0 13.2.0
device_info_plus_platform_interface - 7.0.3 8.1.0
equatable - 2.1.0 3.0.0
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
firebase_core_platform_interface - 8.1.1 8.1.1
firebase_core_web - 3.12.0 3.12.0
firebase_crashlytics_platform_interface - 3.9.0 3.9.0
fixnum - 1.1.1 1.1.1
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
internet_connection_checker_plus - 2.7.2 3.1.2
jni - 0.14.2 1.0.3
logger - 2.8.0 2.8.0
material_color_utilities - 0.13.0 0.13.1
nm - 0.5.0 0.6.0
package_config - 2.2.0 3.0.0
package_info_plus - 8.3.1 10.2.1
package_info_plus_platform_interface - 3.2.1 4.1.0
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
rxdart - 0.28.0 0.28.0
sentry - 9.30.1 9.30.1
source_span - 1.10.2 1.10.2
stack_trace - 1.12.2 1.12.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher - 6.3.2 6.3.2
url_launcher_android - 6.3.33 6.3.33
url_launcher_ios - 6.4.2 6.4.2
url_launcher_linux - 3.2.3 3.2.3
url_launcher_macos - 3.2.6 3.2.6
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.3 2.4.3
url_launcher_windows - 3.1.6 3.1.6
uuid - 4.6.0 4.6.0
vector_math - 2.4.3 2.4.3
web - 1.1.1 1.1.1
win32 - 5.15.0 6.4.0
win32_registry - 2.1.0 3.0.3
xml - 7.0.1 7.0.1

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • PARAMETER_ASSIGNMENTS - lib/src/implementations/sentry_crash_manager.dart:144:15 - Invalid assignment to the parameter 'event'.

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.23.19, Flutter 3.47.4, Dart 3.13.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: