-
during mac code signing, we are using `notarytool` which only works with xcode 13+.
the pinned version of xcode 14 was removed from `Linux mac_android_aot_engine` in https://github.com/flutter/engine…
-
I am trying to build an app with slivers, but this seems wrong. I have an appbar which changes its size and it is pinned.. some widgets.. then another sliver which is pinned too and then some widgets.…
-
as titled
code sample
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
static const String _title = 'Flutter Code…
-
Related: https://github.com/flutter/flutter/issues/126958
(Filed separately since pinned, floating and pinned+floating all boil down to different render objects)
Putting a SliverPinnedPersistentHe…
-
### Version
3.0.1
### Platforms
dart
### Device Model
oppo android12
### flutter info
```sh
[✓] Flutter (Channel stable, 3.7.12, on macOS 13.3.1 22E772610a darwin-x64,
locale zh-Hans-CN)
…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
Hi,
Is ARF(Automatic Frame Rate) supported please ? Mostly releated to mobile platforms..
` AFR (auto frame rate) – is function which designed to match the media player's output frame rate to the …
-
Hi, a pin in Google Maps doesn't move after setState a new location on the web(It move on mobile).
```console
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stab…
-
## Steps to Reproduce
1. Add `google_maps_flutter: ^0.5.28+1` to `pub spec.yaml`
2.
```dart
const double CAMERA_ZOOM = 12;
const double CAMERA_TILT = 0;
const double CAMERA_BEARING = …