Skip to content

Commit

Permalink
Merge pull request #3 from tsinis/patch-1
Browse files Browse the repository at this point in the history
Fixing Cupertino designed devices (Apple devices)
  • Loading branch information
PlugFox authored Oct 17, 2020
2 parents 63817bf + b44c37c commit 853118c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const List<OperatingSystem> kListOSWithMaterialDesign = <OperatingSystem>[

/// List of all operating systems with cupertino design
const List<OperatingSystem> kListOSWithCupertinoDesign = <OperatingSystem>[
OperatingSystem.android,
OperatingSystem.fuchsia,
OperatingSystem.macOS,
OperatingSystem.iOS,
];

/// List of all desktop operating systems
Expand Down

1 comment on commit 853118c

@vercel
Copy link

@vercel vercel bot commented on 853118c Oct 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.