Amplitude-Flutter icon indicating copy to clipboard operation
Amplitude-Flutter copied to clipboard

Flutter macOS Support

Open nilsreichardt opened this issue 3 years ago • 11 comments

Description

Hi! Our Flutter app Sharezone is available as an Android, iOS, Web and macOS app. We would love to see macOS support ❤️

nilsreichardt avatar Apr 13 '21 11:04 nilsreichardt

+1, Same for us at Superlist. I promise I'll take a look and see if this is something I can help with.

jvelezos avatar Apr 27 '21 21:04 jvelezos

Any updates on macOS support?

kineticac avatar Dec 16 '21 04:12 kineticac

Hello all! We will definitely consider to add it in 2022. Will let you know. Thanks for your patience!

haoliu-amp avatar Dec 16 '21 04:12 haoliu-amp

@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

jpv123 avatar Jan 25 '22 17:01 jpv123

+1 same for us at unping we would love to see it in desktop mode <3

jdde avatar May 11 '22 17:05 jdde

+1 also for Wunder Mobility

jimpanse1337 avatar May 12 '22 06:05 jimpanse1337

+1 from Superlist, it's actually a deal breaker if it's not available (same for Windows and Linux).

bk-one avatar May 31 '22 11:05 bk-one

+1, this makes it really difficult to truly adopt Amplitude as an analytics solution.

Jethro87 avatar Mar 01 '23 04:03 Jethro87

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👍

jdde avatar Mar 08 '23 10:03 jdde

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

jointhejourney avatar Oct 08 '23 21:10 jointhejourney