All Projects → pawello2222 → Widgetexamples

pawello2222 / Widgetexamples

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

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Widgetexamples

Material Viewpagerindicator
Dot-based Android ViewPager indicator with Material Design animations.
Stars: ✭ 511 (+308.8%)
Mutual labels:  demo, widget
Clean Architecture Swiftui
SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
Stars: ✭ 2,925 (+2240%)
Mutual labels:  coredata, demo
Wheelview
a great functional custom WheelView with demo in dialog and bottomDialog,android 滚动选择控件,滚动选择器,时间选择,日期选择
Stars: ✭ 44 (-64.8%)
Mutual labels:  demo, widget
Guide To Swift Codable Sample Code
Xcode Playground Sample Code for the Flight School Guide to Swift Codable
Stars: ✭ 218 (+74.4%)
Mutual labels:  userdefaults, coredata
Flutter crop
Crop any widget/image in Android, iOS, Web and Desktop with fancy and customizable UI, in pure Dart code.
Stars: ✭ 107 (-14.4%)
Mutual labels:  demo, widget
Django Jsoneditor
Django JSONEditor input widget to provide javascript online JSON Editor
Stars: ✭ 124 (-0.8%)
Mutual labels:  widget
Conversable For Scriptable
Conversable is a simple contacts widget for Scriptable.
Stars: ✭ 126 (+0.8%)
Mutual labels:  widget
Git Cheats
Git Cheats - Interactive Cheatsheet For Git Commands
Stars: ✭ 124 (-0.8%)
Mutual labels:  demo
Laravel Hackathon Starter
💻 A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
Stars: ✭ 1,589 (+1171.2%)
Mutual labels:  demo
Scrapy demo
all kinds of scrapy demo
Stars: ✭ 128 (+2.4%)
Mutual labels:  demo
Snippod Starter Demo App
A full stack 'Hacker News' style demo web application built with React + Redux (Front) and django REST Framework (Server).
Stars: ✭ 128 (+2.4%)
Mutual labels:  demo
Xrichtext
一个Android富文本类库,支持图文混排,支持编辑和预览,支持插入和删除图片。
Stars: ✭ 1,639 (+1211.2%)
Mutual labels:  demo
Uppload
📁 JavaScript image uploader and editor, no backend required
Stars: ✭ 1,673 (+1238.4%)
Mutual labels:  widget
Hxbaseprojectdemo
一个项目的基类工程
Stars: ✭ 126 (+0.8%)
Mutual labels:  userdefaults
Padatious
A neural network intent parser
Stars: ✭ 124 (-0.8%)
Mutual labels:  intent
Aixijs
AIXIjs - General Reinforcement Learning in the Browser
Stars: ✭ 128 (+2.4%)
Mutual labels:  demo
Callapp Lib
🔥call app from h5(H5唤起客户端 )
Stars: ✭ 1,857 (+1385.6%)
Mutual labels:  intent
Redux Framework
Redux is a simple, truly extensible options framework for WordPress themes and plugins!
Stars: ✭ 1,602 (+1181.6%)
Mutual labels:  demo
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (+2.4%)
Mutual labels:  demo
Vue2 Scaffold
The best scaffold for Vue 2.x based on vue-cli#vuejs-templates/webpack
Stars: ✭ 125 (+0%)
Mutual labels:  demo

Language: Swift Framework: SwiftUI

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.

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.

URLImage Widget

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].