-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. Enable TalkBack on Android
3. Select the Test button and double-tap on it.
**Expected results:**
The reader starts a…
-
#### Edit:
Current state of the issue: https://github.com/flutter/flutter/issues/67624#issuecomment-801971172
This workflow unfortunately can't work, due to changes in iOS 14. Flutter apps in de…
i6x86 updated
8 months ago
-
I've created a plugin which support Push Notification and i'm trying to swizzle the App Delegate functions but `application:didReceiveRemoteNotification:fetchCompletionHandler: `not fired
The notifi…
-
(Note: assuming that https://github.com/flutter/gallery/pull/525 is landed. Otherwise you first need to apply that on top)
```
$ git clone https://github.com/flutter/gallery
$ cd gallery
$ flutt…
-
### Problema
Ao tentar executar a aplicação no `ios simulator (ios 15.5)` a compilação não é finalizada e mostra o log de erros logo a baixo.
> Executar em um dispositivo físico funciona, tanto em A…
-
* What went wrong:
A problem occurred evaluating script.
> Failed to apply plugin class 'FlutterPlugin'.
> Cannot run Project.afterEvaluate(Closure) when the project is already evaluated.
* T…
-
The sdk complains about this.
`WARNING: OneSignal has detected that your application delegate implements a deprecated method (application:didReceiveLocalNotification:). Please note that this method h…
-
### Platform
iOS 16.7.4
iOS 16.7.5
### Plugin
connectivity_plus
### Version
5.0.2
### Flutter SDK
3.16.9
### Steps to reproduce
The app fails to run the iPad Pro with iOS 1…
-
Flutter version: 3.7.0
App type: Material
OS: macOS 12.6.1
Issue:
Setting `WindowOptions.backgroundColor` and `Scaffold.backgroundColor` to `Colors.transparent` or any color with an alpha-value…
-
## Steps to Reproduce
1. Get and print getExternalStorageDirectory() in main()
2. Get and print getExternalStorageDirectory() in class _MyState extends State
3. Compare
Logs
With …