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 80 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
309 out of 796 API elements (38.8 %) 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.new
, 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 | Notes |
---|---|---|---|---|
connectivity |
^3.0.6 |
3.0.6 | 3.0.6 | Discontinued |
figma_squircle |
^0.5.3 |
0.5.3 | 0.6.3 | |
flutter_bloc |
^7.2.0 |
7.3.3 | 9.1.1 | |
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.2.0 | |
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 7 issues. Showing the first 2:
The constraint `^0.5.3` on figma_squircle does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions figma_squircle
to update the constraint.
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.
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.