-
The TimeTracker introduced on #317 has a dropdown with a max height of about 224px. If there are more activities than the height can accommodate, a vertical scroll is created. We can improve this by o…
-
## Feature Request
A request for live activities notifications on iOS similar to how octopod shows live printing data on the lock screen and similar to the android progress notification that was prev…
-
From http://www.opensym.org/wp-content/uploads/2018/07/OpenSym2018_paper_30.pdf :
> mediating information related to the state of a community can impact
identification with that community and, acc…
-
Add support for **Apple Podcasts**
- Live Activity
- Media Timeline Slider
- Controls (Skip or Rewind)
GitDC updated
3 weeks ago
-
I cloned the repository and tried to run the application inside `example` folder. The app started but when I clicked on the button to start live activity, I get the error of `null check used on a null…
-
Hey!
Thanks for the great work!
I've tried the example app and it works fine. I also tried to go through the steps on a new project and it worked. But when I try to go through the steps in an existi…
-
Naming
Looks
State
All of it
Needs polishing
-
It'd be so awesome if as a deployment was building, Zeitgeist started a live activity and Dynamic Island activity showing which stage it's in + whether it's failed or succeeded.
-
We should add a Live Activity for when the user is actively crowd-sourcing. Users of the newly announced iPhone 14 Pro and iPhone 14 Pro Max will particularly appreciate this feature because of its in…
-
```
static void startLiveActivity(RemoteMessage message) async {
try {
print("initialize liive");
var liveActivitiesPlugin = LiveActivities();
await liveActivitiesPlugin.ini…