MCPcopy Create free account
hub / github.com/OldJii/ring_layout

github.com/OldJii/ring_layout @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
38 symbols 50 edges 12 files 7 documented · 18% updated 6mo ago★ 346

Browse by type

Functions 32 Types & classes 6
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

Core symbols most depended-on inside this repo

Shape

Method 25
Function 7
Class 6

Languages

C++97%
Kotlin3%

Modules by API surface

example/windows/runner/win32_window.cpp21 symbols
example/windows/runner/win32_window.h5 symbols
example/windows/runner/flutter_window.cpp5 symbols
example/windows/runner/utils.cpp3 symbols
example/windows/runner/main.cpp1 symbols
example/windows/runner/flutter_window.h1 symbols
example/windows/flutter/generated_plugin_registrant.cc1 symbols
example/android/app/src/main/kotlin/com/example/example/MainActivity.kt1 symbols

For agents

$ claude mcp add ring_layout \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page