OldJii / ring_layout

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

Home Page:https://pub.dev/packages/ring_layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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),
  ),
);

Getting Started

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

For help on editing plugin code, view the documentation.

About

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

https://pub.dev/packages/ring_layout

License:MIT License


Languages

Language:C++ 45.1%Language:CMake 22.0%Language:Dart 18.9%Language:HTML 10.5%Language:C 2.0%Language:Swift 1.1%Language:Kotlin 0.3%Language:Objective-C 0.1%