message_segment_calculator 1.0.10
message_segment_calculator: ^1.0.10 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.
##1.0.10
changed #
- fix : importing issue fixed
1.0.9 #
Changed #
- fix : removed unused functions
- fix : removed unused variables
- fix : removed unused imports
- fix : Code format and refractor
1.0.8 #
Changed #
- fix : segment calculation logics
- improved usability
- fix : encoding logic
- Updated the README with detailed descriptions and usage examples.
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.
0.0.1 #
- TODO: Describe initial release.