Julian Bissekkou
Julian Bissekkou
It would be nice to have this implemented on the generated fragment mixins as well.
Hey @davideas are there any updates on this? I have the same issue in another project.
Cool that you can reproduce the bug! :) Any idea on how to fix this?
I think it makes sense to provide a flutter APIs where the user can style the native components.
This PR also fixes some issues when you have native navigation in your flutter app. In our case we push a special splash screen before launching our flutter view controller....
@crazecoder
I have the same issue. This is probably a duplicate of #167
The following exception is thrown: ``` Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[2]' ```
It would be nice if this also works in debug mode. This slows down development since you have to test every change related with this plugin in release mode.
Any solution to this?