flutter_slick 4.3.13 copy "flutter_slick: ^4.3.13" to clipboard
flutter_slick: ^4.3.13 copied to clipboard

Slick patterns, components, navigation and services for Flutter.

4
likes
140/ 160
pub points
74%
popularity

We analyzed this package 15 hours ago, and awarded it 140 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://dev.azure.com/codecollective1/_git/flutter_slick was unreachable. Make sure that the website is reachable via HEAD requests.

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: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

119 out of 577 API elements (20.6 %) have documentation comments.

Some symbols that are missing documentation: action_dialog_options, action_row, action_row.ActionRow, action_row.ActionRow.ActionRow, action_row.ActionRow.item.

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.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 3 issues. Showing the first 2:

INFO: 'onPopInvoked' is deprecated and shouldn't be used. Use onPopInvokedWithResult instead. This feature was deprecated after v3.22.0-12.0.pre.

lib/components/dialogs/dialog.dart:34:7

   ╷
34 │       onPopInvoked: (didPop) async {
   │       ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/components/dialogs/dialog.dart

INFO: 'onPopPage' is deprecated and shouldn't be used. Use onDidRemovePage instead. This feature was deprecated after v3.16.0-17.0.pre.

lib/navigation/router_delegate.dart:37:7

   ╷
37 │       onPopPage: (route, result) => route.didPop(result),
   │       ^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
dropdown_search >=5.0.2 <5.1.0 5.0.6 6.0.0
flutter flutter 0.0.0 0.0.0
get_it >=7.6.4 <7.8.0 7.7.0 7.7.0
intl >=0.17.0 <1.0.0 0.19.0 0.19.0
provider >=6.0.4 <6.2.0 6.1.2 6.1.2
validators ^3.0.0 3.0.0 3.0.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.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 `>=5.0.2 <5.1.0` on dropdown_search does not support the stable version `6.0.0`, that was published 5 days ago.

When dropdown_search is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions dropdown_search 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.12, Flutter 3.24.2, Dart 3.5.2.

Check the analysis log for details.

4
likes
140
pub points
74%
popularity

Publisher

verified publishercodecollective.com

Slick patterns, components, navigation and services for Flutter.

Repository

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dropdown_search, flutter, get_it, intl, provider, validators

More

Packages that depend on flutter_slick