-
Running pub under Ubuntu 18 under WSL, version `Dart pub 2.0.0-dev.53.0`, the command `pub install` and other commands randomly hang during IO HTTP requests.
Verbose log usually gets stuck as follo…
-
## Command
```
flutter run
```
## Steps to Reproduce
Login to Ubuntu using a Wayland Session
Run script to setup Flutter Workspace
```
gnome-terminal -- bash -c "mkdir -p $HOME/workspac…
-
I'm working a RawSocket client implementation for WampSharp.
Everything went well until I introduced the ping/pong messages. When I send a crossbar router a ping message, it drops the connection.
By l…
darkl updated
2 years ago
-
```
$ cat post.dart
import 'dart:io';
import 'dart:convert';
main(List args) {
var http = HttpClient();
var url = Uri.parse('http://tuan.gzwangboo.com/web/merchant.php?c=site&a=entry&i=1&…
-
```bash
Xcode build done. 77.8s
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
/Users/rakibbhui…
-
## command
flutter build ios --flavor prod --analyze-size
## exception
NoSuchMethodError: NoSuchMethodError: The getter 'isNotEmpty' was called on null.
Receiver: null
Tried calling: isNotE…
-
## Describe the bug
Following is the error from the node.
```
node:26772) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'id' of unde undefined
at C:\src\flutter_stripe\ex…
-
## Steps to Reproduce
I'm having major trouble when using firebase packages within my app. On iOS my app will not compile. I think it started since I updated Xcode but don't know why that w…
-
To implement nested transactions (with savepoints), I want to be able to control transactions manually (that is, I run the `BEGIN` and `COMMIT` statements with `execute` and make myself responsible fo…
-
## Bug report
I am working on an app that already has `firebase_core` and `firebase_database` set up and working nicely on every device that I've built to (iPhone, iPad, Android phone) and everything…