scaffold_widget
Generate a WidgetKit extension for your Xcode project by choosing between static TimelineProvider or configurable AppIntents-based widget types.
Instructions
Generate a WidgetKit extension: 'static' uses TimelineProvider/StaticConfiguration, 'configurable' uses the AppIntents-based WidgetConfigurationIntent/AppIntentConfiguration API (iOS 17+)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Widget type (default: "static") | |
| name | Yes | Widget name (e.g., StatusWidget) | |
| outputPath | Yes | Directory to create the file in |