ring_layout 1.0.3 copy "ring_layout: ^1.0.3" to clipboard
ring_layout: ^1.0.3 copied to clipboard

outdated

A dark package that helps you build ring layouts, supported both iOS and Android.

Features #

ring_layout is a ui component that helps you build ring layouts.

Support Android and iOS platforms

Getting started #

Run this command:

With Flutter:

 $ flutter pub add ring_layout

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ring_layout: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Usage #

RingLayout(
  initAngle: _controller.value * 360,
  children: List.generate(
    9,
    (index) =>
        buildPoint(width: 80, height: 80, color: Colors.blue),
  ),
);

Additional information #

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

1
likes
0
pub points
23%
popularity

Publisher

unverified uploader

A dark package that helps you build ring layouts, supported both iOS and Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ring_layout