-
```
Warning: unable to access index for repository https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/bin/macosx/el-capitan/contrib/3.6:
cannot open URL 'https://apache-mxnet.s3-acc…
sreev updated
5 years ago
-
Im trying to call a C library using ffi and I can't open the .so file from the required folder
main:
```dart
import 'package:flutter/material.dart';
import 'package:flutter_app_demo/aboutPage.…
-
I have ListView with Ink widgets which are updating with a little delay. And there is a bug with rendering of the list.
Reproducing example (click fab and wait):
https://dartpad.dev/9241b35be5af…
-
So bit of an issue I've been having getting dependencies on Flutter. I work at a bank, and our network blocks the public maven repositories (jcenter(), google(), etc). Instead we have our own hosted p…
-
## Steps to Reproduce
Just run this file.
main.dart
```dart
import 'package:flutter/material.dart';
import "package:flutter/cupertino.dart";
import 'package:google_maps_flutter/google_maps_fl…
-
## Background
iOS and Android have OS-level crash tooling. If, for example, an Android app crashes, the user has the ability to report that crash with a tap, and this is shown in the Play Developer…
-
## Steps to Reproduce
1. ...
2. ...
3. ...
## Logs
Logs
```
```
```
```
-
This only affects the app in Debug mode, so it probably isn't that high of priority. It's very annoying for trying to build the app though, so I'm going to make the issue anyways.
The backstory to …
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows:
main.dart
```dart
import 'package:flutter/material.dart';
import 'package:bug/infinite_carousel_…
-
Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug…