flutter-form-builder-ecosystem / phone_number

Flutter plugin for parsing, formatting and validating international phone numbers.
https://pub.dev/packages/phone_number
BSD 3-Clause "New" or "Revised" License
81 stars 63 forks source link

regionCode is never mutated #90

Closed VictorUvarov closed 2 years ago

VictorUvarov commented 2 years ago

Fix warning: Variable regionCode was never mutated; consider changing to 'let' constant

Connection with issue(s)

N/A

Solution description

Simple warning fix for constant variable

Screenshots or Videos

To Do