sequential_navigator 0.0.3 copy "sequential_navigator: ^0.0.3" to clipboard
sequential_navigator: ^0.0.3 copied to clipboard

A new Flutter package project.

6
likes
110/ 160
pub points
54
downloads

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

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

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

50 out of 213 API elements (23.5 %) have documentation comments.

Some symbols that are missing documentation: database_constants, database_constants.DatabaseStrings, database_constants.DatabaseStrings.DatabaseStrings.new, database_constants.DatabaseStrings.hivePageStateIndex, database_constants.DatabaseStrings.hivePageStateIndexKey.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:sequential_navigator/main.dart that imports:
  • package:sequential_navigator/sequential_navigator/services/navigator_services.dart that imports:
  • package:sequential_navigator/sequential_navigator/database/state_crud.dart that imports:
  • package:hive_flutter/hive_flutter.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.dart that imports:
  • dart:io

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

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

Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 28 issues. Showing the first 2:

WARNING: This function has a nullable return type of 'List

lib/sequential_navigator/services/navigator_services.dart:66:14

   ╷
66 │   List<int>? getPreviousPageIndex() {
   │              ^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/sequential_navigator/services/navigator_services.dart

WARNING: The '!' will have no effect because the receiver can't be null.

lib/sequential_navigator/services/navigator_services.dart:101:48

    ╷
101 │     double topPadding = WidgetsBinding.instance!.window.padding.top;
    │                                                ^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/sequential_navigator/services/navigator_services.dart

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

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

Package Constraint Compatible Latest
cupertino_icons ^1.0.2 1.0.8 1.0.8
flutter flutter 0.0.0 0.0.0
flutter_easyrefresh ^2.2.1 2.2.2 2.2.2
flutter_riverpod ^1.0.0 1.0.4 2.6.1
get ^4.3.8 4.7.2 4.7.2
hive ^2.0.4 2.2.3 2.2.3
hive_flutter ^1.1.0 1.1.0 1.1.0
pull_to_refresh ^2.0.0 2.0.0 2.0.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
ffi - 2.1.4 2.1.4
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.16 2.2.16
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
riverpod - 1.0.3 2.6.1
sky_engine - 0.0.0 0.0.0
state_notifier - 0.7.2+1 1.0.0
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
web - 1.1.1 1.1.1
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 `^1.0.0` on flutter_riverpod does not support the stable version `2.0.0`.

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

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.18, Flutter 3.29.0, Dart 3.7.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
110
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package project.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

cupertino_icons, flutter, flutter_easyrefresh, flutter_riverpod, get, hive, hive_flutter, pull_to_refresh

More

Packages that depend on sequential_navigator