gestao_ponto_package 2.3.1 copy "gestao_ponto_package: ^2.3.1" to clipboard
gestao_ponto_package: ^2.3.1 copied to clipboard

Flutter package with time tracking and attendance management features for Senior mobile apps.

130/ 160
pub points
32
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://git.senior.com.br/gestao-ponto/gestao-ponto-package was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://git.senior.com.br/gestao-ponto/gestao-ponto-package 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

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

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

109 out of 159 API elements (68.6 %) have documentation comments.

Some symbols that are missing documentation: gestao_ponto_package, gestao_ponto_package.Config.baseUrl, gestao_ponto_package.Config.createUrl, gestao_ponto_package.Config.dio, gestao_ponto_package.Config.init.

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 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:gestao_ponto_package/gestao_ponto_package.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/menu_container.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/list_item_menu_widget.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/item_menu_widget.dart that imports:
  • package:senior_design_tokens/senior_design_tokens.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:gestao_ponto_package/gestao_ponto_package.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/menu_container.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/list_item_menu_widget.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/item_menu_widget.dart that imports:
  • package:senior_design_tokens/senior_design_tokens.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:gestao_ponto_package/gestao_ponto_package.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/menu_container.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/list_item_menu_widget.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/item_menu_widget.dart that imports:
  • package:senior_design_tokens/senior_design_tokens.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:gestao_ponto_package/gestao_ponto_package.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/menu_container.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/list_item_menu_widget.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/item_menu_widget.dart that imports:
  • package:senior_design_tokens/senior_design_tokens.dart that declares support for platforms: Android, iOS.

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:gestao_ponto_package/gestao_ponto_package.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/menu_container.dart that imports:
  • package:gestao_ponto_package/src/features/app/presentation/gestao_ponto_page.dart that imports:
  • package:gestao_ponto_package/src/features/app/module/initialize_package_module.dart that imports:
  • package:gestao_ponto_package/src/features/bank_hours/module/bank_hours_module.dart that imports:
  • package:gestao_ponto_package/src/features/bank_hours/presentation/screens/bank_hours_screen.dart that imports:
  • package:gestao_ponto_package/src/core/cubit/connectivity_cubit.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 `iOS`.

Because:

  • package:gestao_ponto_package/gestao_ponto_package.dart that imports:
  • package:gestao_ponto_package/src/features/widgets/menu_container/presentation/widgets/menu_container.dart that imports:
  • package:gestao_ponto_package/src/features/app/presentation/gestao_ponto_page.dart that imports:
  • package:gestao_ponto_package/src/features/app/module/initialize_package_module.dart that imports:
  • package:gestao_ponto_package/src/features/bank_hours/module/bank_hours_module.dart that imports:
  • package:gestao_ponto_package/src/features/bank_hours/presentation/screens/bank_hours_screen.dart that imports:
  • package:gestao_ponto_package/src/core/cubit/connectivity_cubit.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.
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 27 issues. Showing the first 2:

INFO: Missing type annotation.

lib/src/core/state/cubit_state.dart:8:40

  ╷
8 │   factory CubitState.success({required value}) => SuccessCubitState(value: value);
  │                                        ^^^^^
  ╵

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

INFO: The import of '../../../generated/l10n/gestao_ponto_localizations.dart' is unnecessary because all of the used elements are also provided by the import of 'package:gestao_ponto_package/gestao_ponto_package.dart'.

lib/src/core/utils/date_formatter/date_formatter_impl.dart:5:8

  ╷
5 │ import '../../../generated/l10n/gestao_ponto_localizations.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/utils/date_formatter/date_formatter_impl.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
connectivity_plus ^4.0.2 4.0.2 7.3.1
dartz ^0.10.1 0.10.1 0.10.1
dio ^5.8.0+1 5.11.1 5.11.1
equatable ^2.0.7 2.1.0 2.1.0
flutter_bloc ^9.1.1 9.1.1 9.1.1
flutter_modular ^5.0.3 5.0.3 7.1.0
font_awesome_flutter ^10.4.0 10.12.0 11.0.0
intl ^0.20.2 0.20.3 0.20.3
provider ^6.0.5 6.1.5+1 6.1.5+1
senior_design_system ^12.0.2 12.0.4 13.0.1
senior_design_tokens ^5.0.0 5.0.0 6.0.0
shared_preferences ^2.5.3 2.5.5 2.5.5
skeletonizer ^2.1.0+1 2.1.3 2.1.3
url_launcher ^6.2.5 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
bloc - 9.2.1 9.2.1
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
code_assets - 2.0.0 2.0.0
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 1.2.4 2.1.0
cross_file - 0.3.5+5 0.3.5+5
crypto - 3.0.7 3.0.7
dbus - 0.7.15 0.7.15
dio_web_adapter - 2.2.2 2.2.2
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
file_selector_linux - 0.9.4+1 0.9.4+1
file_selector_macos - 0.9.5+1 0.9.5+1
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+6 0.9.3+6
flutter_image_compress - 2.5.1 2.5.1
flutter_image_compress_common - 1.1.1 1.1.1
flutter_image_compress_macos - 1.1.0 1.1.0
flutter_image_compress_ohos - 0.0.3+1 0.0.3+1
flutter_image_compress_platform_interface - 1.1.0 1.1.0
flutter_image_compress_web - 0.1.5+1 0.1.5+1
flutter_modular_annotations - 0.0.2 0.0.2 Discontinued
flutter_plugin_android_lifecycle - 2.0.35 2.0.35
flutter_rating_bar - 4.0.1 4.0.1
flutter_svg - 2.3.0 2.3.0
hooks - 2.2.0 2.2.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image_cropper - 10.0.0+1 12.2.1
image_cropper_for_web - 6.1.0 7.0.0
image_cropper_platform_interface - 7.2.0 8.0.0
image_picker - 1.2.3 1.2.3
image_picker_android - 0.8.13+22 0.8.13+22
image_picker_for_web - 3.1.1 3.1.1
image_picker_ios - 0.8.13+7 0.8.13+7
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2+1 0.2.2+1
image_picker_platform_interface - 2.11.1 2.11.1
image_picker_windows - 0.2.2 0.2.2
jni - 1.0.3 1.0.3
jni_flutter - 1.0.3 1.0.3
jni_util - 1.0.0 1.0.0
js - 0.6.7 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
mime - 2.1.0 2.1.0
modular_core - 2.0.3+1 3.4.1
modular_interfaces - 2.0.2 3.0.0
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
objective_c - 9.6.0 9.6.0
package_config - 3.0.0 3.0.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider - 2.1.6 2.1.6
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.2 7.0.2
pin_code_text_field - 1.8.0 1.8.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.1 2.2.1
record_use - 1.1.1 1.1.1
shared_preferences_android - 2.4.28 2.4.28
shared_preferences_foundation - 2.5.7 2.5.7
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
signature - 6.4.0 6.4.0
simple_gesture_detector - 0.2.1 0.2.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
table_calendar - 3.2.1 3.2.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.33 6.3.33
url_launcher_ios - 6.4.2 6.4.2
url_launcher_linux - 3.2.3 3.2.3
url_launcher_macos - 3.2.6 3.2.6
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.3 2.4.3
url_launcher_windows - 3.1.6 3.1.6
vector_graphics - 1.2.3 1.2.3
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.3.0 1.3.0
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
xml - 7.0.1 7.0.1
yaml - 3.1.4 3.1.4

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

Found 5 issues. Showing the first 2:

The constraint `^4.0.2` on connectivity_plus does not support the stable version `5.0.0`.

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

The constraint `^5.0.3` on flutter_modular does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions flutter_modular 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.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package with time tracking and attendance management features for Senior mobile apps.

Repository

License

unknown (license)

Dependencies

connectivity_plus, dartz, dio, equatable, flutter, flutter_bloc, flutter_localizations, flutter_modular, font_awesome_flutter, intl, provider, senior_design_system, senior_design_tokens, shared_preferences, skeletonizer, url_launcher

More

Packages that depend on gestao_ponto_package