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

Zeba Academy Permissions is a Flutter permission management package that simplifies permission handling with status tracking, request flows, multiple permission support, and customizable permission dialogs.

130/ 160
pub points
115
downloads

We analyzed this package 5 days ago, and awarded it 130 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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

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

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

5 out of 23 API elements (21.7 %) have documentation comments.

Some symbols that are missing documentation: zeba_academy_permissions, zeba_academy_permissions.ZebaPermissionDialog, zeba_academy_permissions.ZebaPermissionDialog.ZebaPermissionDialog.new, zeba_academy_permissions.ZebaPermissionDialog.setContext, zeba_academy_permissions.ZebaPermissionManager.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Web

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:zeba_academy_permissions/zeba_academy_permissions.dart that imports:
  • package:zeba_academy_permissions/src/zeba_permission_utils.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `macOS`.

Because:

  • package:zeba_academy_permissions/zeba_academy_permissions.dart that imports:
  • package:zeba_academy_permissions/src/zeba_permission_utils.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

Failed report section
Support up-to-date dependencies
30 / 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
permission_handler ^11.3.1 11.4.0 12.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.3
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.10 9.4.10
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
plugin_platform_interface - 2.1.8 2.1.8
vector_math - 2.2.0 2.4.0
web - 1.1.1 1.1.1

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

The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.

Try running dart pub upgrade --major-versions permission_handler 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.12, Flutter 3.44.2, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
115
downloads

Documentation

API reference

Publisher

verified publisherzeba.academy

Weekly Downloads

Zeba Academy Permissions is a Flutter permission management package that simplifies permission handling with status tracking, request flows, multiple permission support, and customizable permission dialogs.

Homepage

License

GPL-3.0 (license)

Dependencies

flutter, permission_handler

More

Packages that depend on zeba_academy_permissions