gokberkbar / locale_plus

LocalePlus allows easy access to native device locale data in Flutter apps. Includes language, country code, time zone, and number formatting preferences.
https://pub.dev/packages/locale_plus
MIT License
26 stars 10 forks source link

First day of week pr #10

Closed shushper closed 1 year ago

shushper commented 1 year ago

Added getting the first day of week. The values are numbered following the ISO-8601 standard, from 1 (Monday) to 7 (Sunday).

On iOS respects "First Day of Week" setting in Language & Region settings. So for default us_US locale the method returns 7 (which means Sunday). But if you select for example Wednesday as "First Day of Week" in settings the method will return 3.

gokberkbar commented 1 year ago

can you please update version number on pubspec.yaml? Just increase the minor by 1. Also please upgrade changelog.md too. @shushper

shushper commented 1 year ago

@gokberkbar done.

gokberkbar commented 1 year ago

@shushper nice work 🚀