Saeed
Saeed
@seiginonakama I've got the following error after using the newer version ``` Execution failed for task ':presentation:transformClassesWithBlockCanaryExForMockDebug'. > No signature of method: java.lang.String.getName() is applicable for argument types: () values:...
@Yarikx Same issue
@wjs9715 No it happened in both proguarded and non-proguarded builds
@Yarikx Any update?
I agree that the domain layer must not have a dependency on the platform-specific frameworks/libraries, but based on YAGNI principle we're just adding an extra level of abstraction without gain....
@mohamad-amin Yep I will support it in future releases
@kratos23 Can you explain more?
Repositioning widgets based on projection API is laggy and not smooth, but it's ok when using natively (like Uber): ```dart onCameraMove: (CameraPosition position) { setState(() { updateCoordinates(context); }); }, .......
@victorbucutea I mean if you implement it on Android using custom Views and projection it's smoother than Flutter + Projection.