Relative Content

Tag Archive for swiftflutter

How to add clever tap to both iOS and flutter?

I have created an iOS flutter framework with the code flutter build ios-framework of my flutter project module. And I added this framework to my native iOS project. My issue is both these projects have clever tap plugin. Now I get this error in my native iOS project Multiple commands produce ‘/Users/MyPc/Library/Developer/Xcode/DerivedData/CounterApp-fwzwxbpgeztyavfsjfhytngyiksf/Build/Products/Debug-iphonesimulator/CounterApp.app/Frameworks/CleverTapSDK.framework’. How can we add this? Any help would be greatly appreciated.

Open iOS native screen from Flutter application hiding flutter BottomNavigationBar

I have create a Flutter application which has BottomNavigationBar.
Suppose this bottom bar has 3 BottomNavigationBarItem.
2 of them flutter screen but 3rd screen I want to launch as iOS native screen.
I can do by passing the the method channel on iOS native code to launch ViewController.
But iOS native screen hiding flutter bottom tab bar.
I want it should place under the bottom bar so that I can switch in between all other tabs.