Shawn

Results 48 issues of Shawn

Firestore seems be be throwing errors when deployed to Web. Calling something like: `Firestore.instance.collection("users").get()` is triggering: ``` Restarted application in 201ms. Error: gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error...

Sorry, think I've found another bug :( I have a structure like (books/BOOK_ID/pages): ![image](https://user-images.githubusercontent.com/736973/101384431-ac6cb080-3877-11eb-8887-012ec27b08d6.png) When using this stream inside a streamBuilder: ``` _pageStream = Firestore.instance.collection("users/[email protected]/books/$selectedBookId/pages").stream; ``` I get 3 calls...

I've been doing some performance testing, and it seems the lack of local caching is a pretty major issue. Without it, my app incurs many read calls each time a...

bug

Due to the implementation of AIR on iOS, all code is compiled into the application, meaning we are essentially distributing a binary of your lib, which according to GPGL requires...

Convention in dart is that classes are PascalCase (`new MyFoo()`) and their corresponding file is snake_case (`my_foo.dart`), currently it's not possible to do with with the plugin. It would be...

enhancement

- [x] Restore dynamic font/padding scaling - [x] Home Menu - [ ] Home Illustrations - [ ] Editorial - [x] Images - [ ] Artifact Carousel - [x] Artifact...

Using iPhone 13 w/ 120fps display, we are seeing some stuttering / jumping around of the native maps view when scrolling. Hard to see in the video, but you can...

Try loading this and you can not actually start the video: https://www.youtube.com/embed/QZQSISm_QeU Maybe you need to set: `webViewConfiguration.allowsInlineMediaPlayback = true` ? https://stackoverflow.com/questions/42192853/how-to-enable-embedded-youtube-videos-in-wkwebview

bug

The current approach to effect variations / presets has some drawbacks. Use `shake` as an example. * `shakeX` and `shakeY` variations exist, but only in the form of method extensions...

enhancement

Once issue #31 is finalized, it would be nice to add an initial layer of additional presets/variations using the architecture. While there are unlimited tween behaviors one could think of,...

enhancement