acoutts / flutter_libphonenumber

Leverages libphonenumber to allow for asynchronous and synchronous formatting of phone numbers in Flutter apps. Includes a TextInputFormatter to allow real-time AsYouType formatting.
MIT License
59 stars 72 forks source link

Typed response from parse method #74

Closed vasilich6107 closed 1 month ago

vasilich6107 commented 1 month ago

Hey Thanks for your work Could we have a type response(instead of map string/dynamic) from parse method?