Tomas Baran
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:**...
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 ###...

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...
## 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...
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...
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()...