Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

50 lines (36 loc) · 2.34 KB

0.0.1

Initial release

0.0.2

  • refactor: make class constable
  • refactor: enable access to CountryCodes list without using context
  • feat: add option for hiding the search bar
  • feat: add support for favorite countries (#1)
  • feat: add support for countries filtering (#1)

0.0.3

  • feat: add an automatic scroller if initial country was supplied
  • feat: add an option for automatic scrolling at current device's system locale country code

0.0.3+1

  • chore(dependency): updates version of scrollable_positioned_list to 0.3.4

0.0.4

  • feat: add a flag for showing a country dial code at country tiles (#4)
  • docs: update description and instruction at ReadMe

0.1.0+3

  • docs: ReadMe file improvements
  • feat: add support for localization (#5)
  • feat: exposed the flagUri for flag image customization (#5)
  • feat: add visibility flag for favorite icon (#5)
  • refactor: enable customization for modal's title (#6)
  • refactor: add Kosovo country (#5)

0.1.1

  • feat: add more support for internationalization
  • refactor: add validator for unsupported device's country/region (#8)

0.1.2

  • feat: add suuport for localized searching (#10)

0.1.3

  • fix: uses initState instead of didChangeDependencies for initialization of countries (#16)
  • refactor: makes the localization optional to prevent null error
  • chore: upgrade dependency to scrollable_positioned_list v0.3.8

0.1.4

  • feat: expose custom country name text style (#17)
  • feat: expose custom dial code text style (#18)
  • chore: upgrade dependency to very_good_analysis v4.0.0