Skip to content

Latest commit

 

History

History
92 lines (58 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

92 lines (58 loc) · 1.75 KB

0.0.1

Features for initial release:

  • Add separated extension
  • Add times extension
  • Add Gap widget
  • Add StyledText widget

0.0.2

  • Add missing info on supported platforms

0.1.0

  • Add byNameOrNull enum extension
  • Overload more operators for Gap
  • Rename StyledText to ThemedText
  • Add example projects
  • Add AsyncBuilder widget
  • Add Spinner widget

0.2.0

  • Add BuildContext parameter to AsyncBuilder builder callback
  • Add AsyncBuilder.asset factory constructor
  • Add Wrapper type and wrapped extension
  • Add Link widget
  • Add Pagination widgets

0.3.0

  • Update to Flutter 3.16.0
  • Replace TextOptions by constructor parameters for ThemedText

0.3.1.

  • Fix custom styles not being applied to ThemedText

0.3.2.

  • Refactor ThemedText constructors to be constant

0.3.3.

  • Use strict language options

0.4.0

  • Add TextStyleLocator to public API
  • Add AnsiFormatting extension
  • Add logging functions, like initLogging and createLogger

0.4.1

  • Minor improvements and additions to the ANSI formatting API

0.4.2

  • Fix code formatting

0.5.0

  • Add transform extension on all types
  • Add nullWhenEmpty extension on any Iterable or Map
  • Add getOrPut extension on Map
  • Add waitFor to await a condition

0.5.1

  • Fix missing exports

0.5.2

  • Include exceptions and stack traces in formatted log messages

1.0.0

  • Add nullWhenEmpty extension on String
  • Update and restrict dependencies
  • Add split extension on any Iterable or List

1.0.1

  • Fix missing exports

1.1.0

  • Fix unreachable timeout in waitFor
  • Add clamp extension on Duration
  • Add retried function, including createExponentialBackoff and RetryException.
  • Add RateLimiter class