Drew Heavner
Drew Heavner
It looks like some change from the API (pokemontcg.io) has broken my SDK and causing the current application to fail in loading the new set of cards and causing searches...
That was my thought to just do something simple and have it appear in the UI like a modal/card that suggests the user adds energy to their deck but doesn't...
This was a feature that I briefly pondered upon but chose to side table it in favor of getting the collection feature completed and pushed out to my users. I...
~Due to my error of how I architected this application to store the entire card data in decks in Firestore, I was unable at the time to store `Attacks` data...
I will certainly look into adding this as an export option in the future
Hmmm, you could try overriding the build tools version in your yaml configuration, so something like: ``` README.md env: # override default build-tools version (29.0.3) -- optional BUILD_TOOLS_VERSION: "30.0.2" ```...
That shouldn't be too difficult to add
Bump. I have requested changes to the PR for your request. I've you can apply them I'll happily merge them in.
This is a bug, I should have it fixed in the next release
I will look into adding the `.setDisallowInterceptTouchEvent()` hook into the SlidrInterface for you.