sticky_grouped_list_plus 0.0.17 copy "sticky_grouped_list_plus: ^0.0.17" to clipboard
sticky_grouped_list_plus: ^0.0.17 copied to clipboard

A ScrollablePositionedList where the list items can be grouped into sections.

8
likes
110/ 160
pub points
56
downloads

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/xaldarof/sticky_grouped_list_plus was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: sticky_grouped_list_plus,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting sticky_grouped_list_plus... Discovering libraries... Linking elements... Precaching local docs for 624888 elements... Initialized dartdoc with 773 libraries Generating docs for library sticky_grouped_list_plus.dart from package:sticky_grouped_list_plus/sticky_grouped_list_plus.dart... Generating docs for library scrollable_positioned_list.dart from package:sticky_grouped_list_plus/scrollable_positioned_list.dart... Generating docs for library sticky_grouped_list.dart from package:sticky_grouped_list_plus/sticky_grouped_list.dart... Documented 3 public libraries in 84.2 seconds ERR: warning: unresolved doc reference [index] from package-sticky_grouped_list_plus: file:///tmp/pana_OECQRJ warning: sticky_grouped_list_plus has no library level documentation comments from sticky_grouped_list_plus: (file:///tmp/pana_OECQRJ/lib/sticky_grouped_list_plus.dart:1:9) warning: unresolved doc reference [ScrollController.scrollTo] from scrollable_positioned_list_src.ScrollablePositionedList.minCacheExtent: (file:///tmp/pana_OECQRJ/lib/src/scrollable_positioned_list_src.dart:196:17) in documentation inherited from scrollable_positioned_list_src.ScrollablePositionedList.minCacheExtent: (file:///tmp/pana_OECQRJ/lib/src/scrollable_positioned_list_src.dart:196:17) error: file already written at "sticky_grouped_list_plus/index.html" for symbol sticky_grouped_list_plus: (file:///tmp/pana_OECQRJ/lib/sticky_grouped_list.dart:13:9) conflicting with file already generated by sticky_grouped_list_plus: (file:///tmp/pana_OECQRJ/lib/sticky_grouped_list_plus.dart:1:9) [24 more lines]

10/10 points: Package has an example

OK
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

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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

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

Found 22 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/item_positions_listener.dart:45:17

45bool operator ==(dynamic other) {
   │                 ^^
   ╵
copied to clipboard

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

WARNING: The operand can't be 'null', so the condition is always 'true'.

lib/src/positioned_list.dart:47:26

47 │   })  : assert(itemCount != null),
   │                          ^^^^^^^
   ╵
copied to clipboard

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

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

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

Package Constraint Compatible Latest
background_downloader ^7.9.4 7.12.3 8.8.1
flutter flutter 0.0.0 0.0.0
meta ^1.7.0 1.15.0 1.16.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
characters - 1.3.0 1.4.0
collection - 1.19.0 1.19.1
ffi - 2.1.3 2.1.3
http - 1.2.2 1.2.2
http_parser - 4.1.1 4.1.1
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.12.0
mime - 1.0.6 2.0.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.15 2.2.15
path_provider_foundation - 2.4.1 2.4.1
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
sky_engine - 0.0.0 0.0.0
source_span - 1.10.1 1.10.1
sqflite - 2.4.1 2.4.1
sqflite_android - 2.4.0 2.4.0
sqflite_common - 2.5.4+6 2.5.4+6
sqflite_darwin - 2.4.1 2.4.1
sqflite_platform_interface - 2.4.0 2.4.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.3.0+3 3.3.0+3
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
xdg_directories - 1.1.0 1.1.0

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

The constraint `^7.9.4` on background_downloader does not support the stable version `8.0.0`.

Try running dart pub upgrade --major-versions background_downloader to update the constraint.

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.22.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

8
likes
110
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

2024.06.13 - 2024.12.26

A ScrollablePositionedList where the list items can be grouped into sections.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

background_downloader, flutter, meta

More

Packages that depend on sticky_grouped_list_plus