shsp_types 1.0.1 copy "shsp_types: ^1.0.1" to clipboard
shsp_types: ^1.0.1 copied to clipboard

Type definitions and serializable models for Single HandShake Protocol (SHSP) - a custom networking protocol for peer-to-peer communication.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.1 - 2026-01-12 #

Changed #

  • Removed dependency on build_runner and json_serializable code generation
  • Implemented manual JSON serialization methods for all types
  • All generated .g.dart files replaced with inline implementations

Fixed #

  • Fixed package compatibility issues by eliminating generated code dependencies
  • Improved stability by removing build-time code generation requirement

1.0.0 - 2026-01-08 #

Added #

  • Initial release of SHSP Types package
  • RemoteInfo class for representing remote address and port information
  • PeerTypes with JSON serialization support
  • StunTypes for STUN protocol integration
  • InternetAddressConverter for JSON serialization of IP addresses
  • Comprehensive type definitions for Single HandShake Protocol

Features #

  • JSON serialization/deserialization support for all types
  • IPv4 and IPv6 address support
  • Type-safe peer identification and remote info management
  • Built-in validation and error handling
0
likes
140
points
223
downloads

Publisher

unverified uploader

Weekly Downloads

Type definitions and serializable models for Single HandShake Protocol (SHSP) - a custom networking protocol for peer-to-peer communication.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

json_annotation

More

Packages that depend on shsp_types