FlutterSwitch icon indicating copy to clipboard operation
FlutterSwitch copied to clipboard

custom track widgets feature update + docs fixes

Open sachin-dahal opened this issue 3 years ago • 1 comments

Thankful for the wonderful package!

This PR consists of making custom track widgets available. Using custom widgets instead of activeText and inactiveText was creating a problem for me and others as well. This PR solves the issue and makes the package users available to use custom widgets in place of activeText and inactiveText. activeText and inactiveText can also be used but if activeTrackWidget or inactiveTrackWidget are enabled, activeText and inactiveText cannot be used correspondingly along with their properties.

All tests are also been cleared

Closes issue #40

also, few witnessed issues have been fixed inside the main documentation page along with the updates of features of this PR

Thank You!

sachin-dahal avatar Jul 03 '21 12:07 sachin-dahal

I think @sachin-dahal you have to create a new FlutterSwitch Library, This one has no response.

mitesh77 avatar Feb 03 '23 17:02 mitesh77