adeptutils 12.0.0 adeptutils: ^12.0.0 copied to clipboard
Adept Utils provides wrappers and abstractions of any kind
12.0.0 #
Added #
childOnBackPressed
function added in substitution ofbodyOnBackPressed
compatible withCustomPopScope
Changed #
package_info_plus
updated to^8.0.0
.- Breaking change on
CustomPopScope
to avoid deprecated functions. - AdeptState
onBackPressed
function updated to receive a{dynamic result}
param.
Removed #
- AdeptState
bodyOnBackPressed
function.
11.0.0 #
Changed #
package_info_plus
updated to latest.- Updated
intl
dependency constraints to'>=0.18.0 <1.0.0'
9.3.0+1 #
Added #
- Added
headers
andhttpClient
toConnectionUtils.isResponseSuccessful(...)
andConnectionUtils.isResponseOnline(...)
9.2.0+1 #
Added #
AppLifecycleState.hidden
andonHidden()
added to life cycle handling onAdeptState
.
9.0.0+1 #
Changed #
- Update dependency constraints to
sdk: '>=3.0.0 <4.0.0' flutter: '>=3.3.0'
- Update dependencies to be compatible with Flutter 3.10.0
6.0.1+61 #
Changed #
SlideRoute
,ScaleRoute
,RotationRoute
,SizeRoute
,FadeRoute
,EnterExitRoute
andScaleRotateRoute
updated to support several extra params, like transition duration and other.
6.0.0+60 #
Added #
- ConnectionUtils updated to allow to specify which method between
OPTIONS
andHEAD
to be used in the functionsisResponseSuccessful
andisResponseOnline
. Defaults toOPTIONS
device_info_plus
updated to breaking change version
5.1.0+59 #
5.0.1+57 #
Changed #
- SchedulerBinding.instance? and WidgetsBinding.instance? added null-safety operator for stable channel compatibility.
5.0.0+56 #
Changed #
- Breaking change on InputMethodUtils
hideInputMethod
andshowInputMethod
functions arguments.
4.0.0+54 #
Changed #
- ConnectionUtils functions
isResponseSuccessful
andisResponseOnline
updated to avoid throwing exceptions when request timeouts timeout
param inisResponseSuccessful
andisResponseOnline
updated to accept aDuration
or directly an inttimeoutMillis
value.
3.1.9+53 #
Changed #
- ConnectionUtils functions
isResponseSuccessful
andisResponseOnline
updated to avoid throwing exceptions when request timeouts
3.1.4+48 #
Fixed #
- Bug fixed in
showLoading/hideLoading
functions that caused setState(...) call without checking if mounted. - Bug fixed in
addLifecycleAware
function that was not taking into account all life cycles by default.
3.0.1+43 #
Fixed #
- LocaleUtils toJson/fromJson bug fixed
- AdeptDateTime and ZonedDateTime fromJson bug fixed
3.0.0+42 #
1.6.2+38 #
Changed #
- Jsonable class updated with generic implementations of fromJsonStringGeneric, fromJsonStringListGeneric, fromJsonListGeneric