Skip to content

docs: document DateFormat source #1463#1509

Merged
deandreamatias merged 1 commit into
flutter-form-builder-ecosystem:mainfrom
rednikisfun:docs-1463-dateformat-docs
Jun 17, 2026
Merged

docs: document DateFormat source #1463#1509
deandreamatias merged 1 commit into
flutter-form-builder-ecosystem:mainfrom
rednikisfun:docs-1463-dateformat-docs

Conversation

@rednikisfun

Copy link
Copy Markdown
Contributor

Summary

  • Documents that FormBuilderDateTimePicker.format uses DateFormat from the intl package.
  • Adds a README example showing the required package:intl/intl.dart import and a custom date format.
  • Adds a direct API-doc link to the DateFormat class so users can find the type definition from generated docs.

Closes #1463

Verification

  • dart format .
  • flutter analyze
  • flutter test

Notes

  • This keeps the change documentation-only rather than re-exporting DateFormat, which avoids changing the public API surface.

@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.85%. Comparing base (571c43c) to head (fbd6c4b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1509   +/-   ##
=======================================
  Coverage   90.85%   90.85%           
=======================================
  Files          21       21           
  Lines         853      853           
=======================================
  Hits          775      775           
  Misses         78       78           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@deandreamatias deandreamatias merged commit dc1741a into flutter-form-builder-ecosystem:main Jun 17, 2026
8 checks passed
@deandreamatias

Copy link
Copy Markdown
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Re-export DateTime from intl package or at least mention it

2 participants