A smart switch for you.

Overview

Features

A smart switch for you.

Preview

Usage

SmartSwitch(
          size: SwitchSize.medium,
          disabled: false,
          activeColor: Colors.green,
          inActiveColor: Colors.red,
          defaultActive: true,
          onChanged: (value) {
            debugPrint('value: $value');
          },
        ),

Parameters

Parameter Type Default Description
size SwitchSize medium The size of the switch (small,medium,large).
activeColor Color primaryColor Background color of switch when it is active (on).
inActiveColor Color Colors.grey.shade400 Background color of switch when it is inactive (off).
disabled bool false Whether the switch is disabled.
defaultActive bool true Whether the switch is active by default.
onChanged Function(bool) null The callback for when the switch changes.
You might also like...

A clock made in Flutter for smart clocks, with a cute snake that follows you all day long.

A clock made in Flutter for smart clocks, with a cute snake that follows you all day long.

Snake Clock This is an original and fun clock face where a snake lives its day along yours. It’s my first ever Flutter app! I built it for the Flutter

Nov 7, 2022

Flutter UI challenge (with Box2D physic)- Smart washing machine app

Flutter UI challenge (with Box2D physic)- Smart washing machine app

Flutter UI Challenge- SMART Washing Machine About project The application was written based on this great UI concept: https://dribbble.com/shots/11018

Dec 27, 2022

Smart Home Page UI Built Using Flutter

Smart Home Page UI Built Using Flutter

smart_home_page_ui A prototype for an app, assigned me to designed home page UI

Dec 7, 2022

A simple, smart and powerful Flutter calculator widget.

A simple, smart and powerful Flutter calculator widget.

Flutter Calculator Widget A simple, smart and powerful Flutter calculator widget. Features Basic arithmetic: plus, minus, multiply, divide, %, bracket

Nov 9, 2022

Create a platform for visually challenged individuals to make use of their smart phones

Create a platform for visually challenged individuals to make use of their smart phones

Lights A project aiming to create a platform for visually challenged individuals

Mar 22, 2022

MetaHome - a smart home app concept built with Flutter

MetaHome - a smart home app concept built with Flutter

MetaHome 👑 A smart home app concept Installation Clone the repo git clone https://github.com/ys-sherzad/MetaHome.git On you project directory flutte

Oct 10, 2022

Presentation-Remote-PC - Manage your presentation from your smart phone - Phone Client

Presentation-Remote-PC - Manage your presentation from your smart phone - Phone Client

Presentation-Remote-PC Manage your presentation from your smart phone - Phone Cl

Jan 25, 2022

Smart Chessboard - For our project we would like to use a mix of AI and embedded systems.

Smart Chessboard - For our project we would like to use a mix of AI and embedded systems.

Table of Contents Overview Usage How To Build How To Run Diagrams Dependencies Overview For our project we would like to use a mix of

Mar 24, 2022

Flutter project being built in the context of Smart India Hackathon { SIH }.

e_chardham_yatra A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Dec 29, 2022
Releases(v1.0.0)
Owner
Narendra Bhatt
- Electronics and Communication Engineer - Mobile Application Developer
Narendra Bhatt
Smart home UI - A Flutter UI for Smart Home App

smart_home_app UI for Smart Home App Images

Aymen Ziouche 11 Dec 22, 2022
Cowin smart print - A GUI based CoWIN Certificate to Smart Card Converter

CoWIN Smart Print A GUI based CoWIN Certificate to Smart Card Converter. Feature

Shreyam Maity 2 Mar 9, 2022
A beautiful switch made with Flutter

Crazy Switch Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flut

Pedro Massango 50 Nov 20, 2022
An interesting and practical switch component.

FSwitch An interesting and practical switch component. Supports setting tips, slider decorations, shadows, and good interaction. Author:Newton(coorchi

Fliggy Mobile 81 Dec 13, 2022
An easy to implement custom switch created for Flutter.

flutter_switch An easy to implement custom switch created for Flutter. Give it a custom height and width, border for the switch and toggle, border rad

Nickr 66 Dec 6, 2022
Beautiful Custom Switch package created with Flutter

custom_switch Beautiful Custom Switch package created with Flutter. The source code is 100% Dart, and everything resides in the /lib folder. Show some

Mohak Gupta 55 Sep 6, 2022
Flutter Xlive Switch

xlive_switch A Xlive Switcher plugin for Flutter Getting Started This plugin is based on Oleg Frolov's animation design which I found on Dribbble: htt

Châu Minh Phúc 15 Nov 4, 2022
Daynightswitch - A day night switch widget for Flutter.

DayNightSwitch A day night switch widget for Flutter. Installation Add to pubspec.yaml. dependencies: day_night_switch: Usage To use plugin, just i

Divyanshu Bhargava 103 Oct 25, 2022
Declaratively switch child widgets based on the current `Router` location.

Features Declaratively switch child widgets based on the current Router location. class SideBar extends StatelessWidget { Widget build(_){ re

gskinner team 7 Dec 12, 2022
Building a simple Flutter app * Switch Theme * for understanding the BLoC State Management including: Cubit Communications with StreamSubscription & Managing Route.

Building a simple Flutter app * Switch Theme * for understanding the BLoC State Management including: Cubit Communications with StreamSubscription & Managing Route.

TAD 1 Oct 3, 2022