square 0.0.1 copy "square: ^0.0.1" to clipboard
square: ^0.0.1 copied to clipboard

outdated

A flutter package that contains a square switch.

Square #

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

Getting started #

To use you need add as dependency to your project.

dependencies:
    square: ^1.0.0

Importing #

import 'package:square/square.dart';

Using #

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

3
likes
30
pub points
13%
popularity

Publisher

unverified uploader

A flutter package that contains a square switch.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on square