Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 722 Bytes

README.md

File metadata and controls

45 lines (22 loc) · 722 Bytes

this package build upon Stepper class just edit some lines of code to fix horizontal stepper's pixel overflow issue

Features

Getting started

add the package to your pubespec.yaml file: flutter pub add fx_stepper

import the package:

 import 'package:fx_stepper/fx_stepper.dart';

Usage

Include short and useful examples for package users. Add longer examples to /example folder.

               FxStepper(
            ....
                // steps: mySteps,

                steps: []
               
              ),
           
           







Additional information

for more info just head to flutter.dev: https://api.flutter.dev/flutter/material/Stepper-class.html