-
### Use case
As a QA, i need test my flutter project on different web browser : MacOS chrome/firefox/safari/edge, Android chrome, IOS chrome.
But i can only execute flutter test case on MacOS chrome…
-
### Steps to reproduce
1. Under Xcode 16 Beta 5, install and run the app in debug mode on an iOS 18 device.
2. Kill the app
3. Launch from springboard
### Expected results
The app should s…
-
```
flutter pub add flutter_google_places_sdk:^0.3.9
"flutter_google_places_sdk" is already in "dependencies". Will try to update the constraint.
Because flutter_google_places_sdk >=0.3.9 depends o…
-
[ModalBarrier](https://api.flutter.dev/flutter/widgets/ModalBarrier-class.html) is used to prevent interactions with widgets appearing behind it. However, on the web, if the widget behind the modal ba…
-
- Name of the package : google_places_api_flutter
- I pub URL : https://pub.dev/packages/google_places_api_flutter
- category: geolocation-maps and autocomplete
- Reason: the package compiles in tw…
-
`CustomPainter.hitTest` is missing the size of the widget, making it impossible to specify custom hit test behaviour when `paint` uses its `size` argument.
Simplistic example:
```dart
class Cir…
-
```
[E] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: UnimplementedError: onClusterTap() has not been implemented.
#0 GoogleMapsFlutterPlatform.onClusterTap (package:g…
JSUYA updated
2 months ago
-
### Steps to reproduce
1. Use Google Maps Places API on Flutter web to make an autocomplete request
2. When the Future resolves, attempt to read the 'types' field of the AutocompleteResponse.Autoc…
-
## Use case
I'm currently writing a chart library for the company that I work for. After some research, we didn't find a good package that have the features that we want. So our decision was to w…
-
### Steps to reproduce
1. Create a new flutter project
2. Add integration_test folder
3. Add to pubspec.yaml
integration_test:
sdk: flutter
4. add new test file with the following…