I am new to flutter, and I want to get Timezone, language, and county Id when I run my project on my device android or iOS. It should detect Timezone, language and country I
Try this:
import 'dart:ui' as ui; ...... @override Widget build(BuildContext context) { // get system language code _sysLng = ui.window.locale.languageCode; ...