From c1bcb781f2efba8d13065dae180bfc5187d0ed89 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 28 Oct 2022 11:15:51 +0700 Subject: [PATCH] Fixed optional --- lib/src/native_updater.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/native_updater.dart b/lib/src/native_updater.dart index e3db7e5..72f0371 100644 --- a/lib/src/native_updater.dart +++ b/lib/src/native_updater.dart @@ -12,8 +12,8 @@ import 'update_cupertino_alert.dart'; class NativeUpdater { late BuildContext _context; late bool _forceUpdate; - late bool _showErrorDialog; late String _appName; + bool? _showErrorDialog; String? _appStoreUrl; String? _iOSDescription; String? _iOSUpdateButtonLabel;