diff --git a/lib/src/constants.dart b/lib/src/constants.dart index 101bd90..cb1d05b 100644 --- a/lib/src/constants.dart +++ b/lib/src/constants.dart @@ -16,8 +16,8 @@ const List kListOSWithMaterialDesign = [ /// List of all operating systems with cupertino design const List kListOSWithCupertinoDesign = [ - OperatingSystem.android, - OperatingSystem.fuchsia, + OperatingSystem.macOS, + OperatingSystem.iOS, ]; /// List of all desktop operating systems