In flutter, which is more secure using platform functions/ dependency or dart dependency?

66 Views Asked by At

Im building a mobile application with flutter which the security is the highest priority so what is more secure to use native code (functions/ dependency ) or user the dart code/ dependency ?

In other words if I have function OR called x() in native kotlin/java or swift and I have the same thing in dart which of them is more secure to use and WHY?

0

There are 0 best solutions below