You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/setup/ios.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Add a widget extension by going <kbd>File</kbd> > <kbd>New</kbd> > <kbd>Target</
18
18
19
19
The generated Widget code includes the following classes:
20
20
-`TimelineProvider` - Provides a Timeline of entries at which the System will update the Widget automatically
21
-
-`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
21
+
-`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
22
22
-`View` - The Widget itself, which is built with SwiftUI
23
23
-`Widget` - Configuration: Make note of the `kind` you set in the Configuration as this is what's needed to update the Widget from Flutter
0 commit comments