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

A new Flutter package. This package is use to show round checkbox group with functionality of radio button.

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
30
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package. This package is use to show round checkbox group with functionality of radio button.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on round_checkbox_group