menstrual_cycle_widget 1.1.1 copy "menstrual_cycle_widget: ^1.1.1" to clipboard
menstrual_cycle_widget: ^1.1.1 copied to clipboard

The 'Menstrual Cycle Widget' Widget is a comprehensive and customizable widget designed to help users to show their menstrual cycles seamlessly.

18
likes
130/ 160
pub points
268
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

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

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/sandipkalola/menstrual_cycle_widget/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

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

OUT: Documenting menstrual_cycle_widget... Discovering libraries... Linking elements... Precaching local docs for 679199 elements... Initialized dartdoc with 1150 libraries Generating docs for library ui/custom_painter/menstrual_cycle_painter.dart from package:menstrual_cycle_widget/ui/custom_painter/menstrual_cycle_painter.dart... Generating docs for library ui/custom_painter/dash_painter.dart from package:menstrual_cycle_widget/ui/custom_painter/dash_painter.dart... Generating docs for library ui/menstrual_monthly_calender_view.dart from package:menstrual_cycle_widget/ui/menstrual_monthly_calender_view.dart... Generating docs for library ui/calender_view/calender_date_utils.dart from package:menstrual_cycle_widget/ui/calender_view/calender_date_utils.dart... Generating docs for library ui/calender_view/dotted_border.dart from package:menstrual_cycle_widget/ui/calender_view/dotted_border.dart... [24 more lines] ERR: warning: unresolved doc reference [x] from package-menstrual_cycle_widget: file:///tmp/pana_WPEOQO warning: menstrual_cycle_widget has no library level documentation comments from menstrual_cycle_widget: (file:///tmp/pana_WPEOQO/lib/ui/menstrual_cycle_phase_view.dart:1:1) error: file already written at "menstrual_cycle_widget/index.html" for symbol menstrual_cycle_widget: (file:///tmp/pana_WPEOQO/lib/menstrual_cycle_widget.dart:1:1) conflicting with file already generated by menstrual_cycle_widget: (file:///tmp/pana_WPEOQO/lib/ui/menstrual_cycle_phase_view.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'menstrual_cycle_widget' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library [18 more lines]

Passed check 10/10 points: Package has an example

Failed 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:menstrual_cycle_widget/menstrual_cycle_widget.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:menstrual_cycle_widget/menstrual_cycle_widget.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:menstrual_cycle_widget/menstrual_cycle_widget.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:menstrual_cycle_widget/menstrual_cycle_widget.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:menstrual_cycle_widget/menstrual_cycle_widget.dart that imports:
  • package:menstrual_cycle_widget/database_helper/menstrual_cycle_db_helper.dart that imports:
  • package:menstrual_cycle_widget/database_helper/model/user_symptoms_log_data.dart that imports:
  • package:menstrual_cycle_widget/database_helper/database_helper.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.dart that imports:
  • dart:io

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.

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

INFO: 'onPopInvoked' is deprecated and shouldn't be used. Use onPopInvokedWithResult instead. This feature was deprecated after v3.22.0-12.0.pre.

lib/ui/calender_view/calender_monthly_view.dart:221:7

    ╷
221 │       onPopInvoked: (bool didPop) async {
    │       ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/calender_view/calender_monthly_view.dart

INFO: The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.

lib/ui/custom_painter/menstrual_cycle_painter.dart:3:8

  ╷
3 │ import 'dart:ui';
  │        ^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/custom_painter/menstrual_cycle_painter.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
crypto ^3.0.3 3.0.6 3.0.6
encrypt ^5.0.3 5.0.3 5.0.3
intl ^0.19.0 0.19.0 0.20.2
path ^1.9.0 1.9.1 1.9.1
path_provider ^2.1.3 2.1.5 2.1.5
sqflite ^2.3.3+1 2.4.2 2.4.2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.3 1.6.3
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
ffi - 2.1.4 2.1.4
js - 0.7.2 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
sqflite_android - 2.4.1 2.4.1
sqflite_common - 2.5.5 2.5.5
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
synchronized - 3.3.1 3.3.1
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.5
xdg_directories - 1.1.0 1.1.0

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

The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.

Try running dart pub upgrade --major-versions intl 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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
18
likes
130
points
268
downloads

Publisher

verified publishersandipkalola.in

Weekly Downloads

The 'Menstrual Cycle Widget' Widget is a comprehensive and customizable widget designed to help users to show their menstrual cycles seamlessly.

Repository (GitHub)
View/report issues

Topics

#menstrualcycle #calenderview #period #health #menstruation

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

crypto, encrypt, flutter, intl, path, path_provider, sqflite

More

Packages that depend on menstrual_cycle_widget