How to identify if an app is native or flutter


 
You can find whether an app is using flutter or not by using the following method,

1) Extract the apk file. You can simply rename the file extension to .zip and extract it.
2) Navigate to the lib folder.
3) You will find a list of subfolders for different architectures.
4) The subfolder will contain a libflutter.so file. This libflutter.so will be present in all 
  flutter apps.