message_segment_calculator 0.0.7 copy "message_segment_calculator: ^0.0.7" to clipboard
message_segment_calculator: ^0.0.7 copied to clipboard

Efficiently calculate SMS segments for messages with support for GSM and UCS-2 encoding. Ideal for apps that require precise SMS length and cost management.

0.0.1 #

  • TODO: Describe initial release.

0.0.7 #

Added #

  • Added the SegmentedMessage class to handle the segmentation logic for dividing a message into multiple SMS segments.
  • Added the EncodedChar class to represent individual characters and their encoding properties.
  • Added the Segment class to manage individual segments, handle additions and removals, and calculate segment sizes.
  • Added the UserDataHeader class to represent the User Data Header required for concatenated SMS messages.
  • Enabled public_member_api_docs lint to ensure all public API members are documented.
  • Introduced example usage in README for easy integration.

Changed #

  • Improved error handling in the main entry point for better debugging and usability.
  • Updated the README with detailed descriptions and usage examples.
8
likes
150
points
159
downloads

Publisher

unverified uploader

Weekly Downloads

Efficiently calculate SMS segments for messages with support for GSM and UCS-2 encoding. Ideal for apps that require precise SMS length and cost management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

characters, flutter

More

Packages that depend on message_segment_calculator