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

outdated

A new Flutter package project.

example/main.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
0
pub points
8%
popularity

Publisher

unverified uploader

A new Flutter package project.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on round_checkbox_group