adeptutils 13.6.0
adeptutils: ^13.6.0 copied to clipboard
Adept Utils provides wrappers and abstractions of any kind
13.4.0 #
Added #
- Added support for
tartgetTypeonPlatformUtilsto know the target platform type when running on web.
13.2.0 #
Changed #
- Updated
package_info_plusandfluttertoastdependencies to be flexible with'>=8.0.0 <10.0.0'constraints.
13.1.0 #
13.0.0 #
Added #
- Added
entreFullScreen/exitFullScreenfunctions to ScreenUtils with support for Android, iOS and web.
Changed #
- BREAKING: Changed PlatformType enum values to be lowercase.
- LocaleUtils updated
imperialSystemCountriesas a Set instead of a List. showLoading/hideLoadingdoesn't setState if already in the expected state, instead a forceRefresh param must be used.
Fixed #
- Fixed bug in Haversine formula when calculating
distanceBetweenlocations.
12.0.0 #
Added #
childOnBackPressedfunction added in substitution ofbodyOnBackPressedcompatible withCustomPopScope
Changed #
package_info_plusupdated to^8.0.0.- Breaking change on
CustomPopScopeto avoid deprecated functions. - AdeptState
onBackPressedfunction updated to receive a{dynamic result}param.
Removed #
- AdeptState
bodyOnBackPressedfunction.
11.0.0 #
Changed #
package_info_plusupdated to latest.- Updated
intldependency constraints to'>=0.18.0 <1.0.0'
9.3.0+1 #
Added #
- Added
headersandhttpClienttoConnectionUtils.isResponseSuccessful(...)andConnectionUtils.isResponseOnline(...)
9.2.0+1 #
Added #
AppLifecycleState.hiddenandonHidden()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,EnterExitRouteandScaleRotateRouteupdated to support several extra params, like transition duration and other.
6.0.0+60 #
Added #
- ConnectionUtils updated to allow to specify which method between
OPTIONSandHEADto be used in the functionsisResponseSuccessfulandisResponseOnline. Defaults toOPTIONS device_info_plusupdated 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
hideInputMethodandshowInputMethodfunctions arguments.
4.0.0+54 #
Changed #
- ConnectionUtils functions
isResponseSuccessfulandisResponseOnlineupdated to avoid throwing exceptions when request timeouts timeoutparam inisResponseSuccessfulandisResponseOnlineupdated to accept aDurationor directly an inttimeoutMillisvalue.
3.1.9+53 #
Changed #
- ConnectionUtils functions
isResponseSuccessfulandisResponseOnlineupdated to avoid throwing exceptions when request timeouts
3.1.4+48 #
Fixed #
- Bug fixed in
showLoading/hideLoadingfunctions that caused setState(...) call without checking if mounted. - Bug fixed in
addLifecycleAwarefunction 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