-
I'm using a custom map style for the Google Maps Flutter package.
Implemented with this code
```dart
void _onMapCreated(GoogleMapController controller) {
setState(() {
_mapControl…
-
Hello! We had a issue with setting UserID in the iOS SDK. As UserID we use DeviceToken. For 90% of our users, UserID remained in the value "(none)", while for 10% it was successfully setted. On our te…
-
## Steps to reproduce
Run the following app:
sample app
```dart
import 'dart:ui' show window;
import 'package:flutter/material.dart';
void main() {
runApp(BugReport());
}
class …
-
## Steps to Reproduce
![Screen Shot 2022-08-10 at 12 50 27 PM](https://user-images.githubusercontent.com/4104925/183969316-43a67be2-563d-415d-9b93-e4e750d62572.png)
https://github.com/EnduringBe…
-
On iOS, when swiping back, you can see a small portion that is missing its shadow. It's especially visible during the back gesture action, because of the contrast. Notice how in the upper left of the …
-
I have customized an `ElevatedButton` to be similar to a `CupertinoButton` (but more customizable). It works fine generally, but when it's inside a `TabBarView`, the click animation has a delay.
If…
-
Here is a code example of the problem:
https://dartpad.dev/9b23c8bdfbe53e41bbeba2f055f88eff
If you replace the line with `Text("blah")` with `DataMessage()` then `Draggable` works. The problem i…
-
```
$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.0.4, on Mac OS X 10.15.5 19F101 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchai…
-
Hi,
I have adapted DIS by general use model for my iPhone App, ClipEdge.
I imagine that without V2, the learning is not yet optimized for human and animals, but contrary to my expectations, it rec…
-
## Steps to Reproduce
1. Run the app using code below on an iOS simulator (iPhone 8 running iOS 14.5) and type something in the field
2. Then press the backspace button on hardware keyboard an…