This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://winaero.com/text-services-input-languages-shortcut-windows-10/ | |
Rundll32 Shell32.dll,Control_RunDLL input.dll,,{C07337D3-DB2C-4D0B-9A93-B722A6C106E2} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// do you have a new setup for the MainActivity.kt file with no 'onCreate' method, then use the following setup: | |
// At the top of the file, we need the following imports | |
import android.os.Build | |
import androidx.annotation.NonNull | |
import io.flutter.embedding.android.FlutterActivity | |
import io.flutter.embedding.engine.FlutterEngine | |
import io.flutter.plugins.GeneratedPluginRegistrant | |
import io.flutter.plugin.common.MethodChannel | |
import android.net.Uri |