Flutter - Any way to integrate full story in flutter?

1.1k Views Asked by At

I want to integrate full story for my flutter app. I don't see any full story plugin available for flutter. Any way to integrate it into my flutter app without going through the native code base?

1

There are 1 best solutions below

0
Hrvoje Čukman On

At the moment you can only integrate it with native iOS and Android app. You could try to implement it for both platforms, following their API documentation for each platform. (But this is in my opinion overkill.)

I would suggest using firebase with firebase_analytics and firebase_crashlytics plugins instead.