Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyboardType: TextInputType.datetime shows '/' and ':' symbols on emulator keyboard but not on my LG G6 ! #28712

Closed
Fcharlemagne opened this issue Mar 1, 2019 · 3 comments
Labels
engine flutter/engine repository. See also e: labels. platform-android Android applications specifically waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds

Comments

@Fcharlemagne
Copy link

I just want to enter a date formatted like this : DD/MM/YYYY hh:mm, so I need symbols '/', ':' and obviously digits. All is fine on the emulator (in Google Studio), but if I install the following app on my physical device LG G6 (onto Android 8.0.0), the keyboard DON'T show symbols '/' and ':', just the digits plus the buttons "delete" and "finish".
Please take a look to the very simple code attached.

main.zip

Steps to Reproduce

Logs

                1 actionable task: 1 executed

[ +8 ms] Resolving dependencies... (completed in 71,1s)
[ +1 ms] executing: C:\Android-sdk\build-tools\28.0.3\aapt dump xmltree
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\outputs\apk\app.apk AndroidManifest.xml
[ +29 ms] Exit code 0 from: C:\Android-sdk\build-tools\28.0.3\aapt dump xmltree
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\outputs\apk\app.apk AndroidManifest.xml
[ ] N: android=http://schemas.android.com/apk/res/android
E: manifest (line=2)
A: android:versionCode(0x0101021b)=(type 0x10)0x1
A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c
A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9")
A: package="com.fcharlemagne.bug_datetime_keyboard" (Raw: "com.fcharlemagne.bug_datetime_keyboard")
A: platformBuildVersionCode=(type 0x10)0x1
A: platformBuildVersionName="1.0.0" (Raw: "1.0.0")
E: uses-sdk (line=7)
A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c
E: uses-permission (line=14)
A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
E: application (line=22)
A: android:label(0x01010001)="bug_datetime_keyboard" (Raw: "bug_datetime_keyboard")
A: android:icon(0x01010002)=@0x7f020000
A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
E: activity (line=27)
A: android:theme(0x01010000)=@0x7f030000
A: android:name(0x01010003)="com.fcharlemagne.bug_datetime_keyboard.MainActivity" (Raw:
"com.fcharlemagne.bug_datetime_keyboard.MainActivity")
A: android:launchMode(0x0101001d)=(type 0x10)0x1
A: android:configChanges(0x0101001f)=(type 0x11)0x400037b4
A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
E: meta-data (line=41)
A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw:
"io.flutter.app.android.SplashScreenUntilFirstFrame")
A: android:value(0x01010024)=(type 0x12)0xffffffff
E: intent-filter (line=45)
E: action (line=46)
A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
E: category (line=48)
A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
[ +7 ms] executing: C:\Android-sdk\platform-tools\adb -s emulator-5554 shell -x logcat -v time -t 1
[ +66 ms] Exit code 0 from: C:\Android-sdk\platform-tools\adb -s emulator-5554 shell -x logcat -v time -t 1
[ ] --------- beginning of main
03-01 09:16:03.580 I/MicroDetectionWorker( 2792): #onError(false)
[ +2 ms] executing: C:\Android-sdk\platform-tools\adb -s emulator-5554 shell -x logcat -v time
[ +432 ms] DependencyChecker: nothing is modified after 2019-03-01 09:47:28.000.
[ +3 ms] executing: C:\Android-sdk\platform-tools\adb version
[ +53 ms] Android Debug Bridge version 1.0.40
Version 4986621
Installed as C:\Android-sdk\platform-tools\adb.EXE
[ +2 ms] executing: C:\Android-sdk\platform-tools\adb start-server
[ +56 ms] Building APK
[ +32 ms] Running Gradle task 'assembleDebug'...
[ +4 ms] executing: [D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\android]
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\android\gradlew.bat -Pverbose=true
-Ptarget=D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\lib/main.dart
-Ptrack-widget-creation=false -Pcompilation-trace-file=compilation.txt -Pfilesystem-scheme=org-dartlang-root assembleDebug
[+1895 ms] > Task :app:flutterBuildX86Jar UP-TO-DATE
[ +2 ms] > Task :app:checkDebugClasspath UP-TO-DATE
[ ] > Task :app:preBuild UP-TO-DATE
[ ] > Task :app:preDebugBuild UP-TO-DATE
[ ] > Task :app:compileDebugAidl NO-SOURCE
[ +84 ms] > Task :app:compileDebugRenderscript UP-TO-DATE
[ +1 ms] > Task :app:checkDebugManifest UP-TO-DATE
[ ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[ ] > Task :app:prepareLintJar UP-TO-DATE
[ ] > Task :app:cleanMergeDebugAssets
[+1993 ms] > Task :app:flutterBuildDebug
[ +1 ms] [ +12 ms] executing: [c:\Flutter-sdk] git rev-parse --abbrev-ref --symbolic @{u}
[ ] [ +89 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] [ ] origin/stable
[ ] [ ] executing: [c:\Flutter-sdk] git rev-parse --abbrev-ref HEAD
[ ] [ +55 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] [ ] stable
[ ] [ ] executing: [c:\Flutter-sdk] git ls-remote --get-url origin
[ ] [ +53 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] [ ] https://github.com/flutter/flutter.git
[ ] [ ] executing: [c:\Flutter-sdk] git log -n 1 --pretty=format:%H
[ ] [ +52 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] [ ] 8661d8a
[ ] [ ] executing: [c:\Flutter-sdk] git log -n 1 --pretty=format:%ar
[ ] [ +51 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] [ ] 2 weeks ago
[ ] [ ] executing: [c:\Flutter-sdk] git describe --match v*.. --first-parent --long --tags
[ ] [ +54 ms] Exit code 0 from: git describe --match v*.. --first-parent --long --tags
[ ] [ ] v1.2.1-0-g8661d8aec
[ ] [ +612 ms] c:\Flutter-sdk\bin\cache\dart-sdk\bin\dart
c:\Flutter-sdk\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root
c:\Flutter-sdk\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --strong --target=flutter --no-link-platform --incremental
--packages D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard.packages --output-dill build\app.dill
--depfile
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\intermediates\flutter\debug/snapshot_blo
b.bin.d --filesystem-scheme org-dartlang-root package:bug_datetime_keyboard/main.dart
[+4391 ms] [+4460 ms] Building bundle
[ +1 ms] [ ] Writing asset files to
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\intermediates\flutter\debug/flutter_asse
ts
[ +98 ms] [ +56 ms] Wrote
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\intermediates\flutter\debug/flutter_asse
ts
[ +1 ms] [ +7 ms] "flutter bundle" took 4 992ms.
[ ] [ ] "flutter bundle" took 4 992ms.
[ +98 ms] > Task :app:mergeDebugShaders UP-TO-DATE
[ ] > Task :app:compileDebugShaders UP-TO-DATE
[ ] > Task :app:generateDebugAssets UP-TO-DATE
[ ] > Task :app:mergeDebugAssets
[ +200 ms] > Task :app:copyFlutterAssetsDebug
[ +1 ms] > Task :app:mainApkListPersistenceDebug UP-TO-DATE
[ ] > Task :app:generateDebugResValues UP-TO-DATE
[ ] > Task :app:generateDebugResources UP-TO-DATE
[ +896 ms] > Task :app:mergeDebugResources UP-TO-DATE
[ +1 ms] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[ ] > Task :app:processDebugManifest UP-TO-DATE
[ ] > Task :app:splitsDiscoveryTaskDebug UP-TO-DATE
[ ] > Task :app:processDebugResources UP-TO-DATE
[ ] > Task :app:generateDebugSources UP-TO-DATE
[ +98 ms] > Task :app:javaPreCompileDebug UP-TO-DATE
[ +1 ms] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[ ] > Task :app:compileDebugNdk NO-SOURCE
[ ] > Task :app:compileDebugSources UP-TO-DATE
[+1198 ms] c:\Flutter-sdk\bin\cache\artifacts\engine\android-arm\flutter.jar: D8: Type android.support.v4.app.FragmentActivity
was not found, it is required for default or static interface methods desugaring of void io.flutter.app.FlutterFragmentActivity.onCreate(android.os.Bundle)
[ +303 ms] > Task :app:transformClassesWithDexBuilderForDebug
[ +97 ms] > Task :app:transformDexArchiveWithExternalLibsDexMergerForDebug
[ +98 ms] > Task :app:transformDexArchiveWithDexMergerForDebug
[ +1 ms] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[+1396 ms] > Task :app:transformNativeLibsWithMergeJniLibsForDebug
[ +1 ms] > Task :app:checkDebugLibraries UP-TO-DATE
[ ] > Task :app:processDebugJavaRes NO-SOURCE
[ +600 ms] > Task :app:transformResourcesWithMergeJavaResForDebug
[ +598 ms] > Task :app:validateSigningDebug
[+2500 ms] > Task :app:packageDebug
[ ] > Task :app:assembleDebug
[ ] 31 actionable tasks: 11 executed, 20 up-to-date
[ +365 ms] Running Gradle task 'assembleDebug'... (completed in 16,9s)
[ +21 ms] calculateSha: LocalDirectory:
'D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\outputs\apk'/app.apk
[ +394 ms] Built build\app\outputs\apk\debug\app-debug.apk.
[ +3 ms] executing: C:\Android-sdk\build-tools\28.0.3\aapt dump xmltree
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\outputs\apk\app.apk AndroidManifest.xml
[ +29 ms] Exit code 0 from: C:\Android-sdk\build-tools\28.0.3\aapt dump xmltree
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\outputs\apk\app.apk AndroidManifest.xml
[ +1 ms] N: android=http://schemas.android.com/apk/res/android
E: manifest (line=2)
A: android:versionCode(0x0101021b)=(type 0x10)0x1
A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c
A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9")
A: package="com.fcharlemagne.bug_datetime_keyboard" (Raw: "com.fcharlemagne.bug_datetime_keyboard")
A: platformBuildVersionCode=(type 0x10)0x1
A: platformBuildVersionName="1.0.0" (Raw: "1.0.0")
E: uses-sdk (line=7)
A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c
E: uses-permission (line=14)
A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
E: application (line=22)
A: android:label(0x01010001)="bug_datetime_keyboard" (Raw: "bug_datetime_keyboard")
A: android:icon(0x01010002)=@0x7f020000
A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
E: activity (line=27)
A: android:theme(0x01010000)=@0x7f030000
A: android:name(0x01010003)="com.fcharlemagne.bug_datetime_keyboard.MainActivity" (Raw:
"com.fcharlemagne.bug_datetime_keyboard.MainActivity")
A: android:launchMode(0x0101001d)=(type 0x10)0x1
A: android:configChanges(0x0101001f)=(type 0x11)0x400037b4
A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
E: meta-data (line=41)
A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw:
"io.flutter.app.android.SplashScreenUntilFirstFrame")
A: android:value(0x01010024)=(type 0x12)0xffffffff
E: intent-filter (line=45)
E: action (line=46)
A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
E: category (line=48)
A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
[ +1 ms] Stopping app 'app.apk' on Android SDK built for x86.
[ ] executing: C:\Android-sdk\platform-tools\adb -s emulator-5554 shell am force-stop com.fcharlemagne.bug_datetime_keyboard
[ +84 ms] executing: C:\Android-sdk\platform-tools\adb -s emulator-5554 shell pm list packages
com.fcharlemagne.bug_datetime_keyboard
[ +841 ms] package:com.fcharlemagne.bug_datetime_keyboard
[ +2 ms] executing: C:\Android-sdk\platform-tools\adb -s emulator-5554 shell cat
/data/local/tmp/sky.com.fcharlemagne.bug_datetime_keyboard.sha1
[ +61 ms] 483bb4eadaf1c00dc763d2f48ec5377a7683c057
[ +1 ms] Installing APK.
[ +1 ms] executing: C:\Android-sdk\platform-tools\adb version
[ +43 ms] Android Debug Bridge version 1.0.40
Version 4986621
Installed as C:\Android-sdk\platform-tools\adb.EXE
[ ] executing: C:\Android-sdk\platform-tools\adb start-server
[ +32 ms] Installing build\app\outputs\apk\app.apk...
[ ] executing: C:\Android-sdk\platform-tools\adb -s emulator-5554 install -t -r
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\outputs\apk\app.apk
[+2539 ms] adb: failed to install
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\outputs\apk\app.apk: Failure
[INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.fcharlemagne.bug_datetime_keyboard signatures do not match the previously
installed version; ignoring!]
[ +1 ms] Installing build\app\outputs\apk\app.apk... (completed in 2,5s)
[ +1 ms] Error: ADB exited with exit code 1
[ +2 ms] adb: failed to install
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\outputs\apk\app.apk: Failure
[INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.fcharlemagne.bug_datetime_keyboard signatures do not match the
previously
installed version; ignoring!]
[ ] Warning: Failed to install APK.
[ ] Uninstalling old version...
[ +1 ms] executing: C:\Android-sdk\platform-tools\adb version
[ +33 ms] Android Debug Bridge version 1.0.40
Version 4986621
Installed as C:\Android-sdk\platform-tools\adb.EXE
[ +1 ms] executing: C:\Android-sdk\platform-tools\adb start-server
[ +37 ms] executing: C:\Android-sdk\platform-tools\adb -s emulator-5554 uninstall com.fcharlemagne.bug_datetime_keyboard
[ +360 ms] Success
[ +1 ms] executing: C:\Android-sdk\platform-tools\adb version
[ +47 ms] Android Debug Bridge version 1.0.40
Version 4986621
Installed as C:\Android-sdk\platform-tools\adb.EXE
[ +1 ms] executing: C:\Android-sdk\platform-tools\adb start-server
[ +49 ms] Installing build\app\outputs\apk\app.apk...
[ +1 ms] executing: C:\Android-sdk\platform-tools\adb -s emulator-5554 install -t -r
D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard\build\app\outputs\apk\app.apk
[+3153 ms] Success
[ +1 ms] Installing build\app\outputs\apk\app.apk... (completed in 3,2s)
[ ] executing: C:\Android-sdk\platform-tools\adb -s emulator-5554 shell echo -n 02847233133c3e332ad633bab31753d67bc4a355 >
/data/local/tmp/sky.com.fcharlemagne.bug_datetime_keyboard.sha1
[ +96 ms] Android SDK built for x86 startApp
[ +1 ms] executing: C:\Android-sdk\platform-tools\adb -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000
--ez enable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true --ez verify-entry-points true
com.fcharlemagne.bug_datetime_keyboard/com.fcharlemagne.bug_datetime_keyboard.MainActivity
[ +164 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.fcharlemagne.bug_datetime_keyboard/.MainActivity
(has extras) }
[ +1 ms] Waiting for observatory port to be available...
[+1688 ms] Observatory URL on device: http://127.0.0.1:51300/
[ +2 ms] executing: C:\Android-sdk\platform-tools\adb -s emulator-5554 forward tcp:0 tcp:51300
[ +108 ms] 57419
[ +16 ms] Forwarded host port 57419 to device port 51300 for Observatory
[ +23 ms] Connecting to service protocol: http://127.0.0.1:57419/
[ +537 ms] Successfully connected to service protocol: http://127.0.0.1:57419/
[ +4 ms] Sending to VM service: getVM({})
[ +6 ms] Result: {type: VM, name: vm, architectureBits: 32, targetCPU: ia32, hostCPU: Virtual CPU, version:
2.1.2-dev.0.0.flutter-0a7dcf17eb (Tue Feb 12 01:59:15 2019 +0000) on "android_ia32", _profilerMode: VM, _nativeZoneMemoryUsage: 0,
pid: 11070, startTime: 15...
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/343384781})
[ +2 ms] Sending to VM service: _flutter.listViews({})
[ +7 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x9a369b0c, isolate: {type: @isolate,
fixedId: true, id: isolates/343384781, name: main.dart$main-343384781, number: 343384781}}]}
[ +5 ms] DevFS: Creating new filesystem on the device (null)
[ ] Sending to VM service: _createDevFS({fsName: bug_datetime_keyboard})
[ +44 ms] Result: {type: Isolate, fixedId: true, id: isolates/343384781, name: main.dart:main(), number: 343384781, _originNumber:
343384781, startTime: 1551431792603, _heaps: {new: {type: HeapSpace, name: new, vmName: Scavenger, collections: 2,
avgCollectionPeriod...
[ +34 ms] Result: {type: FileSystem, name: bug_datetime_keyboard, uri:
file:///data/user/0/com.fcharlemagne.bug_datetime_keyboard/cache/bug_datetime_keyboardHYGRWE/bug_datetime_keyboard/}
[ +1 ms] DevFS: Created new filesystem on the device
(file:///data/user/0/com.fcharlemagne.bug_datetime_keyboard/cache/bug_datetime_keyboardHYGRWE/bug_datetime_keyboard/)
[ +3 ms] Updating assets
[ +203 ms] Syncing files to device Android SDK built for x86...
[ +3 ms] DevFS: Starting sync from LocalDirectory:
'D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard'
[ ] Scanning project files
[ +16 ms] Scanning package files
[ +166 ms] Scanning asset files
[ +8 ms] Scanning for deleted files
[ +87 ms] Compiling dart to kernel with 456 updated files
[ +13 ms] c:\Flutter-sdk\bin\cache\dart-sdk\bin\dart
c:\Flutter-sdk\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root
c:\Flutter-sdk\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --strong --target=flutter --output-dill
build\app.dill --packages D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard.packages
--filesystem-scheme org-dartlang-root
[+1541 ms] Updating files
[ +53 ms] D/ (11070): HostConnection::get() New Host Connection established 0x9a364900, tid 11096
[ ] D/EGL_emulation(11070): eglMakeCurrent: 0x97997a40: ver 2 0 (tinfo 0x95e7f210)
[ +152 ms] DevFS: Sync finished
[ +2 ms] Syncing files to device Android SDK built for x86... (completed in 2 045ms, longer than expected)
[ ] Synced 0.8MB.
[ +1 ms] Sending to VM service: _flutter.listViews({})
[ +12 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x9a369b0c, isolate: {type: @isolate,
fixedId: true, id: isolates/343384781, name: main.dart$main-343384781, number: 343384781}}]}
[ ] Connected to _flutterView/0x9a369b0c.
[ +3 ms] 🔥 To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".
[ +1 ms] An Observatory debugger and profiler on Android SDK built for x86 is available at: http://127.0.0.1:57419/
[ ] For a more detailed help message, press "h". To detach, press "d"; to quit, press "q".
[+56811 ms] DevFS: Deleting filesystem on the device
(file:///data/user/0/com.fcharlemagne.bug_datetime_keyboard/cache/bug_datetime_keyboardHYGRWE/bug_datetime_keyboard/)
[ +2 ms] Sending to VM service: _deleteDevFS({fsName: bug_datetime_keyboard})
[ +33 ms] Result: {type: Success}
[ ] DevFS: Deleted filesystem on the device
(file:///data/user/0/com.fcharlemagne.bug_datetime_keyboard/cache/bug_datetime_keyboardHYGRWE/bug_datetime_keyboard/)
[ +3 ms] Sending to VM service: ext.flutter.exit({isolateId: isolates/343384781})
[ +98 ms] Service protocol connection closed.
[+1905 ms] Application finished.
[ +8 ms] "flutter run" took 237 611ms.
[ ] "flutter run" took 237 611ms.

D:\FRANCK\INFORMATIQUE\DEV\FLUTTER\PROJECTS\DEMONSTRATEURS\bug_datetime_keyboard>

No issues found


<!-- Finally, paste the output of running `flutter doctor -v` here. -->


c:\Flutter-sdk\bin>c:\Flutter-sdk\bin\flutter doctor -v
[√] Flutter (Channel stable, v1.2.1, on Microsoft Windows [version 10.0.17134.590], locale fr-FR)
    • Flutter version 1.2.1 at c:\Flutter-sdk
    • Framework revision 8661d8aecd (2 weeks ago), 2019-02-14 19:19:53 -0800
    • Engine revision 3757390fa4
    • Dart version 2.1.2 (build 2.1.2-dev.0.0 0a7dcf17eb)

[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
    • Android SDK at C:\Android-sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-28, build-tools 28.0.3
    • ANDROID_HOME = C:\Android-sdk
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01)
    • All Android licenses accepted.

[!] Android Studio
    • Android Studio at C:\Program Files\Android\Android Studio
    X Flutter plugin not installed; this adds Flutter specific functionality.
    X Dart plugin not installed; this adds Dart specific functionality.
    • android-studio-dir = C:\Program Files\Android\Android Studio
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01)

[√] Connected device (1 available)
    • Android SDK built for x86 • emulator-5554 • android-x86 • Android 8.0.0 (API 26) (emulator)

! Doctor found issues in 1 category.

PLUGINS PROBLEMS SINCE I HAVE SPECIFIED ANDROID STUDIO PATH (BUT I CAN COMPILE AND RUN APP)
@Hixie
Copy link
Contributor

Hixie commented Mar 6, 2019

This depends on your IME as installed on your device. Install a different keyboard and it will have a different idea of what to show when Flutter requests a "numeric" keyboard".

@Hixie Hixie added platform-android Android applications specifically waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds engine flutter/engine repository. See also e: labels. labels Mar 6, 2019
@no-response
Copy link

no-response bot commented May 14, 2019

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away!
Thanks for your contribution.

@no-response no-response bot closed this as completed May 14, 2019
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
engine flutter/engine repository. See also e: labels. platform-android Android applications specifically waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds
Projects
None yet
Development

No branches or pull requests

2 participants