SandroMaglione / step-progress-indicator

Open source Flutter package, bar indicator made of a series of selected and unselected steps
https://pub.dev/packages/step_progress_indicator
MIT License
163 stars 37 forks source link

The RTL layout is not supported #42

Open XiongKe94 opened 5 months ago

XiongKe94 commented 5 months ago

截屏2024-05-17 11 20 20 截屏2024-05-17 11 20 55

XiongKe94 commented 5 months ago
const LinearGradient(
          colors: [Colors.grey, Colors.grey],
          begin: AlignmentDirectional.centerStart,
          end: AlignmentDirectional.centerEnd,
        )

And this code is not supported either