Releases: devj3ns/fleasy
Releases · devj3ns/fleasy
Fleasy v0.11.0
- Add
Gap.w32()
andGap.h32()
- Remove
DeviceType
class (Use universal_platform instead) - Revise adaptive helpers:
- Remove
context.screenSize
(usecontext.formFactor()
instead) - Make
context.formFactor
a function with the argumentfollowDeviceOrientation
- Rename
FormFactor.handset
toFormFactor.mobile
- Remove
FormFactor.watch
- Rename
FormFactorBreakpoints
toScreenWidthBreakpoints
- Remove
Fleasy 0.10.0
- Add
Gap
widget
Fleasy 0.9.0
- Improve navigation helpers
- Remove:
prefer-extracting-callbacks
lint rule
Fleasy 0.8.0
- Add: shadow to flasbars
Fleasy 0.7.1
- Fix: Add
prefer_relative_imports
lint rule
Fleasy 0.7.0
- Add theme helpers/extensions on
BuildContext
- Add
prefer_relative_imports
lint rule - Breaking: remove extensions on
List<DateTime>
Fleasy 0.6.0
- Make flashbars more customizable (via theme)
- Add more dart code metric rules
Fleasy 0.5.0
EasyStreamBuilder
&EasyFutureBuilder
:- When the snapshot's data is
null
(andT
is nullable), it will now show the widget returned by thedataBuilder
. Before, it showed theisEmptyText
andisEmptyIcon
. - 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.
- When the snapshot's data is
Fleasy 0.4.1
- Fix:
isEmail
is now case insensitive - Improve README and doc comments
Fleasy 0.4.0
- Add
byFormFactor<T>
to extensions onBuildContext
(see docs) - Add helper getters to
context.formFactor
&context.screenSize
enums