Unhandled Exception: LateInitializationError: Field '_local@1885310200' has not been initialized.
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.2.2, on macOS 11.4 20F71 darwin-arm, locale
en-IN)
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
! Some Android licenses not accepted. To resolve this, run: flutter doctor
--android-licenses
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] VS Code (version 1.57.0)
[✓] Connected device (2 available)
! Doctor found issues in 1 category.
Plugin version
flutter_native_timezone: ^2.0.0
Getting error while calling
import 'package:timezone/timezone.dart' as tz;
final tz.TZDateTime now = tz.TZDateTime.now(tz.local);
Unhandled Exception: LateInitializationError: Field '_local@1885310200' has not been initialized.
Plugin version
Getting error while calling
Please help i am getting this issue