Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Setup of the application is completely optional. All the platform widgets work without this setup if you have a `MaterialApp` as your app bootstrap widget.

However, to be closer to the actual `iOS (cupertino)` platform styling and behavour it is adviseable to use `PlatformApp`. If you need to add further configuration or need to switch between Cupertino and Material styles you need to add `PlatformProvider`
However, to be closer to the actual `iOS (cupertino)` platform styling and behaviour it is adviseable to use `PlatformApp`. If you need to add further configuration or need to switch between Cupertino and Material styles you need to add `PlatformProvider`

```dart
PlatformProvider(
Expand Down