Eli Stark

Results 21 issues of Eli Stark

`hooks_riverpod: v2.5.1` **Describe what scenario you think is uncovered by the existing examples/articles** Providers are not paused when no longer listened as stated in the docs but they can be...

documentation
needs triage

### Related issues ### [REQUIRED] Version Info **node:** v20.7.0 **firebase-functions:** v4.5.0 **firebase-admin:** v11.11.1 ### [REQUIRED] Test case Provided below. ### [REQUIRED] Steps to reproduce When env variable used as shown...

type: feature request
triaged

Cloud Functions (2nd gen) is Google Cloud's next-generation Functions-as-a-Service offering. Built on Cloud Run and Eventarc, Cloud Functions (2nd gen) brings enhanced infrastructure and broader event coverage to Cloud Functions,...

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? Firestore ### Which platforms are affected? Android, iOS ###...

type: bug
plugin: cloud_firestore
platform: android
platform: ios

### Description A very strange and simple bug, but it's reproducible 100% of the time. When we wrap RiveAnimation with an Opacity of 0, it causes Flutter to render endlessly....

bug

## Description We've encountered an inconsistency in the behavior of `pushReplacement` when using GoRouter compared to the native Navigator. This issue affects the interaction with bottom sheets and navigation. ##...

Firebase Dynamic Links (FDL) will be deprecated on August 25, 2025, as stated in the official documentation: - https://firebase.google.com/docs/dynamic-links - https://firebase.google.com/support/dynamic-links-faq **Critical Impact:** The Firebase Authentication's "Sign in with Email...

type: documentation
plugin: auth
plugin: dynamic_links

### Steps to reproduce Some of our users report screen flickering on iPhones. This behavior was reported on various iPhone devices. I have reproduced this issue myself and recorded a...

platform-android
platform-ios
engine
c: rendering
P2
needs repro info
e: impeller
team-engine
triaged-engine

`rive v0.14-dev11` (This is the latest commit in the repo that we’ve tested: 49baf479eaaa90ddf9a53246a1fdb536a7dcba18) It seems that `AudioSource` is not exported from the `rive_native` package to the `rive` package. We...

bug
triage

## Problem `RiveAnimation.asset()` doesn't support a `package` parameter, preventing Rive animations from being stored in reusable packages shared across projects. ## Proposed Solution Add a `package` parameter to match Flutter's...

enhancement