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

Connect your Flutter applications to Rollbar for error reporting.

120/ 160
pub points
95
downloads

We analyzed this package 2 days ago, and awarded it 120 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 1209396 elements... Initialized dartdoc with 1249 libraries 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... Generating docs for library common/src/identifiable.dart from package:rollbar_flutter_aio/common/src/identifiable.dart... Generating docs for library common/src/table_set.dart from package:rollbar_flutter_aio/common/src/table_set.dart... Generating docs for library common/src/persistable.dart from package:rollbar_flutter_aio/common/src/persistable.dart... [49 more lines] ERR: warning: unresolved doc reference [Serializable.fromMap] from persistable.Persistable: (file:///tmp/pana_RPAPJC/lib/common/src/persistable.dart:26:16) warning: unresolved doc reference [entry] from collection.MapExtensions.fold: (file:///tmp/pana_RPAPJC/lib/common/src/extension/collection.dart:184:5) warning: unresolved doc reference [entry] from collection.MapExtensions.reduce: (file:///tmp/pana_RPAPJC/lib/common/src/extension/collection.dart:162:18) warning: unresolved doc reference [accumulator] from collection.MapExtensions.reduce: (file:///tmp/pana_RPAPJC/lib/common/src/extension/collection.dart:162:18) warning: unresolved doc reference [x] from function.isTrue: (file:///tmp/pana_RPAPJC/lib/common/src/extension/function.dart:58:7) [33 more lines]

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

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/rollbar_flutter_aio/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 5 issues. Showing the first 2:

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

lib/common/src/identifiable.dart:8:16

  ╷
8 │ typedef UUID = UuidValue;
  │                ^^^^^^^^^
  ╵

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

INFO: Dangling library doc comment.

lib/common/src/extension/function.dart:1:1

  ╷
1 │ /// A collection of combinators and pure functions.
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

Partially passed 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.0.0
http >=0.13.0 <2.0.0 1.6.0 1.6.0
meta ^1.7.0 1.17.0 1.18.1
sqlite3 ^1.7.0 1.11.2 3.1.6
sqlite3_flutter_libs ^0.5.40 0.5.41 0.6.0+eol
stack_trace ^1.10.0 1.12.1 1.12.1
uuid ^4.1.0 4.5.2 4.5.2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
crypto - 3.0.7 3.0.7
dbus - 0.7.12 0.7.12
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.11.1 0.13.0
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.2.0 2.2.0
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.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

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

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.9, Flutter 3.38.9, Dart 3.10.8.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: