flutter-slide-to-act icon indicating copy to clipboard operation
flutter-slide-to-act copied to clipboard

A simple slide-to-unlock widget for Flutter

Results 10 flutter-slide-to-act issues
Sort by recently updated
recently updated
newest added

How do you animate a failed action when the onSubmit process fails. For example calling a webservice?

If the window is made smaller (on desktop), the button resize but the animation overshot the button

I noticed that _maxDx was calculated quite complicated and wrong if you change properties that effect the size of the sliding button. ```dart _maxDx = _containerWidth! - (sliderWidth / 2)...

Can anyone help/guide me how I can align the text. By default, it is automatically centered. I have some long text to display but when the text displayed then it...

Getting this sometimes, I think when I have scrolled the container that contains the slide into view and then scroll it out, but I can't reproduce it consistently. ``` The...

I am getting this error: ```dart ════════ Exception caught by scheduler library ═════════════════════════════════ The following NoSuchMethodError was thrown during a scheduler callback: The method 'findRenderObject' was called on null. Receiver:...

type 'Null' is not a subtype of type 'RenderBox' in type cast ![Screenshot 2023-12-22 163546](https://github.com/muhammadtalhasultan/flutter-slide-to-act/assets/139973009/79438cb0-75d9-417e-a87e-375872f512c8)

The submittedIcon property admits a Widget. I thought that is great cause I can show a Circular Progress Indicator instead of the check_icon. But I cannot find a way to...