-
Hello Jon!
I build today latest version. Board flashed thru SD card with new firmware.
Windows not found device (board) when I connect board USB to PC.
PS: I setup TMC 2209 (X axis) and TMC 5…
-
## Steps to Reproduce
```
import 'package:flutter/material.dart';
import 'package:webview_flutter/webview_flutter.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget …
-
after picking picture from phone gallery and also after taking picture using camera app is restarting on phone samsung M31 android version 11
-
I am learning and creating my first Flutter app. I have a feature which will import picture from the gallery or camera by using Image_picker package. Unfortunately, I got the error as below;
`E/flu…
-
## Steps to Reproduce
This app uses a FutureBuilder to display the status of a Future that will always fail. This version works as expected.
```dart
import 'dart:async';
import 'package:flutter/…
-
## Steps to Reproduce
When recording a video using the Camera plugin audio quality is very bad on **Android** (ios is fine). I have tested this on a couple of devices and on all of them the sound qua…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows: ...
download Lato font https://fonts.google.com/specimen/Lato
add it to project:
create assets/Lato …
-
## Steps to Reproduce
When I was implementing pagination using Firebase DB and streams our QA noticed that app crashes when many items are loaded. At first we thought it might be too big of a query…
-
May be related to #32657.
## Steps to Reproduce
Here is a complete standalone repro (tried with `cloud_firestore` versions `0.11.0+2` and `0.10.1`):
```dart
import 'package:cloud_firestore/clo…
-
I'm create new project by Android studio following docs to get camera preview but my screen has not show CameraPreview.
and this docs to follow: https://flutter.dev/docs/cookbook/plugins/picture-u…