GithubHelp home page GithubHelp logo

fjorks / package_im_stepper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from imujtaba8488/package_im_stepper

0.0 0.0 0.0 7.29 MB

A growing collection of beautiful, easy to use, stepper and page indicator widgets.

Home Page: https://pub.dev/packages/im_stepper

License: BSD 3-Clause "New" or "Revised" License

Kotlin 0.19% Swift 0.59% Objective-C 0.06% Dart 99.17%

package_im_stepper's Introduction

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.3. For a complete list of changes see changelog here.

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

package_im_stepper's People

Contributors

imujtaba8488 avatar matheowis avatar mattbreeland avatar renanarceno avatar zelliot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.