-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need iOS help? #2
Comments
Hi @kmcgill88! Happy that you found this useful and want to contribute. Thank you so much! I regret to tell you that the plugin is not open to PRs at the moment. It will be later when I feel it's in a good shape and has everything I planned to build. And between, I've made some good progress on iOS already and will release it in the next days! |
I understand completely. I will patiently wait to see your iOS work! In the meantime I will study up on the |
Sounds amazing! This article from Felix was my starting point in the world of PlatformViews: https://medium.com/flutter-community/flutter-platformview-how-to-create-flutter-widgets-from-native-views-366e378115b6 There's also this recent one for creating PlatformViews with Swift: https://medium.com/@phoomparin/how-to-use-native-uis-in-flutter-with-swift-platform-view-8b4dc7f833d8 And there's as well official documentation from Flutter for iOS stuff: https://docs.flutter.io/objcdoc/Protocols/FlutterPlatformView.html Cheers! |
Lol, I was just reading one of those! Thanks for sharing! |
Hey @YoussefKababe, any updates on iOS? |
@kmcgill88 : since @YoussefKababe seems to be MIA, would you be interested in collaborating on a fork of this package with iOS support? I can handle future updates on the Android side, but I don't have a ton of iOS experience. |
Hi @ethanblake4, I found another solution for now on iOS. Hopefully @YoussefKababe get's some time to work on iOS. This is a promising plugin. If he doesn't respond soon I might take you up on the offer though. |
Hi @ethanblake4 and @kmcgill88! I'm really sorry for not pushing updates for this package, and not having time to add iOS support. I'm having some busy days at my current day job, a lot of work and much time needed there. I will be happy to receive your PRs here guys, and I will also be back to work on this ASAP. I promise! |
Hey @YoussefKababe are you gonna be doing the iOS support? |
@kmcgill88 - What is your solution for iOS ? |
@ArthurianX I have an existing lib for ios and admob. Check it out, https://github.com/kmcgill88/McAdViewController It works but causes initial Flutter start time to be a bit slow. When I get some time I plan on adoing support to this lib for Flutter. |
@kmcgill88 - Thanks! |
Anyway some of this work can be PR’d into the firebase_admob plug-in? This is amazing - but have a need for iOS too - I’d be willing to donate / pay for this feature 🎉 |
@kmcgill88 Hi, We @dreamsoftin have implemented Facebook Audience Network for Flutter (https://github.com/dreamsoftin/facebook_audience_network). Currently the plugin is Android only and it supports Banner, Interstitial, Rewarded Video, In Stream Video & Native Ads. I'm looking for some one who can help us in implementing iOS part of it. May be you can help us in this? Native Ad Demo: |
@SachinGanesh Thanks for reaching out. Right now I think I'm going to stick to getting |
@kmcgill88 I have just added you as a collaborator. Thank you so much for your time and your help! |
@YoussefKababe I got Banners working on iOS last night! Still working out some issues though. For some reason, I wasn't seeing the params passed from the Flutter side. I'm sure I'll get it. I'll keep you posted. I plan to get Interstitial and rewards next then I will PR for review. |
If anyone else runs into an issue with a platform view not receiving args from Flutter, this post was the answer! |
@YoussefKababe and anyone following this issue. Progress update: I have Interstitial ads working! I think I will have time this week to finish rewards. Then this plugin will have feature parity on Android and iOS! 🎉 @YoussefKababe I'm guessing you are the only one that has |
Hi @YoussefKababe,
Awesome work on this plugin! I have an immediate need for banner and interstitial on Android and iOS. I'm newer to Flutter and am still researching PlatformViews however I have experience in iOS. Are you open to PR's?
The text was updated successfully, but these errors were encountered: