fp_extensions 2.0.0
fp_extensions: ^2.0.0 copied to clipboard
Collection of extensions for Dart and Flutter includes String, List, Map, DateTime, and more.
FP Extensions Changelog #
2.0.0 - 2026-02-24 #
Breaking changes:
- Updated DateTime extensions to support Locale and timezone offsets in the format of +hh:mm or -hh:mm, with optional 'UTC' prefix.
Non-breaking changes:
- Added containsIgnoreCase extension to String for case-insensitive substring checks.
- Added startsWithIgnoreCase extension to String for case-insensitive prefix checks.
- Added endsWithIgnoreCase extension to String for case-insensitive suffix checks.
- Added padXY extension to Widget for symmetric padding.
- Removed responsive parameter from widget extensions
1.2.2 #
- update dependencies
1.2.1 #
- rename TextStyle's
blackextension toblackBoldto avoid conflict withblackcolor
1.2.0 #
- added TextStyle extensions
1.0.3 #
- add extension on BuildContext to get theme extensions
1.0.2 #
- updates
1.0.1 #
1.0.0 #
- Initial release