enhance_stepper 1.0.1 copy "enhance_stepper: ^1.0.1" to clipboard
enhance_stepper: ^1.0.1 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'),
    );
  }
}
90
likes
130
pub points
91%
popularity

Publisher

unverified uploader

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