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

Fixed overrides #60

Closed nikolaychernov closed 9 months ago

nikolaychernov commented 10 months ago

As it is, adding overrides in init() method doesn't have any effect, here's the fix