fp_extensions 2.0.0 copy "fp_extensions: ^2.0.0" to clipboard
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 black extension to blackBold to avoid conflict with black color

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
1
likes
160
points
167
downloads

Documentation

API reference

Publisher

verified publisherkishormainali.com

Weekly Downloads

Collection of extensions for Dart and Flutter includes String, List, Map, DateTime, and more.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, gap, intl, mime, path

More

Packages that depend on fp_extensions