🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/Rahiche/stepper_touch

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/Rahiche/stepper_touch

v0.0.0-20240923203123-f0364faed8e4
Source
Go
Version published
Created
Source

stepper_touch

Awesome Flutter

The concept of the widget inspired from Nikolay Kuchkarov. i extended the functionality to be more useful in real world applications

Thank You!

Please :star: this repo and share it with others

Demo

stepper

Created

Usage example

import 'package:stepper_touch/stepper_touch.dart';
...
Container(
  padding: const EdgeInsets.all(8.0),
  child: StepperTouch(
    initialValue: 0,
    direction: Axis.vertical,
    withSpring: false,
    onChanged: (int value) => print('new value $value'),
  ),
),
...

Getting Started

For help getting started with Flutter, view our online documentation.

FAQs

Package last updated on 23 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts