-
## Steps to Reproduce
1. Run `flutter create flutterbug`.
2. Update the files as follows:
lib/main.dart
```
import 'package:flutter/material.dart';
import 'package:flutter/services.dar…
-
Hi,
I'm on a Oneplus 6 mounting Android 10. In Flutter I wrote some code to open the camera and take a photo (coping the examples), however when, in the app, I push the button to open the camera, t…
-
## Steps to Reproduce
Hello everyone. I created a new app with the webview plugin on 0.3.21
As soon as i open a dropdown with a selector, the app crashes.
**Expected results:** Dropdown
**Ac…
-
## Steps to Reproduce
1. Create an app with a `StatefulWidget` and the following widgets somewhere in its Widget tree: `LayoutBuilder > Container > StreamBuilder`. The stream builder should u…
-
For details see this forum post: https://elixirforum.com/t/problem-with-use-macro-in-vscode-elixirls/30450
Which goes along with this repository: https://github.com/JanKneiphof/autocomplete_problem…
-
```
warning: ignoring substitute for '/nix/store/ylm1fciblgvxahnvyagl99a98w7gbi39-nixos-system-nix-community-build01-22.11.20220804.0b04c00' from 'https://nix-community.cachix.org/', as it's not sign…
-
I just simply modify the code in video_player example, when the current position is more than 10 seconds just seek it to 0, and play it again;
```
_controller.value.isPlaying
? _c…
-
```console
[✓] Flutter (Channel v1.12.13-hotfixes, v1.12.13+hotfix.6, on Mac OS X 10.13.6 17G65, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0…
-
I am trying to run my app, but it keeps crashing, giving messages like : "App has stopped". It does this problem only with apps that are connected with firebase. This is the error shown in the IDE:
`…
-
## Steps to Reproduce
I'm using firebase storage to upload files. My broadband speed is around 80Mbps(download & upload). Avg. file size I'm trying to upload is 2.5MB which is taking minimu…