feed 0.5.21 feed: ^0.5.21 copied to clipboard
A package for managing load more lists and sliding sheets.
We analyzed this package 2 days ago, and awarded it 70 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 60 to 180 characters to describe the package, what it does, and its target use case.
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
309 out of 769 API elements (40.2 %) have documentation comments.
Some symbols that are missing documentation: Feed
, animation_system_delegate_builder
, animation_system_delegate_builder.AnimationSystemController
, animation_system_delegate_builder.AnimationSystemController.AnimationSystemController
, animation_system_delegate_builder.AnimationSystemController.isBinded
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:feed/feed.dart
that imports:package:feed/animationSystem/simulation_system_delegate_builder.dart
that imports:package:fort/fort.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:feed/feed.dart
that imports:package:feed/animationSystem/simulation_system_delegate_builder.dart
that imports:package:fort/fort.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:feed/feed.dart
that imports:package:feed/animationSystem/simulation_system_delegate_builder.dart
that imports:package:fort/fort.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:feed/feed.dart
that imports:package:feed/animationSystem/simulation_system_delegate_builder.dart
that imports:package:fort/fort.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 68 issues. Showing the first 2:
ERROR: The getter 'headline5' isn't defined for the type 'TextTheme'.
lib/feeds/compact_feed.dart:241:60
╷
241 │ child: Text(widget.title!, style: textStyles.headline5!.copyWith(color: appColors.onBackground),),
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/feeds/compact_feed.dart
WARNING: A value for optional parameter 'duration' isn't ever given.
lib/animationSystem/animation_system_delegate_builder.dart:308:78
╷
308 │ Future<bool> _onComplete(DismissDirection direction, double dx, {Duration? duration, OverlayDelegate? overlay, Future<void> Function()? reverse, List<dynamic>? args}) async {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/animationSystem/animation_system_delegate_builder.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
connectivity |
^3.0.6 |
3.0.6 | 3.0.6 |
figma_squircle |
^0.5.3 |
0.5.3 | 0.5.3 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_bloc |
^7.2.0 |
7.3.3 | 8.1.6 |
flutter_keyboard_visibility |
^5.0.3 |
5.4.1 | 6.0.0 |
flutter_neumorphic_null_safety |
^3.2.4 |
3.2.4 | 3.2.4 |
flutter_staggered_grid_view |
^0.4.0 |
0.4.1 | 0.7.0 |
flutter_svg |
^0.22.0 |
0.22.0 | 2.0.16 |
fort |
0.1.2 |
0.1.2 | 0.1.3 |
perceive_slidable |
^0.1.0 |
0.1.0 | 0.1.0 |
tuple |
^2.0.0 |
2.0.2 | 2.0.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^7.2.0` on flutter_bloc does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc
to update the constraint.
The constraint `^5.0.3` on flutter_keyboard_visibility does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_keyboard_visibility
to update the constraint.
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 1 error:
UNDEFINED_GETTER
-lib/feeds/compact_feed.dart:241:60
- The getter 'headline5' isn't defined for the type 'TextTheme'.
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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.