app_badger_macos 3.1.1
app_badger_macos: ^3.1.1 copied to clipboard
macOS implementation of the app_badger plugin.
We analyzed this package 2 days ago, and awarded it 105 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/ajinkya446/app_badger/tree/main/packages/app_badger_macos was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("3.1.1").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 15 API elements (0.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: app_badger_macos, app_badger_macos.AppBadgerMacOS, app_badger_macos.AppBadgerMacOS.AppBadgerMacOS.new, app_badger_macos.AppBadgerMacOS.events, app_badger_macos.AppBadgerMacOS.getBadgeCount.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:app_badger_macos/app_badger_macos.dartthat declares support for platforms:macOS.
Package does not support platform `iOS`.
Because:
package:app_badger_macos/app_badger_macos.dartthat declares support for platforms:macOS.
Package does not support platform `Windows`.
Because:
package:app_badger_macos/app_badger_macos.dartthat declares support for platforms:macOS.
Package does not support platform `Linux`.
Because:
package:app_badger_macos/app_badger_macos.dartthat declares support for platforms:macOS.
Package does not support platform `Web`.
Because:
package:app_badger_macos/app_badger_macos.dartthat declares support for platforms:macOS.
Swift PM-ready: This iOS or macOS plugin supports the Swift Package Manager. See https://docs.flutter.dev/to/spm for details.
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 |
|---|---|---|---|---|
app_badger_platform_interface |
^3.1.0 |
3.1.2 | 3.1.2 |
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.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.4.2 | 2.4.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
EXTENDS_NON_CLASS-lib/app_badger_macos.dart:4:30- Classes can only extend other classes.UNDEFINED_IDENTIFIER-lib/app_badger_macos.dart:6:5- Undefined name 'AppBadgePlatform'.
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.