extended_nested_scroll_view 5.1.3 copy "extended_nested_scroll_view: ^5.1.3" to clipboard
extended_nested_scroll_view: ^5.1.3 copied to clipboard

outdated

extended nested scroll view to fix pinned header and inner scrollables sync issues.

282
likes
80/ 160
pub points
98%
popularity

We analyzed this package 8 days ago, and awarded it 80 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

28 out of 37 API elements (75.7 %) have documentation comments.

Some symbols that are missing documentation: extended_nested_scroll_view, extended_nested_scroll_view.DoubleEx, extended_nested_scroll_view.DoubleEx.isZero, extended_nested_scroll_view.DoubleEx.notZero, extended_nested_scroll_view.ExtendedVisibilityDetector.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

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.

failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 26 issues. Showing the first 2:

ERROR: The named parameter 'devicePixelRatio' is required, but there's no corresponding argument.

lib/src/extended_nested_scroll_view.dart:754:8

    ╷
754 │     }) : super(
    │ ┌────────^
755 │ │           minScrollExtent: minScrollExtent,
756 │ │           maxScrollExtent: maxScrollExtent,
757 │ │           pixels: pixels,
758 │ │           viewportDimension: viewportDimension,
759 │ │           axisDirection: axisDirection,
760 │ │         );
    │ └─────────^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/extended_nested_scroll_view.dart

ERROR: '_NestedScrollMetrics.copyWith' ('_NestedScrollMetrics Function({AxisDirection? axisDirection, double? correctionOffset, double? maxRange, double? maxScrollExtent, double? minRange, double? minScrollExtent, double? pixels, double? viewportDimension})') isn't a valid override of 'ScrollMetrics.copyWith' ('ScrollMetrics Function({AxisDirection? axisDirection, double? devicePixelRatio, double? maxScrollExtent, double? minScrollExtent, double? pixels, double? viewportDimension})').

lib/src/extended_nested_scroll_view.dart:763:24

    ╷
763 │   _NestedScrollMetrics copyWith({
    │                        ^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/extended_nested_scroll_view.dart

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
visibility_detector ^0.3.3 0.3.3 0.4.0+2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.3.3` on visibility_detector does not support the stable version `0.4.0+2`.

Try running dart pub upgrade --major-versions visibility_detector 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 5 errors:

  • MISSING_REQUIRED_ARGUMENT - lib/src/extended_nested_scroll_view.dart:754:8 - The named parameter 'devicePixelRatio' is required, but there's no corresponding argument.
  • INVALID_OVERRIDE - lib/src/extended_nested_scroll_view.dart:763:24 - '_NestedScrollMetrics.copyWith' ('_NestedScrollMetrics Function({AxisDirection? axisDirection, double? correctionOffset, double? maxRange, double? maxScrollExtent, double? minRange, double? minScrollExtent, double? pixels, double? viewportDimension})') isn't a valid override of 'ScrollMetrics.copyWith' ('ScrollMetrics Function({AxisDirection? axisDirection, double? devicePixelRatio, double? maxScrollExtent, double? minScrollExtent, double? pixels, double? viewportDimension})').
  • NOT_ENOUGH_POSITIONAL_ARGUMENTS - lib/src/extended_nested_scroll_view.dart:1607:71 - 4 positional arguments expected by 'BallisticScrollActivity.new', but 3 found.

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.15, Flutter 3.24.4, Dart 3.5.4.

Check the analysis log for details.

282
likes
80
pub points
98%
popularity

Publisher

verified publisherfluttercandies.com

extended nested scroll view to fix pinned header and inner scrollables sync issues.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, visibility_detector

More

Packages that depend on extended_nested_scroll_view