Andrei Volgin

Results 13 issues of Andrei Volgin

This is from an automated error report from one of our users. I don't know what actions led to this exception. ``` monodrag.dart in DragGestureRecognizer.acceptGesture at line 324 carousel_slider.dart in...

The following exception was reported by one of our user's devices: ``` NoSuchMethodError: The getter 'options' was called on null. Receiver: null Tried calling: options carousel_controller.dart in CarouselControllerImpl.animateToPage at line...

It will be awesome to be able to set value labels (initially for min/max, later for divisions) that are rendered on a curved path outside/inside the track path.

enhancement

I deployed an app which had ".circle" selector in CSS with background set to red. Suddenly, a burger icon became red. I am used to GWT CSS styles which are...

enhancement

draggable_scrollbar 0.0.4 Flutter version 1.0.0 Framework revision 5391447fae (3 weeks ago), 2018-11-29 19:41:26 -0800 Engine revision 7375a0f414 Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297) When I use the code suggested in...

Version 0.0.4 Since you allow to pass background color, it probably makes sense to allow customizing arrow colors, e.g. replace: `foregroundPainter: ArrowCustomPainter(Colors.grey),` with: `foregroundPainter: ArrowCustomPainter(arrowColor),` where `arrowColor` can be provided...

I replaced: `final BoxScrollView child;` with `final AnimatedList child;` and everything worked like a charm. The problem, of course, is that I will have to remember to do it again...

When SpotifySdk.play() is called with asRadio = false (default value), Spotify app still starts a radio station based on the provided track when the track stops playing. Is this a...

bug

1. It appears that play() is just a convenience method for setUrl/resume, because play() calls setUrl() under the hood. The problem is that play() has 'stayAwake' property, while setUrl/resume combo...

bug
waiting for report
platform-ios

This plugin has a deprecated code that prevents building Flutter apps: ``` Failed to build iOS app Error (Xcode): ../../.pub-cache/hosted/pub.dev/liquid_progress_indicator-0.4.0/lib/src/liquid_circular_progress_indicator.dart:48:46: Error: The getter 'accentColor' isn't defined for the class 'ThemeData'....