Shivam Arora

Results 10 issues of Shivam Arora

When running the QRCode Scanner on iPads running iOS 13.0, the cancel button isn't visible. Also, the scanner opens up as a pop-up rather than a full-screen scanner.

There's an unwanted bottom margin added to the flashbar on Oneplus Devices. I tested it out on emulator running on Pie and it works fine. But on Oneplus 6 running...

I'm unable to set indefinite duration for the flashbar message by using `Flashbar.DURATION_INDEFINITE`. I get the following error: ``` Duration cannot be negative or zero ``` Please make changes in...

Add an EditText to the Flashbar dialog for taking input from users. Allow this EditText to be customizable to accept both **plain text**(one-line and multiline) and **passwords**. This dialog can...

As of now, unit testing is not possible because Mockito doesn't support testing of static methods. Support for unit-testing should be introduced by removing static methods from the code, so...

enhancement
hacktoberfest

- [x] I have verified the issue exists on the latest version - [x] I am able to reproduce it **Version used:** 1.12.0 **Stack trace:** None **Android version:** Android 9.0...

The nft.storage website allows users to create and use multiple api keys but doesn't allow the user to identify which api key was used to upload a particular file or...

kind/enhancement
stack/website
pi/dotstorage-site-improvements

I used `PDFDocument.fromURL(url)` to load the document and view using `PDFViewer(document:document)`. Now, when I try to move to another page, it loads the next/previous page asynchronously every time I move...

As a developer and owner of a package, I would like to see the download stats for my package. The `npm` package repository on [npmjs.com](https://npmjs.com) provides the download statistics for...

Type: enhancement

In dart if I create a multiline string like this: ```dart String itemList = """ 1. Item A 2. Item B 3. Item C """; ``` I expect the output...

request