v0.2.9
slide_button
여러 기기의 슬라이드 잠금 해제 기능을 기반으로 한 슬라이딩 플러터 위젯입니다. 매우 사용자 정의 가능하고 유연합니다.
33좋아요 10330일 다운로드40Pub 점수
플랫폼 정보 없음
flutter용 스와이프 확인 버튼
{"sdk":"flutter"}{"sdk":"flutter"}아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
A sliding Flutter widget, based on the slide to unlock function from multiple devices. Heavily customizable and flexible.
pls don't be a giant-ass gif
Add the following to your pubspec.yaml:
dependencies:
slide_button: ^0.2.8
Several properties are present and can be customized:
| Properties | Description |
|------------------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| height | Height of the Widget, leave blank to get the parent constraints. |
| backgroundChild | A child to be put on the background bar, NOT centered by default. |
| slidingChild | A child tobe put on the sliding bar, NOT centered by default. |
| backgroundColor | The color of the background bar. |
| slidingBarColor | The color of the sliding bar. |
| confirmPercentage | How much of the bar width have to be slided to confirm the action. |
| initialSliderPercentage | The initial (and resting) percentage of the sliding bar. |
| isDraggable | Is this widget draggable? |
| onButtonSlide | Callback that returns a `Double` value containing the drag percentage. |
| onButtonOpened | Callback called when the button is slided all the way. |
| onButtonClosed | Callback called when the button is back to the initialSliderPercentage. |
| slideDirection | Either SlideDirection.RIGHT or SlideDirection.LEFT, sets the sliding direction of the sliding bar. |
| shouldCloseBorders | This updates the borders when the button reaches 0.9 percent dragged, and set the borderRadius to zero, giving the impression of a "closed" button. Defaults to `true` |
| shouldCloseBorders | BorderRadius for the sliding bar, default is 50. |
This widget was partially made possible by inspecting elements from sliding_up_panel.