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

discontinued

A calendar widget that uses Material Design.

2
likes
30/ 140
pub points
0%
popularity

We analyzed this package 8 days ago, and awarded it 30 pub points (of a possible 140):

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

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 60 to 180 characters to describe the package, what it does, and its target use case.

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

pubspec.yaml from the repository URL mismatch: expected https://github.com/UnluckyY1/flutter_calendar_nullsafety but got https://github.com/apptreesoftware/flutter_calendar.

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 image link is insecure.

README.md:27:4

   ╷
27 │ <p><img src="http://res.cloudinary.com/ericwindmill/image/upload/c_scale,h_500,w_231/v1518649516/Simulator_Screen_Shot_-_iPhone_X_-_2018-02-14_at_15.04.04_jtranm.png" alt="day builder" /></p>
   │    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

0/5 points: Provide a valid CHANGELOG.md

No `CHANGELOG.md` found.

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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.

failed
Provide documentation
0 / 20trigger folding of the section

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

7 out of 55 API elements (12.7 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

Some symbols that are missing documentation: calendar_tile, calendar_tile.CalendarTile, calendar_tile.CalendarTile.CalendarTile, calendar_tile.CalendarTile.child, calendar_tile.CalendarTile.date.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 17 issues. Showing the first 2:

ERROR: The getter 'body1' isn't defined for the type 'TextTheme'.

lib/calendar_tile.dart:50:68

   ╷
50 │             style: isSelected ? Theme.of(context).primaryTextTheme.body1 : dateStyles,
   │                                                                    ^^^^^
   ╵

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

ERROR: The getter 'body1' isn't defined for the type 'TextTheme'.

lib/flutter_calendar.dart:186:63

    ╷
186 │     final TextStyle? body1Style = Theme.of(context).textTheme.body1;
    │                                                               ^^^^^
    ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/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
intl ^0.17.0 0.17.0 0.19.0
tuple ^2.0.0 2.0.2 2.0.2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
path - 1.9.0 1.9.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.

The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.

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

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.