How to use the following intents in the application made with Flutter
Intent intent = new Intent(Intent.ACTION_EDIT);
intent.setData(Uri.parse("example://details?id=" + "PACKAGE_NAME"));
intent.setPackage("com.example.example1");
startActivity(intent);