app_badger 3.1.1
app_badger: ^3.1.1 copied to clipboard
A Flutter plugin to manage app badge counts on Android, iOS, and macOS with modern Swift Package Manager and federated architecture support.
We analyzed this package 33 hours ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
10/10 points: 20% or more of the public API has dartdoc comments
53 out of 85 API elements (62.4 %) have documentation comments.
Some symbols that are missing documentation: app_badger, app_badger.AppBadgeController.AppBadgeController.new, app_badger.AppBadger.AppBadger.new, app_badger.AppBadger.decrementBadge, app_badger.AppBadger.events.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:app_badger/app_badger.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:app_badger/app_badger.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Web`.
Because:
package:app_badger/app_badger.dartthat declares support for platforms:Android,iOS,macOS.
Swift PM-ready: This iOS or macOS plugin supports the Swift Package Manager. See https://docs.flutter.dev/to/spm for details.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_badger_android |
^3.1.0 |
3.1.2 | 3.1.2 | Discontinued |
app_badger_ios |
^3.1.0 |
3.1.2 | 3.1.2 | Discontinued |
app_badger_macos |
^3.1.0 |
3.1.2 | 3.1.2 | Discontinued |
app_badger_platform_interface |
^3.1.0 |
3.1.2 | 3.1.2 | Discontinued |
meta |
^1.17.0 |
1.19.0 | 1.19.0 |
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 | |
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.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- app_badger_android
- app_badger_ios
- app_badger_macos
- app_badger_platform_interface.
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 11 errors:
UNDEFINED_IDENTIFIER-lib/app_badger.dart:15:40- Undefined name 'AppBadgePlatform'.UNDEFINED_IDENTIFIER-lib/app_badger.dart:45:12- Undefined name 'AppBadgePlatform'.UNDEFINED_IDENTIFIER-lib/app_badger.dart:74:12- 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.