All Projects → imujtaba8488 → Package_im_stepper

imujtaba8488 / Package_im_stepper

Licence: bsd-3-clause
A growing collection of beautiful, easy to use, stepper and page indicator widgets.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Package im stepper

Termux Archlinux
You can use setupTermuxArch.bash 📲 to install Arch Linux in Termux on Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/termux-archlinux/
Stars: ✭ 384 (+814.29%)
Mutual labels:  packages
Termuxarch
You can use setupTermuxArch.bash 📲 to install Arch Linux in Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/TermuxArch/docs/install
Stars: ✭ 653 (+1454.76%)
Mutual labels:  packages
Repo
Arch Linux CN Repository
Stars: ✭ 929 (+2111.9%)
Mutual labels:  packages
Mastering Modular Javascript
📦 Module thinking, principles, design patterns and best practices.
Stars: ✭ 3,972 (+9357.14%)
Mutual labels:  packages
Termux Packages
A build system and primary set of packages for Termux.
Stars: ✭ 6,916 (+16366.67%)
Mutual labels:  packages
Steppers
Steppers view library for Android, based on Google Material design guidelines
Stars: ✭ 786 (+1771.43%)
Mutual labels:  stepper
Stepper
Animated numeric stepper component which can be used to increment or decrement a value by clicking arrows.
Stars: ✭ 351 (+735.71%)
Mutual labels:  stepper
Fenix
Rust nightly toolchains and rust analyzer nightly for nix [[email protected]]
Stars: ✭ 29 (-30.95%)
Mutual labels:  packages
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (+1326.19%)
Mutual labels:  packages
Shinyappdemo
A demo shiny app inside a package
Stars: ✭ 23 (-45.24%)
Mutual labels:  packages
Smarthome
@skalavala 👍 Nothing But Smarthome Stuff! - By Mahasri Kalavala
Stars: ✭ 437 (+940.48%)
Mutual labels:  packages
Materialdesignextensions
Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
Stars: ✭ 516 (+1128.57%)
Mutual labels:  stepper
Awesome Magento2
Curated list of awesome Magento 2 Extensions, Resources and other Highlights
Stars: ✭ 817 (+1845.24%)
Mutual labels:  packages
Box
Write reusable, composable and modular R code
Stars: ✭ 388 (+823.81%)
Mutual labels:  packages
Harbours
Ported software for HelenOS.
Stars: ✭ 15 (-64.29%)
Mutual labels:  packages
Syncpack
Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces
Stars: ✭ 356 (+747.62%)
Mutual labels:  packages
Composer
Dependency Manager for PHP
Stars: ✭ 25,994 (+61790.48%)
Mutual labels:  packages
Gomodctl
Search, Check, and Update Go modules.
Stars: ✭ 37 (-11.9%)
Mutual labels:  packages
Dotnet Assembly Grapher
Reverse engineering and software quality assurance tool for .NET assemblies
Stars: ✭ 21 (-50%)
Mutual labels:  packages
Satis On Heroku
Your private Satis instance on Heroku, just one click away.
Stars: ✭ 5 (-88.1%)
Mutual labels:  packages

im_stepper

Pub Version (including pre-releases) GitHub issues GitHub closed issues GitHub last commit GitHub code size in bytes

Recent Changes

Here's a list of some important changes in version: 0.1.2+10. For a complete list of changes see changelog here.

  • Breaking Changes Icon/Image/Number Steppers: goNext, goPrevious, and Foo.externallyControlled properties and constructors have removed from Icon, Image, Number Steppers.

    • Renamed enableNextPreviousButtons to nextPreviousButtonsDisabled.

    • Renamed enabledStepTapping to stepTappingDisabled.

  • Fixed the blinking_bug github #15

  • Added the alignment property to align the Image/Icon/Number Steppers. github #16

About

A growing collection of stepper and page indicator widgets.

Description

The stepper widgets help you to show or collect information from users using organized steps. The page indicator widgets allow you to visually notify users about their current position as they scroll through a group of pages.

Table of Contents

General Guidelines

  • Simply import package:im_stepper/stepper.dart.

  • Important: The direction argument controls whether the stepper is displayed horizontally or vertically. A horizontal IconStepper can be wrapped within a Column with no issues. However, if wrapped within a row, it must also be wrapped within the built-in Expanded widget. The same applies to the vertical IconStepper.

  • Validation: To enable validation before the next step is reached, set the steppingEnabled property to an appropriate value in a StatefulWidget.

  • Controlling Steppers: All steppers are controlled using the activeStep property. You can control a stepper by:-

    • using the built-in next and previous buttons. Note: DotStepper does not have built-in next and previous buttons.

    • tapping individual steps.

    • using external buttons or events.

      • See examples here.
  • To customize the color, border, etc., wrap a stepper widget inside a Container and specify it's decoration argument.

IconStepper

Simple to use icon stepper widget, wherein each icon defines a step. Hence, the total number of icons represents the total number of available steps. See Example.

IconStepper

ImageStepper

Simple to use image stepper widget, wherein each image defines a step. Hence, the total number of images represents the total number of steps. See Example.

ImageStepper

NumberStepper

A simple to use number stepper widget, wherein each number defines a step. Hence, the total count of numbers represents the total number of steps. See Example.

ImageStepper

DotStepper

A family of fully customizable, beautiful page indicator widgets with awesome built-in animations. Each dot in a DotStepper represents a step. Supports resizing the dots, managing spacing between dots, enabling lineConnectors, customizing with decorations, etc. See Example.

Shapes

Shapes Demo
Circle Circle
Square Square
Rectangle Rect
Squircle Squircle
Stadium Stadium
Pipe Pipe
Pipe2 Pipe2

Effects

Effect Demo
Blink Blink
Jump Jump
Magnify Magnify
Shift Shift
Shrink Shrink
Slide Slide
Thump Thump
Worm Worm

Publications

Here's a collection of articles, examples, posts, etc., about im_stepper. If you find another one please let me know.

  • Medium Article with IconStepper Example: Beautiful Page Indicators and Steppers with the im_stepper package. Note: A new way of controlling the steppers has been introduced in version 0.1.2+8. The article will be updated shorty. For now, please see examples.

  • Interested in reading a book or watching a video on effectively using the im_stepper package in your Flutter Apps? Vote here!

Feedback

  • Please file an issue here.

  • For more information please send me an email or connect with me.

Connect with me

GitHub Twitter LinkedIn Medium Instagram Facebook

Please Support

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].