rollbar_flutter_aio 2.0.11 copy "rollbar_flutter_aio: ^2.0.11" to clipboard
rollbar_flutter_aio: ^2.0.11 copied to clipboard

Connect your Flutter applications to Rollbar for error reporting.

90/ 160
pub points
122
downloads

We analyzed this package 2 days ago, and awarded it 90 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: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting rollbar_flutter_aio... Discovering libraries... Linking elements... Precaching local docs for 1247705 elements... Initialized dartdoc with 1265 libraries Generating docs for library common/rollbar_common.dart from package:rollbar_flutter_aio/common/rollbar_common.dart... Generating docs for library common/src/tuple.dart from package:rollbar_flutter_aio/common/src/tuple.dart... Generating docs for library common/src/level.dart from package:rollbar_flutter_aio/common/src/level.dart... Generating docs for library common/src/result.dart from package:rollbar_flutter_aio/common/src/result.dart... Generating docs for library common/src/zipped.dart from package:rollbar_flutter_aio/common/src/zipped.dart... [49 more lines] ERR: warning: rollbar_common has no library level documentation comments from rollbar_common: (file:///tmp/pana_TCDIHQ/lib/common/rollbar_common.dart:1:1) warning: unresolved doc reference [Serializable.fromMap] from persistable.Persistable: (file:///tmp/pana_TCDIHQ/lib/common/src/persistable.dart:26:16) warning: unresolved doc reference [x] from rollbar_common.isTrue: (file:///tmp/pana_TCDIHQ/lib/common/src/extension/function.dart:58:7) in documentation inherited from rollbar_common.isTrue: (file:///tmp/pana_TCDIHQ/lib/common/src/extension/function.dart:58:7) warning: unresolved doc reference [entry] from collection.MapExtensions.fold: (file:///tmp/pana_TCDIHQ/lib/common/src/extension/collection.dart:184:5) warning: unresolved doc reference [entry] [33 more lines]

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/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:rollbar_flutter_aio/common/rollbar_common.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

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

Because:

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

Because:

  • package:rollbar_flutter_aio/common/rollbar_common.dart that declares support for platforms: Android, iOS.

Swift Package Manager support:

Package does not support the Swift Package Manager on iOS

The package does not contain ios/rollbar_flutter_aio/Package.swift.

Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.

Built-in Kotlin-ready: This Android plugin supports built-in Kotlin. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors 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 6 issues. Showing the first 2:

WARNING: The annotation 'override' can only be used on fields, getters, methods, or setters.

lib/common/src/data/breadcrumb_record.dart:45:4

   ╷
45 │   @override
   │    ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/common/src/data/breadcrumb_record.dart

WARNING: The annotation 'override' can only be used on fields, getters, methods, or setters.

lib/common/src/data/payload_record.dart:55:4

   ╷
55 │   @override
   │    ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/common/src/data/payload_record.dart

Failed report section
Support up-to-date dependencies
10 / 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
collection ^1.16.0 1.19.1 1.19.1
connectivity_plus ^6.0.4 6.1.5 7.3.1
http >=0.13.0 <2.0.0 1.6.0 1.6.0
meta ^1.7.0 1.19.0 1.19.0
sqlite3 ^1.7.0 1.11.2 3.5.2
sqlite3_flutter_libs ^0.5.40 0.5.42 0.6.0+eol
stack_trace ^1.10.0 1.12.1 1.12.1
uuid ^4.1.0 4.6.0 4.6.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
connectivity_plus_platform_interface - 2.1.0 2.1.0
crypto - 3.0.7 3.0.7
dbus - 0.7.15 0.7.15
ffi - 2.2.0 2.2.0
fixnum - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.13.0 0.13.1
nm - 0.5.0 0.5.0
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.2 1.10.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
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
xml - 7.0.1 7.0.1

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

Found 3 issues. Showing the first 2:

The constraint `^6.0.4` on connectivity_plus does not support the stable version `7.0.0`.

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

The constraint `^1.7.0` on sqlite3 does not support the stable version `2.0.0`.

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

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 2 errors:

  • CONST_INITIALIZED_WITH_NON_CONSTANT_VALUE - lib/common/src/identifiable.dart:11:17 - Const variables must be initialized with a constant value.
  • UNDEFINED_METHOD - lib/common/src/identifiable.dart:11:22 - The method 'raw' isn't defined for the type 'UuidValue'.

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.18, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: