carp_core 0.21.4
carp_core: ^0.21.4 copied to clipboard
The core domain model for the CARP Mobile Sensing Framework in Flutter.
0.21.4 #
- small bug fix in json serialization
0.21.3 #
- added support for
ProtocolServicesub-system including request classes for using this. - added support for
DataEndPointandDataManagerhandling as part ofMasterDeviceDeployment. - now using a
SerializationExceptionto raise issues in de/serialization of objects to/from json. - fixed a bug in the
StudyDeployment.getDeviceDeploymentFor()method.
0.21.2 #
- removal of the overall
carp_corelibrary - now only using the sub-system libraries. This make the API documentation much more readable. - update and improval of API documentation
0.21.1 #
- small improvement to the
clientsub-system domain classes
0.21.0 #
- implementation of the
clientsub-system domain classes
0.20.3 #
- improvements to the
FromJsonFactory().fromJson()method. - added a example of how to support json serialization of polymorphic classes using the
Serializationclass.
0.20.2 #
DataPointupdated to support both up- and download to the CARP server
0.20.1 #
ProtocolOwnerclass added- example added
0.20.0 #
- 1st extraction of core library from the CAMS package