-
Hey there,
Awesome work on the plugin, loving it! I was wondering if there is currently a way to change the animation speed of the `.animateCamera` method and if not, is it planned for a future rel…
tzvc updated
2 months ago
-
**Describe the bug**
- Using the example app causes CameraAccessException when switching between cameras.
This makes the camera unusable afterwards for the whole OS, or even crashes system so it r…
qqtb updated
5 months ago
-
**Version information**
- Device: *Iphone 13 pro*
- OS: *e.g. iOS 17.*
- Package Version: *LATEST*
- Flutter Version: *e.g. v3.22.2*
**Is your feature request related to a problem?**
Alway…
-
### Description
I'm trying to render the local and remote peer video inside my screen.
### 100ms Flutter Version
3.19.5
### Steps to reproduce
Enabling the necessary permissions …
-
### What package does this bug report belong to?
camera
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency …
-
I keep getting these crashes on firebase on various devices:
flutter: 3.3.5
camera: 0.10.0+4
```
Fatal Exception: java.lang.NullPointerException
Attempt to invoke virtual method 'void android…
-
### Steps to reproduce
1. Create a new Flutter App
2. Install camera package camera 0.10.5+9
3. Add the following in your Info.plist:
```
NSCameraUsageDescription
your usage description here…
-
## Steps to Reproduce
Create a simple GoogleMap widget
```
import 'package:flutter/material.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
class MapTest extends Statele…
-
https://youtu.be/d1sRCa5k2Sg T10m
-
### Steps to reproduce
1. Create a new flutter project and paste in the code from https://github.com/flutter/packages/blob/main/packages/camera/camera/example/lib/main.dart
2. Add camera, video_play…