flutter stepper_touch widget

Related tags

UI stepper_touch
Overview

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 ⭐ this repo and share it with others

gif

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.

You might also like...

Scratch card widget which temporarily hides content from user.

scratcher Scratch card widget which temporarily hides content from user. Features Android and iOS support Cover content with full color or custom imag

Dec 27, 2022

A simple widget for animating a set of images with full custom controls as an alternative to using a GIF file.

image_sequence_animator A simple widget for animating a set of images with full custom controls as an alternative to using a GIF file. If you have a G

Dec 22, 2022

Animated Selection Slide Sezgin BilgetayAnimated Selection Slide An animated selection widget by swiping by Sezgin Bilgetay.

Animated Selection Slide Sezgin BilgetayAnimated Selection Slide An animated selection widget by swiping by Sezgin Bilgetay.

Animated Selection Slide This flutter project allows you to make your choices with animation in inbox. For UI, it's inspired by the great example on d

Jan 7, 2023

A Very Good Infinite List Widget created by Very Good Ventures. Great for activity feeds, news feeds, etc. πŸ¦„

A Very Good Infinite List Widget created by Very Good Ventures. Great for activity feeds, news feeds, etc. πŸ¦„

InfiniteList comes in handy when building features like activity feeds, news feeds, or anywhere else where you need to lazily fetch and render content for users to consume.

Dec 12, 2022

Allows widgets to be zoomed in and out by inserting a OverlayEntry which allows the widget to be on the front at all times.

zoom_pinch_overlay An instagram style pinch and zoom widget for all platform completely written in pure dart! All other "zoom_pinch" package doesnt di

Nov 29, 2022

A customizable shadow for any widget

A customizable shadow for any widget

simple_shadow A customizable shadow for any widget Getting Started import: import 'package:simple_shadow/simple_shadow.dart'; example: SimpleShadow(

Nov 23, 2022

A textField widget to help display different style pin

A textField widget to help display different style pin

pin_input_text_field δΈ­ζ–‡η‰ˆη‚Ήζˆ‘ PinInputTextField is a TextField widget to help display different style pin. It supports all the platforms flutter supports

Jan 4, 2023

Movies App UI in Flutter using Simple Widgets without Using API's in Flutter.

Movies App UI in Flutter using Simple Widgets without Using API's in Flutter.

Movies App UI in Flutter using Simple Widgets without Using API's in Flutter.

May 15, 2022

A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

Dec 29, 2022
Comments
  • Code restructure to improve overall package rank and follow flutter package layout convention

    Code restructure to improve overall package rank and follow flutter package layout convention

    • examplegif.gif move do doc directory
    • New examplegif.gif generated with both version horizontal and vertical
    • License text move to LICENSE.md
    • Added basic usage example to README.md
    • example.dart moved to example/ directory to match pub package convention
    • flutter format on all dart files to correct code formatting
    opened by peengle 1
  • add min and max limitation for step

    add min and max limitation for step

    A parameter where the Minimum and Maximum Value for the widget could be passed. Thereby giving a lower and upper bound to the Stepper Touch widget. For example for a value less than 0, the widget will disable the subtraction function.

    opened by Bakribrahim208 0
  • A parameter where the Minimum Value for the Widget could be passed

    A parameter where the Minimum Value for the Widget could be passed

    Feature: A parameter where the Minimum and Maximum Value for the widget could be passed. Thereby giving a lower and upper bound to the Stepper Touch widget. For example for a value less than 0, the widget will disable the subtraction function. Thank you! Great Work

    good first issue 
    opened by HardikkMadaan 0
Owner
Raouf Rahiche
Raouf Rahiche
A simple animated radial menu widget for Flutter.

flutter_radial_menu A radial menu widget for Flutter. . Installation Install the latest version from pub. Quick Start Import the package, create a Rad

Victor Choueiri 434 Jan 7, 2023
Custom widget for Flutter

Flushbar Use this package if you need more customization when notifying your user. For Android developers, it is made to substitute toasts and snackba

Andre Haueisen 899 Dec 30, 2022
A TypeAhead widget for Flutter, where you can show suggestions to users as they type

Flutter TypeAhead A TypeAhead (autocomplete) widget for Flutter, where you can show suggestions to users as they type Features Shows suggestions in an

null 661 Jan 5, 2023
A highly customisable Flutter widget for entering pin code. Suitable for use cases such as login and OTP.

pin_code_text_field It's a beautiful and highly customizable Flutter widget for entering pin code. Suitable for use cases such as login and OTP. Usage

Liew Jun Tung 309 Dec 28, 2022
Flutter FoldingCell widget

Simple FoldingCell widget Simple folding cell widget, pass frontWidget and innerWidget to fold and unfold. Installation Add dependency in pubspec.yaml

Farrukh 513 Dec 30, 2022
A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.

emoji_picker_flutter Yet another Emoji Picker for Flutter ?? Note: This package is based on emoji_picker which has been deprecated and not maintained

Stefan Humm 99 Dec 24, 2022
A Flutter Widget Approach for using HTML tags & CSS styles in your upcoming Apps.

html_widgets A Flutter Widget Approach for using HTML tags & CSS styles in your upcoming Apps. Text Widgets *text property is required for all the tex

XenonLabz 7 Jul 14, 2022
Flutter widget with pond ripple effect!

Ripple pond effect This project contains Ripple pond effect widget. It makes wave when you click on it! There is still many things to improve in this

null 24 Dec 19, 2021
top-snackbar-flutter - Modern UI snackbar widget

top-snackbar-flutter - Modern UI snackbar widget

null 110 Jan 7, 2023
A flutter widget where a card is expanded ontap.

Expansion card This package provides an easy implementation of a Expansion type card where you can also add gif at the background. How to use import '

null 127 Dec 6, 2022