├── .gitattributes ├── .github └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── LICENSE ├── README.md ├── Screenshots ├── Bolt_Workout_Tracker │ └── widgets.jpg ├── Clatters │ └── widgets.png ├── Health_Export │ └── widgets.png ├── LatherApp_Hand_Wash_Timer │ └── widget.png ├── MetroBuddy │ └── widget.png ├── Milestone_Fitness │ └── widgets.png ├── Soor │ └── widgets.png ├── Weather_Line │ └── widgets.png └── _meta │ └── widgetkit.png ├── code-of-conduct.md └── contributing.md /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | readme.md merge=union 3 | 4 | *.png binary 5 | *.jpg binary 6 | *.jpeg binary 7 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | Thank you for taking the time to work on a PR for Awesome iOS Widgets! 2 | 3 | To ensure your PR is dealt with swiftly please check the following: 4 | 5 | - [ ] Your submissions are formatted according to the following requirements: 6 | 7 | ``` 8 | - **[App Name](https://appstorelink/)** - Short description of the widget, less than 250 characters. ([Preview](http://link.to/preview)) `Price` `Widget Sizes` 9 | ``` 10 | 11 | If you're submitting an app with multiple widgets 12 | 13 | ``` 14 | - **[App Name](https://appstorelink/)** `Price` 15 | - **Widget 1 name** - Short description of the first widget, less than 250 characters. ([Preview](http://link.to/preview)) `Widget Sizes``` 16 | - **Widget 2 name** - Short description of the second widget, less than 250 characters. ([Preview](http://link.to/preview)) `Widget Sizes``` 17 | ``` 18 | 19 | - [ ] Your additions are ordered alphabetically. 20 | - [ ] Your additions include the app name. 21 | - [ ] Your additions include a direct link to the App Store, without any redirects or referral links. 22 | - [ ] Your app is described with a price that is clear. 23 | - [ ] If your app includes a subscription, optional or not, that is reflected in the price. 24 | - [ ] Your widgets include a clear, concise description of what it does. 25 | - [ ] Your widget includes a link to a preview image or video, either in the Screenshots folder, or a direct link to a preview (such as a tweet, Instagram post, or YouTube video) that focuses on the widget/s. 26 | - [ ] Your widget includes its supported sizes. 27 | - [ ] Your app is published and available right now, OR you have included the "Unreleased" label on the pull request. 28 | - [ ] If the app is open source, a link to the project is included. 29 | - [ ] You have searched the repository for any relevant [issues](https://github.com/stevestreza/awesome-ios-widgets/issues) or [PRs](https://github.com/stevestreza/awesome-ios-widgets/pulls), including closed ones. 30 | - [ ] The pull request title is "Add aaa to bbb" for adding software aaa to section bbb. Do not call it "Update README.md". 31 | 32 | --- 33 | 34 | 35 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome iOS Widgets [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 2 | 3 | A curated list of home screen widgets for apps on iOS 14! 4 | 5 | ## Contents 6 | 7 | - [How to use Widgets](#how-to-use-widgets) 8 | - [Apps](#apps) 9 | - [Included with iOS 14](#included-with-ios-14) 10 | - [Custom Widgets](#custom-widgets) 11 | - [Finance](#finance) 12 | - [Gaming](#gaming) 13 | - [Utilities](#gaming-utilities) 14 | - [Health and Fitness](#health-and-fitness) 15 | - [Media](#media) 16 | - [Music](#music) 17 | - [Photos](#photos) 18 | - [News](#news) 19 | - [Reference](#reference) 20 | - [Social Networking](#social-networking) 21 | - [Sports](#sports) 22 | - [Travel](#travel) 23 | - [Weather](#weather) 24 | 25 | ## How to use Widgets 26 | 27 | Widgets are downloaded alongside supported apps from the App Store. They require iOS 14 to be installed on your iPhone or iPad to use. To add one to your Home Screen, touch and hold anywhere on the Home Screen. Once the app icons start jiggling, you should notice a button with a plus sign (+) in the corner of the screen. Tap that button to pull up the list of apps with widgets you can add. 28 | 29 | Each app can have multiple widgets for different tasks, and each widget can have multiple sizes for small, medium, and large. Not all widgets will include all sizes, however. When you find a widget you want to add in the size you want, tap "Add Widget" to add it to your Home Screen. You can then move it around like any app icon, or tap it to open into the relevant app. You can also add the Smart Stack, which lets you put multiple widgets in one space, and the Smart Stack will rotate between them automatically based on context. 30 | 31 | You can include multiple copies of a single widget, at the same or different sizes, to different home screens. This can be useful for widgets that show one piece of information, such as the price of a given stock. Widgets can also have individual settings, such as which stock symbol to show. Tap a widget when editing the Home Screen, and if it supports settings, it will flip around to let you change them. 32 | 33 | ## Apps 34 | 35 | ### Included with iOS 14 36 | 37 | - **Smart Stack** - Automatically rotates widgets to show the most relevant information throughout the day and can also be flipped through easily. `Free` `Small` `Medium` `Large` 38 | - **Batteries** - Free. View the status of your iPhone and connected Bluetooth accessories. `Free` `Small` `Medium` `Large` 39 | - **Calendar** - Keep track of your upcoming events and meetings. `Free` `Small` `Medium` `Large` 40 | - **Clock** `Free` 41 | - **City** - Add a clock for a city to check the time at that location. `Small` 42 | - **World Clock** - View the time in multiple cities around the world. `Small` `Medium` 43 | - **Files** - Quickly acces files you've recently opened. `Free` `Medium` `Large` 44 | - **Fitness** - Check in on your movement throughout the day. `Free` `Small` `Medium` 45 | - **Maps** - Get suggested destinations and track your ETA during navigation. `Free` `Small` `Medium` `Large` 46 | - **Music** - Quickly access recently played albums or playlists. `Free` `Small` `Medium` `Large` 47 | - **News** `Free` 48 | - **Topic** - Get stories about a topic you're interested in. `Small` `Medium` `Large` 49 | - **Today** - Get today's news, including top stories. `Small` `Medium` `Large` 50 | - **Notes** `Free` 51 | - **Folder** - Get quick access to one of your Notes folders. `Small` `Medium` `Large` 52 | - **Note** - Get quick access to one of your notes. `Small` 53 | - **Photos** - Appreciate special moments through Memories and Featured Photos. `Free` `Small` `Medium` `Large` 54 | - **Podcasts** - Keep listening where you left off or see what's next. `Free` `Small` `Medium` `Large` 55 | - **Reminders** - Get quick access to one of your reminder lists. `Free` `Small` `Medium` `Large` 56 | - **Screen Time** - Check in on your screen time activity for the day. `Free` `Small` `Medium` `Large` 57 | - **Shortcuts** - Quickly run your shortcuts. `Free` `Small` `Medium` `Large` 58 | - **Siri Shortcuts** `Free` 59 | - **App Suggestions** - Get app launch suggestions based on your usage patterns. `Medium` 60 | - **Shortcut Suggestions** - See relevant shortcut actions based on your usage patterns. `Small` `Medium` `Large` 61 | - **Stocks** `Free` 62 | - **Watchlist** - View price quotes and track performance of your watchlist throughout the day. `Small` `Medium` `Large` 63 | - **Symbol** - View price quotes and track performance of a symbol throughout the day. `Small` 64 | - **TV** - Keep watching where you left off or see what's on next. `Free` `Small` `Medium` `Large` 65 | - **Tips** - Get the most from your Apple devices with helpful hints and hidden gems. `Free` `Small` `Medium` `Large` 66 | - **Weather** - See the current weather conditions and forecast for a location. `Free` `Small` `Medium` `Large` 67 | 68 | ## Custom Widgets 69 | 70 | - **[Glimpse](https://apps.apple.com/us/app/glimpse-2/id1524217845)** - Create widgets that show updating images of web pages. ([Preview](Screenshots/Glimpse/widgets.png)) `Free with Tip` `Small` `Medium` `Large` 71 | - **[Widgeridoo](https://apps.apple.com/us/app/widgeridoo/id1531359008)** - Make widgets out of calendar events, birthdays, text and images, dates and countdowns, JSON data from websites, health, and more. ([Preview](Screenshots/Widgeridoo/widgets.png)) `Free, $3.99 pro upgrade` `Small` `Medium` `Large` 72 | - **[Widgetsmith](https://apps.apple.com/us/app/widgetsmith/id1523682319)** - Connect various data sources like calendar, weather, health, and more to customizable widgets. ([Preview](https://twitter.com/_DavidSmith/status/1306358410493992961)) `Free, $1.99/month subscription` `Small` `Medium` `Large` 73 | - **[Widget Wizard](https://apps.apple.com/us/app/widget-wizard/id1524227906)** - Simple, elegant and highly customization widgets that connect to your agenda, health stats, countdowns, calendar, reminders, and clocks. ([Preview](Screenshots/Widget_Wizard/widgets.png)) `$1.99 with Tip` `Small` `Medium` `Large` 74 | 75 | ## Finance 76 | 77 | - **[Copilot: The Smart Money App](https://apps.apple.com/app/apple-store/id1447330651)** `$69.99 yearly subscription for unlimited number accounts connected` 78 | - **Recent Transactions** - See your transactions as they come in, automatically. ([Preview](https://twitter.com/copilotmoney/status/1306302710543679488)) `Medium` `Large` 79 | - **Bank Accounts** - See your bank accounts' balances and how they've changed over time. ([Preview](https://twitter.com/copilotmoney/status/1306302710543679488)) `Small` 80 | - **Spending Categories and Budgets** - See how you're doing in terms of your spending and budgets. ([Preview](https://twitter.com/copilotmoney/status/1306302710543679488)) `Small` 81 | - **[Spend Stack: Budget Tracker](https://apps.apple.com/app/spend-stack-smarter-lists/id1329068268)** `$2.99` 82 | - **Recurring Costs** - See what subscriptions are costing you this month, or what's due next. ([Preview](https://twitter.com/SpendStackApp/status/1306577430652616704)) `Small` 83 | - **Tag Insights** - See how much of your money goes to food, date nights or splurge spending. ([Preview](https://twitter.com/SpendStackApp/status/1306577430652616704)) `Small` `Medium` `Large` 84 | - **List Insights** - View your budget from top to bottom. ([Preview](https://twitter.com/SpendStackApp/status/1306577430652616704)) `Small` `Medium` `Large` 85 | 86 | ## Gaming 87 | 88 | ### Gaming Utilities 89 | 90 | - **[GameTrack](https://apps.apple.com/gb/app/gametrack/id1136800740)** `Free w/ $0.99-$7.99 subscription` 91 | - **Now Playing** - View the games you've set to Now Playing. ([Preview](https://twitter.com/getgametrack/status/1306336127436161024)) `Small` `Medium` `Large` 92 | - **Upcoming** - View the upcoming ames from your wish lists. ([Preview](https://twitter.com/getgametrack/status/1306336127436161024)) `Small` `Medium` `Large` 93 | 94 | ## Health and Fitness 95 | 96 | - **[Bolt Workout Tracker](https://apps.apple.com/us/app/bolt-workout-tracker-gym-log/id1439649927)** `Free, $1.99/month subscription` 97 | 98 | - **Achievement** - Get a quick glance of the number of days you worked out in the past week. ([Preview](https://twitter.com/workoutwithbolt/status/1306059178662703105/photo/1)) `Medium` 99 | - **Total Volume** - View total volume lifted compared against 7-day or 30-day time periods. ([Preview](https://twitter.com/workoutwithbolt/status/1306059178662703105/photo/1)) `Small` 100 | - **Daily Workouts** - See your daily workouts to get started with just a tap. ([Preview](https://twitter.com/workoutwithbolt/status/1306059178662703105/photo/1)) `Medium` `Large` 101 | - **[Health Auto Export to CSV](https://apps.apple.com/se/app/healthstats-export-to-csv/id1115567069)** `$1.99` 102 | - **Activity** - Near real-time Activity progress, Total Energy Burn, Step Count and Heart Rate. ([Preview](Screenshots/Health_Export/widgets.png)) `Small` 103 | - **Recent** - Configurable widget that shows your readings for cumulative metrics or most recent reading for sample metrics. ([Preview](Screenshots/Health_Export/widgets.png)) `Small` 104 | - **Statistics** - Customize with any of over 80 Apple Health metrics; select up to 6 on the largest widget. ([Preview](Screenshots/Health_Export/widgets.png)) `Small` `Medium` `Large` 105 | - **Activity** - Near real-time Activity progress, Total Energy Burn, Step Count and Heart Rate. ([Preview](Screenshots/Health_Export/widgets.png)) `Small` 106 | - **Statistics** - Customize with any of over 80 Apple Health metrics; select up to 6 on the largest widget. ([Preview](Screenshots/Health_Export/widgets.png)) `Small` `Medium` `Large` 107 | - **[LatherApp Hand Wash Timer](https://apps.apple.com/us/app/latherapp-hand-wash-timer/id1509810285)** - View today's wash count and your last wash time, plus start your timer with one tap. ([Preview](Screenshots/LatherApp_Hand_Wash_Timer/widget.png)) `Free` `Small` 108 | - **[Milestone Fitness](https://apps.apple.com/us/app/milestone-fitness/id1327446581)** `$1.99` 109 | - **Goal Progress** - See your current progress towards a goal in a given category and gives you a ribbon once you've made it. ([Preview](Screenshots/Milestone_Fitness/widgets.png)) `Small` 110 | - **Triple Category** - View three categories at a glance. ([Preview](Screenshots/Milestone_Fitness/widgets.png)) `Small` 111 | - **Progress with Record** - See your current value alongside your all-time record. ([Preview](Screenshots/Milestone_Fitness/widgets.png)) `Small` 112 | - **[Pocket Yoga](https://apps.apple.com/us/app/pocket-yoga/id347400507?mt=8)** - See a yoga pose of the day. ([Preview](https://twitter.com/pocketyogaapp/status/1306397873634902016)) `$2.99` `Medium` 113 | - **[Tangerine: Self-care & Goals](https://apps.apple.com/us/app/tangerine-self-care-goals/id1468882685)** `Free w/ $4.99/mo subscription` 114 | - **Indicator** - An elegant and small indicator with your progress for the day. ([Preview](https://twitter.com/TangerineHabit/status/1306303858159869954)) `Small` 115 | - **Bars** - See your progress on your top habits for the day. ([Preview](https://twitter.com/TangerineHabit/status/1306303858159869954)) `Small` `Medium` 116 | - **Cards** - See your progress on your top habits for the day with a beautiful card visualization. ([Preview](https://twitter.com/TangerineHabit/status/1306303858159869954)) `Large` 117 | - **Dashboard** - An elegant dashboard with your progress for the day and your top habits. ([Preview](https://twitter.com/TangerineHabit/status/1306303858159869954)) `Medium` 118 | 119 | ## Media 120 | 121 | ### Music 122 | - **[Next: Magic DJs & Playlists](https://apps.apple.com/us/app/id622463230)** `$4.99` 123 | - **Most Played** - Jump into your favorite Magic DJs and playlists. ([Preview](https://www.instagram.com/p/CFAYMqHJHJv/)) 124 | - **Recently Played** - Jump into your most recent Magic DJs and playlists. ([Preview](https://www.instagram.com/p/CFAYMqHJHJv/)) 125 | - **[Soor](https://apps.apple.com/app/id1439731526)** `$4.99` 126 | - **Now Playing** - Shows the current song and what's up next. ([Preview](Screenshots/Soor/widgets.png)) `Small` `Medium` `Large` 127 | - **Music Collection** - Shows different types of content. ([Preview](Screenshots/Soor/widgets.png)) 128 | - **Magic Mixes** - Shows your mixes. ([Preview](Screenshots/Soor/widgets.png)) 129 | 130 | ### Photos 131 | 132 | - **[Birch - Organized Photo Notes](https://apps.apple.com/us/app/birch-organized-photo-notes/id1435221449)** - Pin select photos & photo notes, right on your home screen. ([Preview](https://twitter.com/TheBirchApp/status/1306653054415114242)) `Free with $1.49/month subscription` 133 | 134 | ## News 135 | 136 | - **[Brief: just the news you need](https://apps.apple.com/us/app/brief-just-the-news-you-need/id1475186118)** `Free, $4.99/month subscription` 137 | - **Front Page** - A curated feed of the most important news stories of the day. 138 | - **Election Snapshot** - Keep track of the current presidential, house, and senate races. 139 | - **[NBC News](https://apps.apple.com/us/app/nbc-news-breaking-us-news/id319740707)** `Free` 140 | - **Latest News** - Get the latest news from your favorite topics `Small` `Medium` `Large` 141 | - **COVID-19 Trends** - See latest COVID-19 trends by country or U.S. state `Small` `Medium` `Large` 142 | - **Week In Pictures** - Photo journalism gallery. `Medium` `Large` 143 | 144 | ## Reference 145 | 146 | - **[Book Track](https://apps.apple.com/us/app/book-track-library-manager/id1491660771?ign-mpt=uo%3D4)** `$4.99` 147 | - **[LookUp](https://apps.apple.com/us/app/lookup-english-dictionary/id872564448?ign-mpt=uo%3D4)** `$5.99` 148 | - **[Star Walk 2](https://apps.apple.com/us/app/star-walk-2-night-sky-map/id892279069)** `$2.99 with paid upgrades` 149 | - **What's New** - Keep abreast of the latest stargazing news `Small` 150 | - **Time to Stargaze** - Check the stargazing conditions for tonight. `Small` 151 | - **What's up Tonight** - Check out what to see in the sky above you. `Medium` 152 | - **[Wikipedia](https://apps.apple.com/us/app/wikipedia/id324715238)** `Free` 153 | - **Picture of the Day** - Enjoy a beautiful daily photo selected by our community. `Small` `Medium` `Large` 154 | - **On this day** - Explore what happened on this day in history. `Small` `Medium` `Large` 155 | - **Top read** - Learn what the world is reading today on Wikipedia. `Small` `Medium` `Large` 156 | 157 | ## Social Networking 158 | 159 | - **[Apollo](https://itunes.apple.com/app/id979274575)** `Free, $0.99/month subscription` 160 | - **Post** - Shows a post from a Reddit feed of your choosing. ([Preview](https://twitter.com/ChristianSelig/status/1306344121947299840)) `Small` `Medium` `Large` 161 | - **Multiple Posts** - Shows an overview of multiple posts from your favorite Reddit feed. ([Preview](https://twitter.com/ChristianSelig/status/1306344121947299840)) `Small` `Medium` `Large` 162 | - **Post Feed Grid** - Shows multiple posts in a grid from a feed of your choosing. ([Preview](https://twitter.com/ChristianSelig/status/1306344121947299840)) `Small` `Medium` `Large` 163 | - **Wallpaper** - Rotates through beautiful photos from image-heavy subreddits of your choosing. ([Preview](https://twitter.com/ChristianSelig/status/1306344121947299840)) `Small` `Medium` `Large` 164 | - **Subreddit Shortcuts** - Quickly jump to your favorite subreddits. ([Preview](https://twitter.com/ChristianSelig/status/1306344121947299840)) `Small` `Medium` `Large` 165 | - **Showerthoughts** - Cycles through popular posts from the Showerthoughts subreddit. ([Preview](https://twitter.com/ChristianSelig/status/1306344121947299840)) `Small` 166 | - **Jokes** - Shows jokes from joke-related subreddit to brighten your day. ([Preview](https://twitter.com/ChristianSelig/status/1306344121947299840)) `Medium` 167 | - **[Aviary](https://apps.apple.com/us/app/id1522043420)** - View the latest tweets. `$4.99` `Small` `Medium` `Large 168 | - **[Clatters](https://apps.apple.com/app/clatters/id1480930237)** `Free with $2.99/mo subscription` 169 | - **Posts** - View the number of posts. ([Preview](Screenshots/Clatters/widgets.png)) `Small` 170 | - **Sentiments** - Get insights into the audience emotions. ([Preview](Screenshots/Clatters/widgets.png)) `Small` 171 | - **Languages** - View the languages distribution. ([Preview](Screenshots/Clatters/widgets.png)) `Small` `Medium` 172 | - **Stars** - See how your apps are performing. ([Preview](Screenshots/Clatters/widgets.png)) `Small` `Medium` 173 | 174 | 175 | ## Sports 176 | 177 | - **[Pennant](https://apps.apple.com/us/app/id622463230)** `Free w/ $1.99-$4.99 subscription` 178 | - **League Standings** - Current standings for a given league. ([Preview](https://twitter.com/PennantApp/status/1306332494434893825)) 179 | - **Division Standings** - Current standings for a given division. ([Preview](https://twitter.com/PennantApp/status/1306332494434893825)) 180 | - **Team Standings** - Current standings for a given team. ([Preview](https://twitter.com/PennantApp/status/1306332494434893825)) 181 | - **Team Splits** - Standings for a given team, split by hoem/away and division. ([Preview](https://twitter.com/PennantApp/status/1306332494434893825)) 182 | - **Game Margin** - Shows how a team is performing over time. ([Preview](https://twitter.com/PennantApp/status/1306332800967225345)) 183 | - **Last Ten Games** - Results of the last ten games. ([Preview](https://twitter.com/PennantApp/status/1306332800967225345)) 184 | 185 | ## Travel 186 | 187 | - **[FlightStatus](https://apps.apple.com/app/flightstatus/id1320687057)** - Displays upcoming flight information. ([Preview](https://twitter.com/FlightStatusApp/status/1306313598763847680)) `$4.99` `Small` `Medium` 188 | - **[MetroBuddy](https://apps.apple.com/us/app/id1524065433)** - View your current New York MetroCard balance and how many rides are left. ([Preview](Screenshots/MetroBuddy/widget.png)) ([Source on GitHub](https://github.com/alexaubry/metrobuddy)) `Free` `Small` `Medium` 189 | - **[TechnoConf](https://apps.apple.com/us/app/technoconf/id1530632696)** - Show tech conference events on your home screen. `Free` 190 | 191 | ## Utilities 192 | 193 | - **[Agenda](https://apps.apple.com/us/app/agenda/id1370289240)** - Agenda notes that are relevant right now. ([Preview](https://twitter.com/agenda/status/1306381353127227392)) `Free with $14.99 upgrade` `Small` `Medium` `Large` 194 | - **[DataMan - track data usage](https://apps.apple.com/us/app/dataman/id592962356)** - See your data usage forecast. ([Preview](https://twitter.com/XVisionNow/status/1306445911262928901)) `$0.99 with $0.99 subscription` 195 | - **[Drafts]()** `Free with $1.99/month subscription` 196 | - **Drafts Widget** - Configurable access to commands, workspaces, and actions. ([Preview](https://twitter.com/draftsapp/status/1306328579274346497)) `Small` `Medium` `Large` 197 | - **Drafts List Widget** - List drafts from the configured workspace. ([Preview](https://twitter.com/draftsapp/status/1306328579274346497)) `Medium` `Large` 198 | - **[DuckDuckGo](https://apps.apple.com/us/app/duckduckgo-privacy-browser/id663592361)** - Search or visit your favorite sites privately with just one tap. `Free` `Small` `Medium` `Large` 199 | 200 | ## Weather 201 | 202 | - **[CARROT Weather](https://apps.apple.com/app/id961390574)** `$4.99 + Monthly/Yearly Subscriptions` 203 | - **Snark** - Puts CARROT's trademark banter front and center. ([Preview](https://twitter.com/CARROT_app/status/1306332591654662146/photo/2)) 204 | - **Forecast** - Gives a detailed look at short-term, hourly, and daily weather. ([Preview](https://twitter.com/CARROT_app/status/1306332591654662146/photo/2)) 205 | - **Hourly/Daily** - Focuses exclusively on hourly and daily forecasts. ([Preview](https://twitter.com/CARROT_app/status/1306332591654662146/photo/2)) `Subscription required` 206 | - **Weather Maps** - Lets you keep an eye on storms bearing down on your location. ([Preview](https://twitter.com/CARROT_app/status/1306332591654662146/photo/2)) `Subscription required` 207 | - **[Solar Watch](https://apps.apple.com/app/solar-watch-sunrise-sunset/id1191365122?l=en)** - Track the sunrise and sunset at your favorite locations. ([Preview](https://twitter.com/SolarWatch/status/1306338213720723464)) `Free with $4.99 Upgrade` 208 | - **[Weather Line](https://apps.apple.com/app/apple-store/id715319015)** - The all-in-one widget dynamically adapts to show you what's most important *right now* – extreme weather, minutely rain graph, AQI, and weather warnings, with 20 themes to choose from. ([Preview](Screenshots/Weather_Line/widgets.png)) `Free w/ Subscription` `Small` `Medium` `Large` 209 | 210 | # Contribute 211 | 212 | Contributions welcome! Read the [contribution guidelines](contributing.md) first. 213 | -------------------------------------------------------------------------------- /Screenshots/Bolt_Workout_Tracker/widgets.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevestreza/awesome-ios-widgets/073257679acd070b76327695f75c00ebfd178fe4/Screenshots/Bolt_Workout_Tracker/widgets.jpg -------------------------------------------------------------------------------- /Screenshots/Clatters/widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevestreza/awesome-ios-widgets/073257679acd070b76327695f75c00ebfd178fe4/Screenshots/Clatters/widgets.png -------------------------------------------------------------------------------- /Screenshots/Health_Export/widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevestreza/awesome-ios-widgets/073257679acd070b76327695f75c00ebfd178fe4/Screenshots/Health_Export/widgets.png -------------------------------------------------------------------------------- /Screenshots/LatherApp_Hand_Wash_Timer/widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevestreza/awesome-ios-widgets/073257679acd070b76327695f75c00ebfd178fe4/Screenshots/LatherApp_Hand_Wash_Timer/widget.png -------------------------------------------------------------------------------- /Screenshots/MetroBuddy/widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevestreza/awesome-ios-widgets/073257679acd070b76327695f75c00ebfd178fe4/Screenshots/MetroBuddy/widget.png -------------------------------------------------------------------------------- /Screenshots/Milestone_Fitness/widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevestreza/awesome-ios-widgets/073257679acd070b76327695f75c00ebfd178fe4/Screenshots/Milestone_Fitness/widgets.png -------------------------------------------------------------------------------- /Screenshots/Soor/widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevestreza/awesome-ios-widgets/073257679acd070b76327695f75c00ebfd178fe4/Screenshots/Soor/widgets.png -------------------------------------------------------------------------------- /Screenshots/Weather_Line/widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevestreza/awesome-ios-widgets/073257679acd070b76327695f75c00ebfd178fe4/Screenshots/Weather_Line/widgets.png -------------------------------------------------------------------------------- /Screenshots/_meta/widgetkit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevestreza/awesome-ios-widgets/073257679acd070b76327695f75c00ebfd178fe4/Screenshots/_meta/widgetkit.png -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, gender identity and expression, level of experience, 9 | nationality, personal appearance, race, religion, or sexual identity and 10 | orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 58 | reported by contacting the project team at [SteveStreza](https://github.com/SteveStreza) 59 | on GitHub. All complaints will be reviewed and investigated and will result in a response 60 | that is deemed necessary and appropriate to the circumstances. The project team is 61 | obligated to maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 71 | available at [http://contributor-covenant.org/version/1/4][version] 72 | 73 | [homepage]: http://contributor-covenant.org 74 | [version]: http://contributor-covenant.org/version/1/4/ 75 | -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please note that this project is released with a 4 | [Contributor Code of Conduct](code-of-conduct.md). By participating in this 5 | project you agree to abide by its terms. 6 | 7 | --- 8 | 9 | A sample submission looks something like this: 10 | 11 | ```markdown 12 | - **[My Great App](https://apps.apple.com/...)** - A brief description of what the widget does. ([Preview](https://link.to/preview.jpg)) `Price` `Small` `Medium` 13 | ``` 14 | 15 | Or, if you have multiple widget types, you can use a bulleted list to differentiate. 16 | 17 | ```markdown 18 | - **[My Great App](https://apps.apple.com/...)** `Price` 19 | - **Widget 1 name** - Short description of the first widget, less than 250 characters. ([Preview](https://link.to/preview1.jpg)) `Small` `Medium` 20 | - **Widget 2 name** - Short description of the second widget, less than 250 characters. ([Preview](https://link.to/preview2.jpg)) `Large` 21 | ``` 22 | 23 | Ensure your pull request adheres to the following guidelines: 24 | 25 | - **Only widgets that are well designed and offer clear benefit to the user will be accepted.** 26 | - You must include a direct link to the App Store. Redirects for analytics or affiliates are not allowed. 27 | - Each app must list how it expects users to pay for it in USD (or the appropriate currency if region-locked outside of the US), such as `Free`, `$2.99`, `$4.99/month with trial`, `$49.99/year`, etc. **If your app has a subscription, even if optional, the subscription price MUST be listed.** 28 | - Each widget must have a clear, concise description of what it does. Aim for a short single sentence. 29 | - Each widget is strongly recommended to include a preview. You can include a screenshot in an app-specific subfolder in the [Screenshots] folder (e.g. `Screenshots/Twitter/preview.png) or it may link to something like a tweet, Instagram post, YouTube video, etc. demonstrating the widget, but the preview MUST focus on the widget primarily. 30 | - Each widget is strongly recommended to include the sizes it supports. 31 | - Your app must be published and available when the pull request is merged. If your app is pending release, you may submit a pull request with the "Unreleased" label. 32 | - If your app is open source, please feel free to add a link to the repository alongside the App Store link, so people can find your project! 33 | 34 | Thank you for your suggestions! 35 | 36 | ## Updating your PR 37 | 38 | A lot of times, making a PR adhere to the standards above can be difficult. 39 | If the maintainers notice anything that we'd like changed, we'll ask you to 40 | edit your PR before we merge it. There's no need to open a new PR, just edit 41 | the existing one. If you're not sure how to do that, 42 | [here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) 43 | on the different ways you can update your PR so that we can merge it. 44 | --------------------------------------------------------------------------------