format_date_x 1.0.2
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(namedate_xwas already taken on pub.flutter-io.cn). - Core import (
format_date_x.dart) depends only onintl— no Flutter SDK required. - BLoC import moved to
format_date_x_bloc.dart(usesblocinstead offlutter_bloc). - Removed
equatabledependency; events and states use built-in equality.
0.1.0 #
- Initial release with core date conversion, format registry, extensions, and BLoC support.