Skip to content

Releases: kishormainali/fp_util

v3.1.7

08 May 06:56
f275915
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.5...v3.1.7

v3.1.5

02 Apr 05:23
3e06eb7
Compare
Choose a tag to compare

What's Changed

  • Fixed device size calculation by @ebabhi in #4

Full Changelog: v3.1.4...v3.1.5

v3.1.4

01 Apr 11:12
76ba0f7
Compare
Choose a tag to compare

What's Changed

  • Fix : Utilize unused parameter in function signature by @ebabhi in #3

New Contributors

  • @ebabhi made their first contribution in #3

Full Changelog: v3.1.0...v3.1.4

3.1.0

14 Feb 05:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

3.0.0

10 Feb 14:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...v3.0.0

2.2.0

29 Nov 05:46
Compare
Choose a tag to compare
  • added DecimalTextFormatter for formatting decimal number
  • added fiscalYear and currentFiscalYear extension on DateTime

v2.1.2

09 Nov 02:33
Compare
Choose a tag to compare
  • added LoggerMixin
  • added isCsv extension on String and file
  • added TagsInputField widget
  • added uuid helper class

v2.1.0

01 Nov 07:00
Compare
Choose a tag to compare

This release contains BREAKING CHANGES

  • removed horizontalSpace and verticalSpace extension use gap() instead
  • added gap() and gapExpanded() extension on in replace of horizontalSpace and verticalSpace
  • added gapMax() and gapMaxExpanded() extension
  • added sliverGap() extension on in replace of sliverHorizontalSpace and sliverVerticalSpace

v2.0.3

31 Oct 10:45
Compare
Choose a tag to compare
  • add new EmojiTextFormatter for allowing/denying emoji in text field

v2.0.2

29 Oct 14:14
Compare
Choose a tag to compare
  • added let and safeCast() extension on Object
  • code cleanup