Skip to content

Commit

Permalink
docs: Fix required field name of TimelineEntry in ios (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepighetti authored Oct 2, 2024
1 parent 005fc07 commit eef1d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add a widget extension by going <kbd>File</kbd> > <kbd>New</kbd> > <kbd>Target</

The generated Widget code includes the following classes:
- `TimelineProvider` - Provides a Timeline of entries at which the System will update the Widget automatically
- `TimelineEntry` - Represents the Data Object used to build the Widget. The `data` field is necessary and defines the point in time at which the Timeline would update
- `TimelineEntry` - Represents the Data Object used to build the Widget. The `date` field is necessary and defines the point in time at which the Timeline would update
- `View` - The Widget itself, which is built with SwiftUI
- `Widget` - Configuration: Make note of the `kind` you set in the Configuration as this is what's needed to update the Widget from Flutter

Expand Down

0 comments on commit eef1d9e

Please sign in to comment.