• Stars
    star
    604
  • Rank 74,189 (Top 2 %)
  • Language
    Swift
  • License
    MIT License
  • Created about 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A demo project showing different types of Widgets created with SwiftUI and WidgetKit.

Language Supported Platform Release version License


Widget Examples

A demo project showcasing different types of Widgets created with SwiftUI and WidgetKit.

Contents

AppGroup Widget

A demo showcasing how to use an App Group to share data between an App and its Widget.

Clock Widget

A Widget that displays the current time (in various formats) and refreshes every minute.

CoreData Widget

A demo showcasing how to use Core Data in a Widget.

Countdown Widget

A Widget that displays the remaining time in seconds and changes color when the end date is approaching.

DeepLink Widget

A demo showcasing how to use Deep Links to pass events / information from a Widget to the parent App.

Dynamic Intent Widget

A Widget that has dynamically configurable data.

Environment Widget

A demo showcasing how to adjust a Widget View depending on Environment variables.

Intent Widget

A Widget that has a configurable background color.

Lock Screen Widget

A Widget that can be displayed on both the lock screen and the home screen.

Network Widget

A demo showcasing how to load data from a network request and populate the Widget Timeline.

Preview Widget

A demo showcasing how to display a Widget View directly in the parent App.

Timer Widget

A Widget that displays the current time (including seconds) as a timer.

URL Image Widget

A Widget that displays an Image downloaded from an external URL.

URL Cached Image Widget

A Widget that displays an Image downloaded from an external URL and caches it.

Notes

Some examples depend on the App Group capability (e.g., AppGroup Widget) or integrate with the main App (e.g., Preview Widget), so it's recommended to download the whole project to keep the configuration intact.

License

Widget Examples project is available under the MIT license. See the LICENSE file for more info.