List_tile_switch

screenshot of List_tile_switch

ListTileSwitch is simple widget that combines ListTile with a switch.

Overview

ListTileSwitch is a simple Flutter widget that combines ListTile with a switch. It offers three types of switch widgets: Material Switch from the Material library, Cupertino Switch from the Cupertino library, and a custom switch. It has been tested on Android and Web platforms, but should theoretically work on iOS devices as well since it uses pure Dart and Flutter components.

Features

  • Switch: Material Switch from the Material library on Flutter SDK.
  • CupertinoSwitch: Cupertino Switch from the Cupertino library on Flutter SDK.
  • Custom switch: A custom switch.

Summary

ListTileSwitch is a useful Flutter widget that combines ListTile with a switch. It offers different types of switches and allows for easy customization and integration into your Flutter project. With its simple installation process and provided features, ListTileSwitch is a great choice for adding switches to your app.

Flutter

Flutter is an open-source UI framework developed by Google that allows developers to create high-performance, cross-platform mobile applications with a single codebase.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.