Amplitude-Flutter
Amplitude-Flutter copied to clipboard
Flutter macOS Support
Description
Hi! Our Flutter app Sharezone is available as an Android, iOS, Web and macOS app. We would love to see macOS support ❤️
+1, Same for us at Superlist. I promise I'll take a look and see if this is something I can help with.
Any updates on macOS support?
Hello all! We will definitely consider to add it in 2022. Will let you know. Thanks for your patience!
@haoliu-amp Any ETA on this? It's a pain to send analytics from macOS since the only workaround is through a server side solution which looses to much data
+1 same for us at unping we would love to see it in desktop mode <3
+1 also for Wunder Mobility
+1 from Superlist, it's actually a deal breaker if it's not available (same for Windows and Linux).
+1, this makes it really difficult to truly adopt Amplitude as an analytics solution.
By the way, we've integrated it in our macOS application, integrated a pure flutter solution. If you want to partner up, just ping me on linkedIn👍
Hey everyone, our app Journey Navigation is available for both iOS and MacOS and we wanted to use Amplitude for both platforms. Since Amplitude-iOS supports MacOS, we went ahead and updated the plugin to use a shared darwin
source for this package, and it works great!
See https://github.com/amplitude/Amplitude-Flutter/pull/156 for more details.
If you want to give it a try before it is merged, you can add the following to your pubspec.yaml
:
dependency_overrides:
amplitude_flutter:
git:
url: https://github.com/jointhejourney/Amplitude-Flutter.git
ref: macos-support