appbinding 0.0.2 copy "appbinding: ^0.0.2" to clipboard
appbinding: ^0.0.2 copied to clipboard

A complete package for flutter applications

110/ 160
pub points
34
downloads

We analyzed this package 25 hours 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 50 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: BSD-3-Clause.

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

2 out of 4 API elements (50.0 %) have documentation comments.

Some symbols that are missing documentation: appbinding, appbinding.Calculator.Calculator.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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

WASM-ready: This package is compatible with runtime wasm. 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 80 issues. Showing the first 2:

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: CustomAppbar.leftIcon, CustomAppbar.rightIcon, CustomAppbar.additionalRightIcon, CustomAppbar.leftIconColor, CustomAppbar.rightIconColor, CustomAppbar.additionalRightIconColor

lib/src/custom_appbar.dart:10:7

   ╷
10 │ class CustomAppbar extends StatelessWidget implements PreferredSizeWidget{
   │       ^^^^^^^^^^^^
   ╵

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

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: CustomButton.v_ButtonText, CustomButton.v_Icon, CustomButton.v_BackgroundColor, CustomButton.v_ButtonTextStyle, CustomButton.v_CallBack, CustomButton.v_TopLeftCornerRadiation, CustomButton.v_TopRightCornerRadiation, CustomButton.v_BottomLeftCornerRadiation, CustomButton.v_BottomRightCornerRadiation

lib/src/custom_button.dart:3:7

  ╷
3 │ class CustomButton extends StatefulWidget{
  │       ^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/custom_button.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
go_router ^14.6.0 14.8.1 17.1.0
intl any 0.20.2 0.20.2
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
path - 1.9.1 1.9.1
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 `^14.6.0` on go_router does not support the stable version `15.0.0`.

Try running dart pub upgrade --major-versions go_router 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.23.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
110
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A complete package for flutter applications

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, go_router, intl

More

Packages that depend on appbinding