phonewords 1.1.1
phonewords: ^1.1.1 copied to clipboard
A package to generate numeric phone numbers from words.
1.0.0 #
- Initial version.
1.1.0 #
-
Bug Fixes:
- Function not found (GitHub Issues #2)
- RangeError Exception (GitHub Issues #1)
-
Added Capabilities:
- Capability to convert all characters to numeric, not just the last four
-
Important Renaming:
findNumberFromWord()renamed tonumberFromString() -
Feature Removal: phonewords no longer breaks the phone number into chunks seperated by an en dash. This feature will be added again at the next version.
1.1.1 #
-
Documentation Changes
- A dartdoc comment was added to
numberFromString()
- A dartdoc comment was added to
-
Formatting
- All unformatted files were formatted.
-
Example Project Added
- An example project has been added.