textfield_datepicker 0.2.0 copy "textfield_datepicker: ^0.2.0" to clipboard
textfield_datepicker: ^0.2.0 copied to clipboard

TextfieldDatePicker, TextfieldDateAndTimePicker, and TextfieldTimePicker are three flutter widgets that you can use together. These widgets provide you access to different platform date and time picke [...]

12
likes
100/ 140
pub points
87%
popularity

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

failed
Follow Dart file conventions
20 / 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.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting textfield_datepicker... Discovering libraries... Linking elements... Precaching local docs for 595814 elements... Initialized dartdoc with 787 libraries Generating docs for library textfield_datepicker.dart from package:textfield_datepicker/textfield_datepicker.dart... Generating docs for library textfield_timePicker.dart from package:textfield_datepicker/textfield_timePicker.dart... Generating docs for library textfield_dateAndTimePicker.dart from package:textfield_datepicker/textfield_dateAndTimePicker.dart... Documented 3 public libraries in 73.3 seconds ERR: warning: textfield_datepicker has no library level documentation comments from textfield_datepicker: (file:///tmp/pana_THAQDZ/lib/textfield_datepicker.dart:1:9) warning: unresolved doc reference [CupertinoDatePicker Widgets, Elements, and SemanticsNodes] from textfield_datepicker.TextfieldDatePicker.cupertinoDatePickerKey: (file:///tmp/pana_THAQDZ/lib/src/textfield_datePicker.dart:124:14) in documentation inherited from textfield_datepicker.TextfieldDatePicker.cupertinoDatePickerKey: (file:///tmp/pana_THAQDZ/lib/src/textfield_datePicker.dart:124:14) warning: unresolved doc reference [onDateTimeChanged] from textfield_datepicker.TextfieldDatePicker.cupertinoDatePickerMaximumDate: (file:///tmp/pana_THAQDZ/lib/src/textfield_datePicker.dart:103:18) in documentation inherited from textfield_datepicker.TextfieldDatePicker.cupertinoDatePickerMaximumDate: (file:///tmp/pana_THAQDZ/lib/src/textfield_datePicker.dart:103:18) warning: unresolved doc reference [DatePickerEntryMode initialEntryMode = DatePickerEntryMode.calendar] from textfield_datepicker.TextfieldDatePicker.materialDatePickerInitialEntryMode: (file:///tmp/pana_THAQDZ/lib/src/textfield_datePicker.dart:54:29) [72 more lines]

10/10 points: Package has 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
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 9 issues. Showing the first 2:

INFO: 'toolbarOptions' is deprecated and shouldn't be used. Use `contextMenuBuilder` instead. This feature was deprecated after v3.3.0-0.5.pre.

lib/src/textfield_dateAndTimePicker.dart:320:9

    ╷
320 │         toolbarOptions: const ToolbarOptions(
    │         ^^^^^^^^^^^^^^
    ╵

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

INFO: 'ToolbarOptions' is deprecated and shouldn't be used. Use `contextMenuBuilder` instead. This feature was deprecated after v3.3.0-0.5.pre.

lib/src/textfield_dateAndTimePicker.dart:320:31

    ╷
320 │         toolbarOptions: const ToolbarOptions(
    │                               ^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/textfield_dateAndTimePicker.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.18.0 0.18.1 0.19.0
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.11.0 1.14.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.18.0` on intl does not support the stable version `0.19.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.19.6, Dart 3.3.4.

Check the analysis log for details.

12
likes
100
pub points
87%
popularity

Publisher

unverified uploader

TextfieldDatePicker, TextfieldDateAndTimePicker, and TextfieldTimePicker are three flutter widgets that you can use together. These widgets provide you access to different platform date and time pickers depending on your device platform.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on textfield_datepicker