round_checkbox_group 0.0.6 copy "round_checkbox_group: ^0.0.6" to clipboard
round_checkbox_group: ^0.0.6 copied to clipboard

outdated

A new Flutter package. This package is use to show round checkbox group with functionality of radio button. It is used for custom checkbox that user want to change in checkbox shape and functionality.

example/main.dart

import '../lib/round_checkbox_group.dart';
import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter custom checkbox group demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
    );
  }
}
1
likes
20
pub points
8%
popularity

Publisher

unverified uploader

A new Flutter package. This package is use to show round checkbox group with functionality of radio button. It is used for custom checkbox that user want to change in checkbox shape and functionality.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on round_checkbox_group