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;