Ralph G
Ralph G
head should be 1.7.0. At the time I didn't use git tags :( ~Ralph On Friday, August 3, 2012 at 11:18 PM, landroni wrote: > Currently Google Play ships Tea...
Thank you @mleonhard for the great bug write up. This is still a live issue, years later.
Hi Folks, we're also **very** interested in getting this working. We will have to pick a different vendor that supports desktop, which would be sad. We will reach out to...
@fuzzybinary thank you for the thoughtful response. We did some investigation and saw that the platform dependent libraries were being imported in cocopods -- so this makes sense. We would...
@fuzzybinary we looked into it, but too much heavy lifting in your "core" libraries -vs- this thinly wrapped flutter library. We ended up re-implementing analytics and crash reporting using the...
@dgarrett-extron the missing gaps are really low level, all at the framework level. They tightly coupled the DD api and a bunch of iOS only APIs (in obj-c!). We evaluated...
@dgarrett-extron it wasn't too bad to use their well documented REST API. Just a bit of a waste of time and still no RUM features. I think a proper implementation...
@fuzzybinary no worries, we get it. I think that thing that burns most is that the library isn't really "flutter". It's a thin wrapper on iOS / Android libs with...
@fuzzybinary that makes sense, whatever helps y'all deliver the functionality as soon as possible. Is there any shared code between the different platform SDKs? I glanced at the repositories for...
@fuzzybinary Highly recommend. Great experience with cross platform core libraries, your iOS codebase is already [structured that way](https://github.com/DataDog/dd-sdk-ios/tree/develop/DatadogCore). Would help greatly with development and maintenance. Dart has worked great for...