dreamsoftin / facebook_audience_network

Flutter Facebook Audience Network
https://pub.dartlang.org/packages/facebook_audience_network/
MIT License
156 stars 99 forks source link

Brilliant BUT we REALLY need iOS compatibility #32

Closed johnmollaghan closed 4 years ago

johnmollaghan commented 4 years ago

Do you have any timeline on when this will also work on iOS?

SachinGanesh commented 4 years ago

Hi, iOS support is now available. Please check "ios" branch. If everything works fine we will release it through pub.dev

You can use the below dependecy to test the integration

facebook_audience_network: 
    git: 
      url: git@github.com:dreamsoftin/facebook_audience_network.git
      ref: ios
johnmollaghan commented 4 years ago

This is great news. Thank you for your hard work on this. I am developing a Flutter app at the moment and look forward to using this.

appycamper commented 4 years ago

Is the ios branch merged into master? i.e. does the latest master have ios support?

SachinGanesh commented 4 years ago

Yes.