Akira Aratani
Akira Aratani
# Summary Add an option to CardInputWidget to make the IME full-screen when in landscape mode. # Motivation Users cannot check error status when in landscape mode. I added the...
Country codes can be changed programmatically. ``` final key = GlobalKey(); CountryCodePicker( key: key, ); key.currentState.updateCountryCode(CountryCode.fromDialCode('+81')); ```
**Describe the bug** `CardField` not working on Android9.  **To Reproduce** 1. Launch `ThemeCardExample` **Smartphone / tablet** - Device: Pixel2 - OS: Android 9 - Package version: 3.1.0(curernt master) -...
I'm really sorry. I made a mistake in my changes. 🙇
Add `getLatestEvent` for getting an event on Android when an app is terminated. The class name is tentative and may be changed to any word. close #183
`FlutterCallkitIncoming.onEvent.listen` is not working on Android when an app is terminated. ||Terminated(killed)|Background(running)|Foreground(running)| |-|-|-|-| |Android|x|o|o|o| |iOS|o|o|o| I think we need to be able to get an init event value like in...
The incoming call screen does not appear when multiple apps are installed on Android. e.g. * Development app and Production app are installed * My developed and other developer's apps...
Users can dismiss notifications from Android 14. [Reference](https://developer.android.com/about/versions/14/behavior-changes-all#non-dismissable-notifications) This library should be set to [NotificationCompat.CallStyle](https://developer.android.com/reference/androidx/core/app/NotificationCompat.CallStyle#forIncomingCall). This change only works when isCustomNotification is turned off. |before|after| |:-:|:-:| |||