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

Add support for android 14 LocalePreferences API #3

Open HannesGitH opened 1 year ago

HannesGitH commented 1 year ago

the API exposes stuff like

these should be forwarded to flutter via this package

i might be able to fire a PR soon

gokberkbar commented 1 year ago

Sound like a good feature. Looking forward for your PR. @HannesGitH

HannesGitH commented 1 year ago

i tried my first steps but couldn't get flutter to compile with android preview versions (https://github.com/flutter/flutter/issues/124748)