interactiveplus_shared_dart 0.0.12 copy "interactiveplus_shared_dart: ^0.0.12" to clipboard
interactiveplus_shared_dart: ^0.0.12 copied to clipboard

A starting point for Dart libraries or applications.

0.0.12 #

  • Add List Serialized Key Abstract Serializable Subclass

0.0.11 #

  • Add fromJsonNullable() methods to all Serializable Implementations.
  • Seperate PersistantStorageSearchable into Searchable and Fetchable.

0.0.10 #

  • Make persistant storage return future objects.

0.0.9 #

  • Add nullable serialization methods.

0.0.8 #

  • Minor export fix

0.0.7 #

  • Add HexableString extension on String.

0.0.6 #

  • Add static non-generic dynamic method for support on json_serializable.

0.0.5 #

  • Make Serializable Generic and add static method support for all Serializable implementions.

0.0.4 #

  • Add convertToMap() static method for Serializable.

0.0.3 #

  • Patch to add toJson() method for Serializable.

0.0.2 #

  • Add persistant storage interfaces.

0.0.1 #

  • Common Error Classes that are not translated yet.
  • Serializable Interface
  • Unit test done for serializing error classes.