wp_pivot_flutter 1.0.0 copy "wp_pivot_flutter: ^1.0.0" to clipboard
wp_pivot_flutter: ^1.0.0 copied to clipboard

A Windows Phone style pivot tab bar implementation in Flutter

135/ 160
pub points
26
downloads

We analyzed this package 33 hours ago, and awarded it 135 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.0.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: BSD-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

17 out of 32 API elements (53.1 %) have documentation comments.

Some symbols that are missing documentation: wp_pivot_flutter, wp_pivot_flutter.CustomAppBar, wp_pivot_flutter.CustomAppBar.CustomAppBar.new, wp_pivot_flutter.CustomAppBar.fontSize, wp_pivot_flutter.CustomAppBar.fontWeight.

Passed check 10/10 points: Package has an example

Passed 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

Passed check 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.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

INFO: Missing type annotation.

lib/src/wp_pivot.dart:117:3

    ╷
117 │   handlePagechange(int currentPage) {
    │   ^^^^^^^^^^^^^^^^
    ╵

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

INFO: Statements in an if should be enclosed in a block.

lib/src/wp_pivot.dart:119:7

    ╷
119 │       increase();
    │       ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/wp_pivot.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 Notes
scrollable_positioned_list ^0.2.3 0.2.3 0.3.8
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
vector_math - 2.2.0 2.2.0

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

The constraint `^0.2.3` on scrollable_positioned_list does not support the stable version `0.3.0`.

Try running dart pub upgrade --major-versions scrollable_positioned_list 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.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
12
likes
135
points
26
downloads

Publisher

verified publisherchinmaykabi.com

Weekly Downloads

A Windows Phone style pivot tab bar implementation in Flutter

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, scrollable_positioned_list

More

Packages that depend on wp_pivot_flutter