format_date_x 1.0.2 copy "format_date_x: ^1.0.2" to clipboard
format_date_x: ^1.0.2 copied to clipboard

Convert and format dates easily in Dart/Flutter. Supports ISO, US, EU, custom formats, string extensions, and optional BLoC integration.

1.0.2 #

  • Active latest release with renamed entry files (format_date_x.dart, format_date_x_bloc.dart).

1.0.1 #

  • Retracted — use 1.0.2 instead.

1.0.0 #

  • Renamed package and entry files to format_date_x (name date_x was already taken on pub.flutter-io.cn).
  • Core import (format_date_x.dart) depends only on intl — no Flutter SDK required.
  • BLoC import moved to format_date_x_bloc.dart (uses bloc instead of flutter_bloc).
  • Removed equatable dependency; events and states use built-in equality.

0.1.0 #

  • Initial release with core date conversion, format registry, extensions, and BLoC support.
0
likes
150
points
31
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Convert and format dates easily in Dart/Flutter. Supports ISO, US, EU, custom formats, string extensions, and optional BLoC integration.

Repository (GitHub)
View/report issues

Topics

#date #datetime #formatting #intl #bloc

License

MIT (license)

Dependencies

bloc, intl

More

Packages that depend on format_date_x