message_segment_calculator 1.0.8
message_segment_calculator: ^1.0.8 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
SegmentedMessageclass to handle the segmentation logic for dividing a message into multiple SMS segments. - Added the
EncodedCharclass to represent individual characters and their encoding properties. - Added the
Segmentclass to manage individual segments, handle additions and removals, and calculate segment sizes. - Added the
UserDataHeaderclass to represent the User Data Header required for concatenated SMS messages. - Enabled
public_member_api_docslint 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.