sai_custom_widgets 0.0.1 copy "sai_custom_widgets: ^0.0.1" to clipboard
sai_custom_widgets: ^0.0.1 copied to clipboard

A collection of customizable and reusable Flutter widgets to simplify UI development. This package includes widgets for layout gaps, state management with GetX, and more to help developers build respo [...]

0
likes
130/ 160
pub points
0%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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: sai_custom_widgets,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

OK
Provide documentation
20 / 20trigger folding of the section

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

68 out of 229 API elements (29.7 %) have documentation comments.

Some symbols that are missing documentation: sai_custom_widgets, sai_custom_widgets.BaseScaffold, sai_custom_widgets.BaseScaffold.BaseScaffold, sai_custom_widgets.ContainsRule, sai_custom_widgets.ContainsRule.ContainsRule.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:sai_custom_widgets/sai_custom_widgets.dart that imports:
  • package:sai_custom_widgets/src/widgets/section.dart that imports:
  • package:sai_custom_widgets/src/widgets/list_tile.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:sai_custom_widgets/sai_custom_widgets.dart that imports:
  • package:sai_custom_widgets/src/validator/validators.dart that imports:
  • package:sai_custom_widgets/src/validator/validators/regex_rule.dart that imports:
  • package:sai_custom_widgets/src/validator/validator_rule.dart that imports:
  • package:get/get.dart that imports:
  • package:get/route_manager.dart that imports:
  • package:get/get_navigation/get_navigation.dart that imports:
  • package:get/get_navigation/src/root/get_material_app.dart that imports:
  • package:get/get_utils/get_utils.dart that imports:
  • package:get/get_utils/src/platform/platform.dart that imports:
  • package:get/get_utils/src/platform/platform_web.dart that imports:
  • dart:html

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.

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

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

Found 12 issues. Showing the first 2:

INFO: The variable name 'UbuildCupertinoDropdown' isn't a lowerCamelCase identifier.

lib/src/widgets/custom_dropdown.dart:81:10

   ╷
81 │   Widget UbuildCupertinoDropdown() {
   │          ^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

INFO: The variable name 'UshowCupertinoPicker' isn't a lowerCamelCase identifier.

lib/src/widgets/custom_dropdown.dart:105:8

    ╷
105 │   void UshowCupertinoPicker() {
    │        ^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/custom_dropdown.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
flutter flutter 0.0.0 0.0.0
gap ^3.0.1 3.0.1 3.0.1
get ^4.6.6 4.6.6 4.6.6
meta ^1.9.1 1.15.0 1.16.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
material_color_utilities - 0.11.1 0.12.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.

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.15, Flutter 3.24.5, Dart 3.5.4.

Check the analysis log for details.

0
likes
130
pub points
0%
popularity

Publisher

verified publisherjayak.net

A collection of customizable and reusable Flutter widgets to simplify UI development. This package includes widgets for layout gaps, state management with GetX, and more to help developers build responsive and dynamic UIs easily.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, gap, get, meta

More

Packages that depend on sai_custom_widgets