flutter_libphonenumber icon indicating copy to clipboard operation
flutter_libphonenumber copied to clipboard

Typed response from parse method

Open vasilich6107 opened this issue 1 year ago • 3 comments

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

vasilich6107 avatar Aug 01 '24 14:08 vasilich6107

Can you provide any more context?

acoutts avatar Aug 01 '24 14:08 acoutts

Hey @acoutts Just updated the dscription

vasilich6107 avatar Aug 01 '24 14:08 vasilich6107

I mean - not a raw json like we have no

image

but the object with fields

like

class XXX {
   final String countryCode;
   final String e164;

   ...fromJson

}

vasilich6107 avatar Aug 01 '24 14:08 vasilich6107