Andrei Diaconu
Andrei Diaconu
@shnhrrsn Could this get merged? People using this library with swift 4 need to unlock the files from the library and fix the errors that xcode pops up. Thank you!
FYI, this library is now used in https://github.com/andreidiaconu/FlutterPalette - Many thanks for creating this library!
@MisterJimson Can you recommend an app / command / process for optimizing SVGs that worked for you? Thanks
The part about Fragments was a "surprise" for me. So for an app that has a couple of screens (list of products, product details, product search, checkout, profile) I should...
If I try to install using brew, I get the same error. If I simply download the latest from master and run `./autogen.sh`, I get ``` checking dynamic linker characteristics......
I solved the issues I was seeing by running `brew doctor`. The specific issue that I was facing was that some folders had the wrong owner. The issue is described...
I was having this issue also. My flow for reproducing this involved removing views from the hierarchy that had the sticky tag. I ended up calling notifyStickyAttributeChanged() on my StickyScrollView...