-
I use a `CupertinoTabView` , and use `showCupertinoDialog` to let the user enter something. But when the dialog is shown, when I try to close it ` Navigator.pop(context);` is hows me the error below.
…
ghost updated
3 years ago
-
## Steps to Reproduce
1. run `flutter run --no-sound-null-safety `
**Expected results:** App running as usually
**Actual results:** App crashes and give me a `Lost connection to device.` mess…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows: ...
code sample
```dart
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
…
-
* KOReader version: 2021.02-66
* Device: Kobo Aura One
#### Issue
GSoL (Grey Screens of Life - thanks for the automatic restart!)
#### Steps to reproduce
Not infallibly reproducible, but it h…
-
When I upgrade Flutter from 1.12 to 1.20.2, iOS8 device was crashed when launching. Then I create a NEW EMPTY EXAMPLE flutter_module from Android Studio, the project also crashed on iOS8 when laun…
-
I have made an application using ListView combined with RefreshIndicator for Android, MacOS, Linux and Windows.
Its working fine until i updated the flutter framework (channel dev) to the newest one.…
-
## Steps to Reproduce
* modify the flutter gallery app source code to autofocus the OutlineButton, like this:
https://github.com/gmoothart/gallery/commit/607ced59178791db0a84b92f0e62fe082415f94d
…
-
When I build apk for release, it shows me white screen. For debug all works fine. I not noticed this problem before. Fix it please.
As well I can't build apk without this line of code
lintOpt…
-
Application Specific Information:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull objectForKeyedSubscript:]: unrecognized selector sent to instance 0x204110…
-
The
## Steps to Reproduce
1. Run `flutter create bug`.
2. Add the following to `main.dart`:
```
import 'dart:convert';
import 'package:flutter/material.dart';
void main() {
run…