flutter_custom_switch 0.0.3 copy "flutter_custom_switch: ^0.0.3" to clipboard
flutter_custom_switch: ^0.0.3 copied to clipboard

A Flutter package for both android and iOS which provides Custom switch widget.

example/lib/main.dart

import 'package:example/switch_home.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      debugShowCheckedModeBanner: false,
      home: SwitchHome(),
    );
  }
}
5
likes
40
pub points
50%
popularity

Publisher

unverified uploader

A Flutter package for both android and iOS which provides Custom switch widget.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_custom_switch