cl_appbase 0.2.3
cl_appbase: ^0.2.3 copied to clipboard
CoreLight App-Base Library
0.0.1 #
- initial release
0.0.2 #
- bugfixes
0.0.3 #
- bugfixes
0.0.4 #
- CL-BLoC classes
0.0.5 #
- CollectionState
- CollectionBuilder
0.0.6 #
- fixed bloc barrel file
0.0.7 #
- fixed limit / offset in ApiResource.getList
0.0.8 #
- fixed limit / offset in ApiResource.getList again
0.0.9 #
- IoC
0.0.10 #
- fixed IoC init
0.0.11 #
- fixed getObject params (dynamic body)
- fixed String body encoding
0.0.12 #
- added application/x-www-form-urlencoded support
0.0.13 #
- fixed formdata export
0.0.14 #
- added query param to ApiResource
0.0.15 #
- added property method to BaseBloc
- optimized StateBuilder and PropertyBuilder
0.0.18 #
- reactive collection utils
0.0.19 #
- more reactive collection utils
0.0.20 #
- collection controller
0.0.21 #
- fixed emptyBuilder in sliver_collection_builder
0.0.22 #
- collection shortcut in basebloc
0.0.23 #
- updated datahub_common
0.0.24 #
- pull to refresh in SliverCollectionBuilder
0.0.25 #
- fixed pullToRefresh
0.0.26 #
- fixed pullToRefresh on empty SliverCollectionBuilder
0.0.27 #
- added delete on ListApiResource
- fixed query not used on ListApiResource
0.0.28 #
- added TableCollectionBuilder
- shrinkWrap for SliverCollectionBuilder
- virtual BaseBloc.initialize (was abstract)
- minor refactor
- BaseBloc.property() requires initial value
- optional initial value for BasBloc.subject()
- fixed null state on StateBuilder and CollectionBuilder
0.0.29 #
- major reactive collection redesign
- removed CollectionBuilder
- added TableCollectionBuilder
0.0.30 #
- abstract invalidate method for CollectionController
0.0.31 #
- fixed PagedCollectionModel
0.0.32 #
- fixed PagedCollectionController
0.0.33 #
- fixed PagedCollectionController count invalidation
- fixed HubResource
0.0.34 #
- added missing TableCollectionBuilder styling options
0.0.35 #
- added missing put methods on ApiBase and ApiResource
0.0.36 #
- added withParams to ListHubResource
0.0.37 #
- removed withParams
- added ParamWrapper
0.0.38 #
- default initial state in BaseBloc.property (LoadingState)
- removed useless type param in sliver_collection_builder
0.0.39 #
- CollectionMapper
0.0.40 #
- fixed some stuff
0.0.41 #
- fixed page navigation in TableCollectionBuilder
- fixed some minor bugs in *HubResource
0.0.42 #
- added rawRequest to ApiBase
- fixed SequentialCollectionBuilder
0.0.43 #
- fixed SliverCollectionBuilder
0.0.44 #
- fixed getMetaData in *HubResource
0.0.45 #
- added support for url query keys without value
0.0.46 #
- shrinkwrap property for SliverCollectionBuilder
0.1.0 #
- BREAKING: Compatibility with datahub 0.4.0
0.1.3 #
- updated datahub_common dependency
0.1.4 #
- fixed SingleObjectApiResource
0.2.0 #
- migrated to datahub_common 0.5.0
0.2.1 #
- fixed errorBuilder on TableCollectionBuilder
- used BehaviorSubject.seeded for initial values to avoid initial null on Bloc.subject and Bloc.property
0.2.2 #
- updated datahub_common dependency
0.2.3 #
- updated boost dependency
- flutter web compatibility fix