-
I built a camera web app and had an error: The camera can not take full size (Chrome on both iOS and Android)
Here's the flutter doctor:
```
tungakanui@Tnuis-MacBook-Pro claime_web % fvm flutter …
-
I'm not sure if this is a bug, or a feature request. We use nodejs to test our projects when compiled with dart2js, but we noticed that the HTTP APIs don't seem to work on nodejs, but do within Chrom…
bramp updated
8 months ago
-
Hi,
I've got a project where json_serializable package is installed,
unfortunately after switching to the beta channel, I'm not able to run `build_runner`anymore,
since apparently `to_string_g…
-
Our compounds are a view on a `Pointer` or `TypedData`.
These compounds can be created from a typed data:
* https://github.com/dart-lang/sdk/issues/53418
* https://github.com/dart-lang/sdk/issu…
-
## System info
Issue occurs on: WEB
Plugin version: latest
Flutter doctor output:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.0.0, on macOS …
-
Example output running on Flutter Gallery:
```
getObject: Unexpected error from chrome devtools:
text: Uncaught
exception:
description: null
type: string
value: cannot find library for pa…
-
## Steps to Reproduce
I have a flutter app with following flavors and target main files:
- `tst - lib/main_tst.dart`
- `prod - lib/main_prod.dart`
I would like to be able to open `android` dir…
-
Getting the following error when trying to run the example:
```
E/flutter (24827): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: Invalid argument: Map
E/flutter (24827): #0 …
-
I was able to load small HTML markup from string, but failed with a 20kb file. This error is thrown about half way through the file, after page started loading. (The same file works fine in webview pl…
-
## Description
When creating a Generator or Builder implementation, depending on macro-generated code crashes the builder (e.g. if the builder uses a data model class annotated with `package:json…