FlutterSwitch icon indicating copy to clipboard operation
FlutterSwitch copied to clipboard

A Custom Switch package created for Flutter.

Results 22 FlutterSwitch issues
Sort by recently updated
recently updated
newest added

Hey, first of all I would like to say thank for all of you guys, you did nice job. Really appreciate that! The thing I've notice is that: **The Switch...

Add `toggleContent` param. Allow to fix #51 by setting: `toggleContent: EdgeInsets.zero`

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. create the switch with active icon = Image.asset. 2....

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

I am trying to create a switch like in this image: ![image](https://user-images.githubusercontent.com/47948606/162714670-13609c42-be89-4327-9adc-6f5eccd25a42.png) However, I cannot find a way to reduce the distance between the toggle and the edges to 0....

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

Add `activeTextAlignment` and `inactiveTextAlignment ` to the constructor.

**Describe the bug** When changing language to Arabic or any RTL language the text overlaps with button. **To Reproduce** Steps to reproduce the behavior: 1. Set language to Arabic 2....

This PR adds the option to use custom decorations. This makes it possible to use gradients and other decoration options like background images.