Last updated:
0 purchases
fx stepper
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';
copied to clipboard
Usage #
Include short and useful examples for package users. Add longer examples
to /example folder.
FxStepper(
....
// steps: mySteps,
steps: []
),
copied to clipboard
Additional information #
for more info just head to flutter.dev:
https://api.flutter.dev/flutter/material/Stepper-class.html
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.