-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package/Plugin version
^0.2.1
### Platforms
- [X] Android
- [X] iOS
- [X] Linux
- [X] MacOS
- [X] Web
- [ ] …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Core
### Which platforms are affected?
Android
### Description
…
-
## Steps to Reproduce
1. Create an new app
2. Add android launch screen to it. (Keep the image size small around 200 x 350 PNG file)
3. Use the steps for launch screen as provided in the …
-
### Describtion
InteractiveViewer widget is not working as I expected, because it not covering the other widget on my screen when I zoom in.
but instead, it zooms in below the other widgets.
I thin…
-
## Steps to Reproduce
Add the google maps plugin and create a widget according to the tutorial.
**Expected results:**
No log mesages, Or logmessages that are relevant to the library user
**…
-
Hello,
I am getting very frequently this weird issue. I can build and run on iOS simulator but for Android, it starts to give me compile/debug failed error, out of no where. And after day or two it …
-
In my app I have a GoogleMap widget that is the child of a GestureDetector widget.
I need to set a variable every time the user moves the map (pan, scale, etc) and I'm using the GestureDetector for t…
-
```
FAILURE: Build failed with an exception.
* Where:
Script '/Users/sudhirarora/downloads/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1070
* What went wrong:
Execution fail…
-
## Steps to Reproduce
Just run this file.
main.dart
```dart
import 'package:flutter/material.dart';
import "package:flutter/cupertino.dart";
import 'package:google_maps_flutter/google_maps_fl…
-
In an application which I am currently working, we are supposed to record a video for an hour. We are capturing the video in 2 min window chunks in order to perform certain operations on the video chu…