-
**Description**
1. Created security context for method serve(handler, ip, port, securityContext: securityContext) as listed in the documentation.
2. Ran the dev server using Dart Frog: Start and …
-
**Which API doesn't behave as documented, and how does it misbehave?**
Calling `.setAudioSource` with `preload: false` throws `PlatformException`.
However in the docs only states:
```
/// When …
-
## Steps to Reproduce
1. Run flutter app through Xcode
2. Run `flutter attach` in terminal, wait for it to finish
3. Quit the `flutter attach` by pressing `q`
4. Run `flutter attach` again
…
-
I have used flutter gherkin to automate my app, in short, this is my scenario:
```
Feature: Counter
The counter should be incremented when the button is pressed.
Scenario: Counter increases …
-
### What package does this bug report belong to?
go_router_builder
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### …
-
Referring to - https://firebase.google.com/codelabs/firebase-auth-in-flutter-apps#6
Ran through this section 2 times. Did not see anything I missed. Saw some issues on github with google_sign_in.
…
-
dart2js and vm differ when printing doubles.
double x = 5.0;
print("x is $x") ;
vm : 5.0
dart2js : 5
Until Issue dart-lang/sdk#15881 is address, can we give the de…
-
E/flutter (26059): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FileSystemException: Cannot create file, path = '/downloads.partial' (OS Error: Read-only file system, errno …
-
* Dart version and tooling diagnostic info (`dart info`)
```bash
If providing this information as part of reporting a bug, please review the information
below to ensure it only contains things you'…
-
## Feature request
AngularDart DevTools needs the means to jump to the Dart source for a given class in the Debugger view.
## Context
In the JavaScript world, this is easily achieved by passi…