circular_widgets 3.0.0 copy "circular_widgets: ^3.0.0" to clipboard
circular_widgets: ^3.0.0 copied to clipboard

Display widgets in a circle.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'example_page.dart';

void main() {
  runApp(
    MaterialApp(
      debugShowCheckedModeBanner: false,
      home: ExamplePage(),
    ),
  );
}
copied to clipboard
50
likes
140
points
152
downloads

Publisher

verified publisherbdaya-dev.com

Weekly Downloads

2024.09.16 - 2025.03.31

Display widgets in a circle.

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on circular_widgets