bugs 1.0.0 copy "bugs: ^1.0.0" to clipboard
bugs: ^1.0.0 copied to clipboard

A comprehensive bug report and logger package for Flutter applications.

130/ 160
pub points
16
downloads

We analyzed this package 17 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: 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

157 out of 177 API elements (88.7 %) have documentation comments.

Some symbols that are missing documentation: bugs, bugs.BugReport.BugReport.new, bugs.BugReportConfig.BugReportConfig.new, bugs.BugReportForm.BugReportForm.new, bugs.BugReportList.BugReportList.new.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:bugs/bugs.dart that imports:
  • package:bugs/src/widgets/bug_report_list.dart that imports:
  • package:bugs/src/widgets/bug_report_form.dart that imports:
  • package:bugs/src/utils/bug_report_sharer.dart that imports:
  • package:bugs/src/core/logger.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

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:bugs/bugs.dart that imports:
  • package:bugs/src/widgets/bug_report_list.dart that imports:
  • package:bugs/src/widgets/bug_report_form.dart that imports:
  • package:bugs/src/utils/bug_report_sharer.dart that imports:
  • package:bugs/src/core/bug_report_manager.dart that imports:
  • package:bugs/src/models/device_info.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:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:bugs/bugs.dart that imports:
  • package:bugs/src/widgets/bug_report_list.dart that imports:
  • package:bugs/src/widgets/bug_report_form.dart that imports:
  • package:bugs/src/utils/bug_report_sharer.dart that imports:
  • package:bugs/src/core/bug_report_manager.dart that imports:
  • package:bugs/src/models/device_info.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:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:bugs/bugs.dart that imports:
  • package:bugs/src/widgets/bug_report_list.dart that imports:
  • package:bugs/src/widgets/bug_report_form.dart that imports:
  • package:bugs/src/utils/bug_report_sharer.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_linux.dart that imports:
  • package:url_launcher_linux/url_launcher_linux.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:bugs/bugs.dart that imports:
  • package:bugs/src/widgets/bug_report_list.dart that imports:
  • package:bugs/src/widgets/bug_report_form.dart that imports:
  • package:bugs/src/utils/bug_report_sharer.dart that imports:
  • package:bugs/src/core/bug_report_manager.dart that imports:
  • package:bugs/src/models/device_info.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:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:bugs/bugs.dart that imports:
  • package:bugs/src/widgets/bug_report_list.dart that imports:
  • package:bugs/src/widgets/bug_report_form.dart that imports:
  • package:bugs/src/utils/bug_report_sharer.dart that imports:
  • package:bugs/src/core/bug_report_manager.dart that imports:
  • package:bugs/src/models/device_info.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:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 25 issues. Showing the first 2:

INFO: Unnecessary constructor invocation.

lib/src/core/bug_report_manager.dart:180:23

    ╷
180 │       final finalTags = <String>[
    │ ┌───────────────────────^
181 │ │       ...(_config.defaultTags),
182 │ │       ...(tags ?? []),
183 │ │     ].toSet().toList();
    │ └─────────────^
    ╵

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

INFO: 'Share' is deprecated and shouldn't be used. Use SharePlus instead.

lib/src/utils/bug_report_sharer.dart:27:13

   ╷
27 │       await Share.share(
   │             ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/bug_report_sharer.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
connectivity_plus any 7.0.0 7.0.0
device_info_plus any 12.3.0 12.3.0
intl any 0.20.2 0.20.2
package_info_plus any 9.0.0 9.0.0
path_provider any 2.1.5 2.1.5
share_plus any 12.0.1 12.0.1
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
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
cross_file - 0.3.5+1 0.3.5+1
crypto - 3.0.7 3.0.7
dbus - 0.7.11 0.7.11
device_info_plus_platform_interface - 7.0.3 7.0.3
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.0
nm - 0.5.0 0.5.0
package_info_plus_platform_interface - 3.2.1 3.2.1
path - 1.9.1 1.9.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
share_plus_platform_interface - 6.1.0 6.1.0
source_span - 1.10.1 1.10.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
url_launcher_linux - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.5 3.1.5
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.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 4 errors:

  • UNDEFINED_METHOD - lib/src/utils/bug_report_sharer.dart:161:19 - The method 'shareXFiles' isn't defined for the type 'Share'.
  • UNDEFINED_METHOD - lib/src/utils/bug_report_sharer.dart:162:10 - The method 'XFile' isn't defined for the type 'BugReportSharer'.
  • UNDEFINED_METHOD - lib/src/utils/bug_report_sharer.dart:207:19 - The method 'shareXFiles' isn't defined for the type 'Share'.

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.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
130
points
16
downloads

Publisher

verified publishernocorps.org

Weekly Downloads

A comprehensive bug report and logger package for Flutter applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, device_info_plus, flutter, intl, package_info_plus, path_provider, share_plus

More

Packages that depend on bugs