-
```
@Keep
class RestUserSubscriptionPackage(
val id: Int,
@Json(name = "package_id") val package_prototype_id: Int,
@Json(name = "package") val package_prototype: RestSubs…
-
## Steps to Reproduce
Run app, click on the Sign in with Google button and sign in with your google account credentials
it appears that the following code inside the home_screen.dart doesn't get…
-
## Code to Reproduce
```
GridView.builder(
shrinkWrap: true,
physics: NeverScrollableScrollPhysics(),
padding: EdgeInsets.only(top: 15),
gridDelegate: SliverGri…
-
### Steps to Reproduce
1. Open search delegate.
2. Observe system back button and sound control buttons extinct out of any interaction with them, until you either:
* go back with the lead…
-
hello
shared_preferences 0.4.3 is okey but after thats version have problem
from version 0.5.0 to 0.5.6 have problem when sync gradle
i tested lot of repositories like :
```gradle
…
-
Hi,
I've purchased an SKR 3 EZ board specifically to run grblhal, however I have this weird issue: the board is not recognized by PC (no device appears). I tried web builder, I tried cube, I tried pl…
-
## Steps to Reproduce
1. Create a Flutter app with the following code:
```
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
void main() {
runApp(A…
-
![Animation](https://user-images.githubusercontent.com/1640096/62171201-7687f580-b32e-11e9-892c-453e064e12ff.gif)
I expected the warnings to show up here.
-
## Problem description
The documentation does not provide an adequate way to manage errors or how to restart the video player controller. With that I arrived at the solution of using the following …
-
Hello,
I have implemented image_picker plugin, but everytime i pick an image, it restart the application without log or error.
However :
- when i run it on emulator, it works fine. But as so…