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

A customizable component package for Flutter.

110/ 160
pub points
13
downloads

We analyzed this package 19 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.

Homepage URL doesn't exist.

At the time of the analysis https://gitlab.com/dev-landa-system/venturo-flutter/vpack was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://gitlab.com/dev-landa-system/venturo-flutter/vpack was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://gitlab.com/dev-landa-system/venturo-flutter/vpack/-/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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: MIT.

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

1275 out of 3533 API elements (36.1 %) have documentation comments.

Some symbols that are missing documentation: abs_localization, abs_localization.AbsLocalization, abs_localization.AbsLocalization.AbsLocalization.new, abs_localization.AbsLocalization.enDictionary, abs_localization.AbsLocalization.idDictionary.

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 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:vpack/vpack.dart that imports:
  • package:vpack/core/extensions/file_ext.dart that imports:
  • dart:io

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:vpack/vpack.dart that imports:
  • package:venturo_api_manager/venturo_api_manager.dart that imports:
  • package:sentry_flutter/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/on_error_integration.dart that imports:
  • package:sentry_flutter/src/sentry_flutter_options.dart that imports:
  • package:sentry_flutter/src/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/integrations.dart that imports:
  • package:sentry_flutter/src/integrations/load_release_integration.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:vpack/vpack.dart that imports:
  • package:venturo_api_manager/venturo_api_manager.dart that imports:
  • package:sentry_flutter/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/on_error_integration.dart that imports:
  • package:sentry_flutter/src/sentry_flutter_options.dart that imports:
  • package:sentry_flutter/src/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/integrations.dart that imports:
  • package:sentry_flutter/src/integrations/load_release_integration.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:vpack/vpack.dart that imports:
  • package:venturo_api_manager/venturo_api_manager.dart that imports:
  • package:venturo_api_manager/interceptors/retry_interceptor.dart that imports:
  • package:venturo_api_manager/interceptors/dio_connectivity_request_retrier.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:vpack/vpack.dart that imports:
  • package:venturo_api_manager/venturo_api_manager.dart that imports:
  • package:sentry_flutter/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/on_error_integration.dart that imports:
  • package:sentry_flutter/src/sentry_flutter_options.dart that imports:
  • package:sentry_flutter/src/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/integrations.dart that imports:
  • package:sentry_flutter/src/integrations/load_release_integration.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:vpack/vpack.dart that imports:
  • package:venturo_api_manager/venturo_api_manager.dart that imports:
  • package:sentry_flutter/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/on_error_integration.dart that imports:
  • package:sentry_flutter/src/sentry_flutter_options.dart that imports:
  • package:sentry_flutter/src/sentry_flutter.dart that imports:
  • package:sentry_flutter/src/integrations/integrations.dart that imports:
  • package:sentry_flutter/src/integrations/load_release_integration.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
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 59 issues. Showing the first 2:

WARNING: A value for optional parameter 'textStyle' isn't ever given.

lib/components/progress_bar/vent_circle_progress_bar.dart:112:10

    ╷
112 │     this.textStyle,
    │          ^^^^^^^^^
    ╵

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

INFO: Dangling library doc comment.

lib/components/button/enums/v_button_border_enum.dart:2:1

  ╷
2 │ /// This file defines the VButtonBorder enum which specifies different border styles for the VButton widget.
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/components/button/enums/v_button_border_enum.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
flutter_svg >=2.0.7 <=2.0.17 2.0.17 2.2.4
http ^1.2.2 1.6.0 1.6.0
intl >=0.19.0 <=0.20.2 0.20.2 0.20.2
lottie >=2.6.0 <=3.1.3 3.1.3 3.3.2
shimmer ^3.0.0 3.0.0 3.0.0
skeletonizer ^1.4.3 1.4.3 2.1.3
venturo_api_manager ^1.0.0 1.0.3 1.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.9
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
connectivity_plus - 6.1.1 7.0.0
connectivity_plus_platform_interface - 2.0.1 2.0.1
crypto - 3.0.7 3.0.7
dbus - 0.7.12 0.7.12
dio - 5.7.0 5.9.2
dio_web_adapter - 2.0.0 2.1.2
fast_rsa - 3.8.6 3.8.6
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flat_buffers - 23.5.26 25.9.23
http_parser - 4.1.2 4.1.2
logger - 2.7.0 2.7.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
nm - 0.5.0 0.5.0
package_info_plus - 9.0.0 9.0.0
package_info_plus_platform_interface - 3.2.1 3.2.1
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
sentry - 8.13.2 9.15.0
sentry_flutter - 8.13.2 9.15.0
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.5.3 4.5.3
vector_graphics - 1.1.20 1.1.20
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.2.0 1.2.0
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1
win32 - 5.15.0 6.0.0
xml - 6.6.1 6.6.1

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

Found 3 issues. Showing the first 2:

The constraint `>=2.0.7 <=2.0.17` on flutter_svg does not support the stable version `2.1.0`.

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

The constraint `>=2.6.0 <=3.1.3` on lottie does not support the stable version `3.2.0`.

Try running dart pub upgrade --major-versions lottie 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.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
110
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable component package for Flutter.

Repository (GitLab)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_svg, http, intl, lottie, shimmer, skeletonizer, venturo_api_manager

More

Packages that depend on vpack