feature_notifier 1.0.71
feature_notifier: ^1.0.71 copied to clipboard
Notify users of new features within your app after an update
We analyzed this package 2 days ago, and awarded it 135 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 ("1.0.71").
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: GPL-3.0.
10/10 points: 20% or more of the public API has dartdoc comments
16 out of 62 API elements (25.8 %) have documentation comments.
Some symbols that are missing documentation: feature_notifier, feature_notifier.FeatureAlertNotifier, feature_notifier.FeatureAlertNotifier.FeatureAlertNotifier.new, feature_notifier.FeatureBarNotifier.FeatureBarNotifier.new, feature_notifier.FeatureBarNotifier.backgroundColor.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:feature_notifier/feature_notifier.dartthat imports:package:feature_notifier/src/widgets/widget.export.dartthat imports:package:feature_notifier/src/widgets/feature_notifier_base.dartthat imports:package:get_storage/get_storage.dartthat imports:package:get_storage/src/storage_impl.dartthat imports:package:get_storage/src/storage/html.dartthat imports:dart:html
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 23 issues. Showing the first 2:
WARNING: This function has a nullable return type of 'FutureOr
lib/src/widgets/alert_notifier/alert_notifier.dart:21:26
╷
21 │ static Future<Widget?> notify(
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/alert_notifier/alert_notifier.dart
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: FeatureBarNotifier.backgroundColor, FeatureBarNotifier.icon, FeatureBarNotifier.onClose, FeatureBarNotifier.onTapCard, FeatureBarNotifier.strokeColor, FeatureBarNotifier.strokeWidth, FeatureBarNotifier.fontWeight, FeatureBarNotifier.title, FeatureBarNotifier.titleColor, FeatureBarNotifier.closeIconColor, FeatureBarNotifier.titleFontSize, FeatureBarNotifier.showIcon, FeatureBarNotifier.featureKey
lib/src/widgets/bar_notification/bar_notifier.dart:12:7
╷
12 │ class FeatureBarNotifier extends StatefulWidget {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/bar_notification/bar_notifier.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
get_storage |
^2.0.3 |
2.1.1 | 2.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
get |
- | 4.7.2 | 4.7.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.20 | 2.2.20 | |
path_provider_foundation |
- | 2.4.3 | 2.4.3 | |
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 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.1, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.