tapsellorg / TapsellPlusSDK-FlutterPlugin

Other
6 stars 2 forks source link

🚀 [Feature]: Add StandardBanner as a flutter-native widget #7

Open mahdi-malv opened 2 years ago

mahdi-malv commented 2 years ago

Currently Standard banner in Tapsell-plus is added to view hierarchy using addView and consider the whole Flutter's canvas as a FrameLayout. This is really easy to use but not a standard way and will fall right on the main view (content might fall behind it)

TODO

Implement standard banner as PlatformView and create flutter widget from that component