Skip to content

FelipeMaced0/square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Square

This package contains a single widget. A square switch, in the future i pretend to add some other widgets made by me.

Getting started

To use it you need add as dependency to your project.

dependencies:
    square: ^0.0.2

Importing

import 'package:square/square.dart';

Usage

Make sure importing the library before try to use it

import 'package:square/square.dart';
        .
        .
        .
SquareSwitch(
    activeTrackColor: Colors.blue,
    inactiveTrackColor: Colors.cyan,
    onChange: () {},
),

alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages