-
The roll of the current release of Clang is failing due to issues related to clang-tidy.
(See roll PR https://github.com/flutter/engine/pull/50109)
* The `clang-analyzer-optin.core.EnumCastOutOf…
-
I've been thinking about how this could be tackled for a while, but what triggered me to open this issue was a question by a fellow flutter dev.
"Is there any way to see which flutter version someo…
-
E.g. from vm-kernel-win-release-x64:
```
Failed to delete C:\b\s\w\ir (15 files remaining).
Maybe the test has a subprocess outliving it.
Sleeping 2 seconds.
Failed to delete C:\b\s\w\ir (1…
-
Hi,
I'm trying to test Firebase on Flutter and I did follow the instructions of the web site and I had the following error:
```
* Error running Gradle:
ProcessException: Process "....\firebase_…
-
https://developers.google.com/events/flutter-interact/schedule
Favor analisar as novidades do lançamento e preparem um treinamento dentro de cada especificação para promovermos um nivelamento da equi…
-
So bit of an issue I've been having getting dependencies on Flutter. I work at a bank, and our network blocks the public maven repositories (jcenter(), google(), etc). Instead we have our own hosted p…
-
Hello to all maintainers of flutter. I was trying to run my app on iOS 14 to see how it will handle the OS change and I have noticed an issue. I use flavors to launch my app, so I launch flutter run…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Auth
### Which platforms are affected?
Android
### Description
The verifyPhon…
-
In some cases it might be useful to create an `Array` out of a `Pointer`.
We could add extension methods to `Pointer`:
```dart
extension StructPointer on Pointer {
external Array asArray(int…
-
A common pattern with `Finalizable`s is to have an eager finalization method that manually cleans up the native resource and cancels the native finalizer. If we were to define that pattern in an inter…