fleasy

Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.

BSD-3-CLAUSE License

Stars
19

Bot releases are hidden (Show)

fleasy - v0.17.0 Latest Release

Published by devj3ns 5 months ago

  • update intl to ^0.19.0 in order to support Flutter 3.22
  • update flutter_lints to ^4.0.0
fleasy - v0.16.0

Published by devj3ns 5 months ago

  • breaking: remove context.mediaQuery (use the other helpers or the specific ...Of methods instead)
  • refactor size and orientation BuildContext extensions to use the specific ...Of methods to reduce rebuilds.
  • add context.screenSize and context.screenOrientation extensions
  • chore: update dependencies
fleasy - v0.15.1

Published by devj3ns about 1 year ago

  • replace deprecated lint rules
fleasy - v0.15.0

Published by devj3ns about 1 year ago

fleasy - Release v0.14.2

Published by devj3ns over 1 year ago

  • feat: add use-setstate-synchronously DCM rule
  • fix(flashbar): change deprecated bodyText2 to bodyMedium
  • fix: exclude analysis for injectable generated file
  • chore: bump dependencies

Thanks, @icodelifee for your PR!

fleasy - Release v0.14.1

Published by devj3ns over 2 years ago

  • chore: bump dart_code_metrics version to ^4.16.0 #9
fleasy - Release v0.13.0

Published by devj3ns over 2 years ago

  • Disable analysis/metrics in generated files #8
fleasy - Fleasy v0.12.1

Published by devj3ns over 2 years ago

  • Update dependencies
  • Make ScreenWidthBreakpoints constants
fleasy - Fleasy v0.12.0

Published by devj3ns over 2 years ago

fleasy - Fleasy v0.11.0

Published by devj3ns over 2 years ago

  • 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 - Fleasy 0.10.0

Published by devj3ns over 2 years ago

  • Add Gap widget
fleasy - Fleasy 0.9.0

Published by devj3ns almost 3 years ago

  • Improve navigation helpers
  • Remove: prefer-extracting-callbacks lint rule
fleasy - Fleasy 0.8.0

Published by devj3ns almost 3 years ago

  • Add: shadow to flasbars
fleasy - Fleasy 0.7.1

Published by devj3ns almost 3 years ago

  • Fix: Add prefer_relative_imports lint rule
fleasy - Fleasy 0.7.0

Published by devj3ns almost 3 years ago

  • Add theme helpers/extensions on BuildContext
  • Add prefer_relative_imports lint rule
  • Breaking: remove extensions on List<DateTime>
fleasy - Fleasy 0.6.0

Published by devj3ns almost 3 years ago

  • Make flashbars more customizable (via theme)
  • Add more dart code metric rules
fleasy - Fleasy 0.5.0

Published by devj3ns about 3 years ago

  • 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 - Fleasy 0.4.1

Published by devj3ns about 3 years ago

  • Fix: isEmail is now case insensitive
  • Improve README and doc comments
fleasy - Fleasy 0.4.0

Published by devj3ns about 3 years ago

  • Add byFormFactor<T> to extensions on BuildContext (see docs)
  • Add helper getters to context.formFactor & context.screenSize enums
Package Rankings
Top 12.36% on Pub.dev
Related Projects