flutter_essentials_plus 1.0.2
flutter_essentials_plus: ^1.0.2 copied to clipboard
A modern collection of extensions, validators, formatters, and helper utilities that reduce Flutter boilerplate while keeping code clean, readable, and maintainable.
We analyzed this package 5 days ago, and awarded it 160 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
294 out of 465 API elements (63.2 %) have documentation comments.
Some symbols that are missing documentation: animations, exceptions, extensions, flutter_essentials_plus, flutter_essentials_plus.AnimatedSwitcherX.AnimatedSwitcherX.new.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:flutter_essentials_plus/flutter_essentials_plus.dartthat imports:package:flutter_essentials_plus/utils.dartthat imports:package:flutter_essentials_plus/src/utils/utils.dartthat imports:package:flutter_essentials_plus/src/utils/hardware_utils.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:flutter_essentials_plus/flutter_essentials_plus.dartthat imports:package:flutter_essentials_plus/utils.dartthat imports:package:flutter_essentials_plus/src/utils/utils.dartthat imports:package:flutter_essentials_plus/src/utils/hardware_utils.dartthat imports:package:battery_plus/battery_plus.dartthat imports:package:battery_plus/src/battery_plus_linux.dartthat imports:package:upower/upower.dartthat declares support for platforms:Linux.
Package does not support platform `Web`.
Because:
package:flutter_essentials_plus/flutter_essentials_plus.dartthat imports:package:flutter_essentials_plus/utils.dartthat imports:package:flutter_essentials_plus/src/utils/utils.dartthat imports:package:flutter_essentials_plus/src/utils/hardware_utils.dartthat imports:package:battery_plus/battery_plus.dartthat imports:package:battery_plus/src/battery_plus_linux.dartthat imports:package:upower/upower.dartthat declares support for platforms:Linux.
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:flutter_essentials_plus/flutter_essentials_plus.dartthat imports:package:flutter_essentials_plus/utils.dartthat imports:package:flutter_essentials_plus/src/utils/utils.dartthat imports:package:flutter_essentials_plus/src/utils/hardware_utils.dartthat imports:package:battery_plus/battery_plus.dartthat imports:package:battery_plus/src/battery_plus_linux.dartthat imports:package:upower/upower.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:flutter_essentials_plus/flutter_essentials_plus.dartthat imports:package:flutter_essentials_plus/utils.dartthat imports:package:flutter_essentials_plus/src/utils/utils.dartthat imports:package:flutter_essentials_plus/src/utils/hardware_utils.dartthat imports:package:battery_plus/battery_plus.dartthat imports:package:battery_plus/src/battery_plus_linux.dartthat imports:package:upower/upower.dartthat declares support for platforms:Linux.
Package does not support platform `Windows`.
Because:
package:flutter_essentials_plus/flutter_essentials_plus.dartthat imports:package:flutter_essentials_plus/utils.dartthat imports:package:flutter_essentials_plus/src/utils/utils.dartthat imports:package:flutter_essentials_plus/src/utils/hardware_utils.dartthat imports:package:battery_plus/battery_plus.dartthat imports:package:battery_plus/src/battery_plus_linux.dartthat imports:package:upower/upower.dartthat declares support for platforms:Linux.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
battery_plus |
^7.1.1 |
7.1.1 | 7.1.1 | |
connectivity_plus |
^7.3.0 |
7.3.1 | 7.3.1 | |
device_info_plus |
^13.2.0 |
13.2.0 | 13.2.0 | |
permission_handler |
^12.0.3 |
12.0.3 | 13.0.1 | |
shared_preferences |
^2.5.5 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
uuid |
^4.6.0 |
4.6.0 | 4.6.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^12.0.3` on permission_handler does not support the stable version `13.0.0`, that was published 19 days ago.
When permission_handler is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions permission_handler to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.