pinkfish / flutter_native_timezone

Apache License 2.0
78 stars 156 forks source link

Update README #4

Closed amitkhairnar44 closed 5 years ago

amitkhairnar44 commented 5 years ago
Change this
final String currentTimeZone = await Timezone.getLocalTimezone();
to this
final String currentTimeZone = await FlutterNativeTimezone.getLocalTimezone();
pinkfish commented 5 years ago

Fixed.