flutter_device_locale 0.4.0 copy "flutter_device_locale: ^0.4.0" to clipboard
flutter_device_locale: ^0.4.0 copied to clipboard

A Flutter plugin for retrieving the device locale information.

0.1.0 #

  • Implemented the Android method call

0.2.0 #

  • Implemented the iOS method call

0.3.0 #

  • getPreferredLocales() now returns a List

0.3.1 #

  • Fixed possible exception with the NonNull annotation (Android)

0.3.2 #

  • Updated license, readme, links

0.3.3 #

  • Fixed an issue regarding the Android package naming

0.4.0 #

  • Added support for Flutter Web