enhance_stepper 1.0.0 copy "enhance_stepper: ^1.0.0" to clipboard
enhance_stepper: ^1.0.0 copied to clipboard

add alternate labels to the stepper in flutter;add step icon change.

example/lib/main.dart

import 'package:example/home_page.dart';
import 'package:flutter/material.dart';


void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        useMaterial3: false,
        primarySwatch: Colors.blue,
      ),
      home: MyHomePage(title: 'Flutter Demo Home Page'),
    );
  }
}
97
likes
150
points
1.79k
downloads

Publisher

unverified uploader

Weekly Downloads

add alternate labels to the stepper in flutter;add step icon change.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on enhance_stepper