-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Hello~
While working on changes to the SDK, I noticed that the sample projects don’t seem to easily support testing against local builds. This makes it harder to verify contributions in context, especially when working with APIs or behavior that are better validated in a sample app.
I might be missing an existing workflow, but from what I can tell, the samples are only set up to resolve published versions of the library.
I also came across #119 (review) which mentions that it would be best to keep the samples standalone.💖
I created a minimal version so I could run it locally myself when version 0.6.0 wasn't published yet the other day, and will open a PR with a proposal shortly. I figured it made sense to create this issue as well, both to track the problem more clearly and to align with the contributing guidelines, since the other sample-related PRs didn’t seem to include one.