Philip Purwoko
Philip Purwoko
**Feature Request:** Please add configuration to show toast above keyboard
I would agree to integrated into overview menu or add an icon on the left of the overview button to indicate the victory progress
In Flutter I cloud set the path so it was not visible in Files ```dart String? path = (await getApplicationSupportDirectory()).path; await Hive.initFlutter(); await Hive.openBox(boxApp, path: path); await Hive.openBox(boxUser, path: path);...
> Today had this same issue, at first tried the procedure from @moyanxinxu and @Torxed described here without luck. Also checked DNS and tried without IPv6 without change based on...
> ``` > Launching lib/main.dart on ASUS X00TD in debug mode... > Note: /home/aryan/Documents/development/flutter/.pub-cache/hosted/pub.dartlang.org/device_apps-1.0.9/android/src/main/java/fr/g123k/deviceapps/DeviceAppsPlugin.java uses or overrides a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Running Gradle...
I change the `minSdkVersion` from 17 to 21 in `app/src/build.gradle` and works perfectly ``` android { compileSdkVersion 30 sourceSets { main.java.srcDirs += 'src/main/kotlin' } defaultConfig { // TODO: Specify your...