Skip to content

Releases: devj3ns/fleasy

Fleasy v0.11.0

11 Feb 11:45
Compare
Choose a tag to compare
  • Add Gap.w32() and Gap.h32()
  • Remove DeviceType class (Use universal_platform instead)
  • Revise adaptive helpers:
    • Remove context.screenSize (use context.formFactor() instead)
    • Make context.formFactor a function with the argument followDeviceOrientation
    • Rename FormFactor.handset to FormFactor.mobile
    • Remove FormFactor.watch
    • Rename FormFactorBreakpoints to ScreenWidthBreakpoints

Fleasy 0.10.0

31 Jan 21:19
Compare
Choose a tag to compare
  • Add Gap widget

Fleasy 0.9.0

14 Jan 13:39
Compare
Choose a tag to compare
  • Improve navigation helpers
  • Remove: prefer-extracting-callbacks lint rule

Fleasy 0.8.0

13 Jan 09:33
Compare
Choose a tag to compare
  • Add: shadow to flasbars

Fleasy 0.7.1

28 Dec 19:53
Compare
Choose a tag to compare
  • Fix: Add prefer_relative_imports lint rule

Fleasy 0.7.0

26 Dec 21:53
Compare
Choose a tag to compare
  • Add theme helpers/extensions on BuildContext
  • Add prefer_relative_imports lint rule
  • Breaking: remove extensions on List<DateTime>

Fleasy 0.6.0

19 Oct 10:56
Compare
Choose a tag to compare
  • Make flashbars more customizable (via theme)
  • Add more dart code metric rules

Fleasy 0.5.0

04 Aug 12:05
Compare
Choose a tag to compare
  • EasyStreamBuilder & EasyFutureBuilder:
    • When the snapshot's data is null (and T is nullable), it will now show the widget returned by the dataBuilder. Before, it showed the isEmptyText and isEmptyIcon.
    • When the snapshot has an error in debug mode, it will now throw the error to give more insights. Before, it just displayed the error as a text.

Fleasy 0.4.1

24 Jul 16:08
Compare
Choose a tag to compare
  • Fix: isEmail is now case insensitive
  • Improve README and doc comments

Fleasy 0.4.0

21 Jul 22:18
Compare
Choose a tag to compare
  • Add byFormFactor<T> to extensions on BuildContext (see docs)
  • Add helper getters to context.formFactor & context.screenSize enums