Tomas Baran

Results 10 issues of Tomas Baran

1. reverse 2. animation curve 3. lowerBound (end point) You can take a look at the realization here: https://github.com/tomasbaran/walk_through_sundee

Looping the audio is working in the foreground — but NOT in the background. **Full Description** I added this in my Info.plist ``` UIBackgroundModes audio ``` **Code to Reproduce** **audio_player_handler.dart:**...

bug
help wanted
platform-ios

Horizontal Slider is fine, only vertical causing the issue. ### Expected Result (horizontal works as expected) 1. First it loads the slider 2. Then it shows the value https://user-images.githubusercontent.com/25743901/111643539-f3fbc480-87f6-11eb-9ea4-707e71fdafd0.mp4 ###...

![IMG_538ACDDFFC7F-1](https://user-images.githubusercontent.com/25743901/112141037-b6b77e00-8bcc-11eb-80e3-00683dffa4eb.jpeg)

Add option for changing colors. Instead of having `changeColorValue' and `changeProgressColor` being a single value, make it a list please, so we can achieve i.e. this: 0--green-[30]--orange----[70]-red-100] P.S. Great package,...

## 🐛 Bug Report These are minor bugs but I wanted to report them anyway. There are actually 3 different bugs but I believe they are related so I'm reporting...

1. It looks like the default slider widget in Flutter has a slight lag when being moved. It's definitely nothing terrible BUT slow enough to notice it doesn't feel native...

platform-ios
framework
f: material design
a: fidelity
has reproducible steps
found in release: 1.26

## Use case #### 25% more colors First off, my app is full of imagery. iPhones (since iPhone 7), iPads, Macs and Android devices have been using Display P3 wide...

platform-android
platform-ios
engine
a: fidelity
customer: crowd
proposal
passed first triage
P4

It only gets in the focused mode which I know by changing the TextField `focusedBorder` property that it's being listened to but no keyboard there. doctor ``` [✓] Flutter (Channel...

a: text input
framework
customer: crowd
platform-web
f: focus
has reproducible steps
P3
browser: safari-ios
team-web
triaged-web
found in release: 3.19
found in release: 3.20

1. Let's suppose I have a credits property at value: 80 2. I need to change the value manually in the user profile from the dashboard to 100 3. getPeople().increment()...