arc_menu 0.0.2 copy "arc_menu: ^0.0.2" to clipboard
arc_menu: ^0.0.2 copied to clipboard

An Arc menu with optional gauge lines and gradients.

arc_menu(Under Development) #

A arc_menu is half circular menu that allow user to display their items.


[N|Solid]

Key Features #

  • Define ArcItem array to add
  • Customisation of colors and Items
  • Get a callback of selected item with index

Getting Started #

To use this package, add arc_menu as a dependency in your pubspec.yaml file.

dependencies:
  ...
    arc_menu: ^0.0.1

Now in your Dart code, you can use:

import 'package:arc_menu/arc_chooser.dart';
import 'package:arc_menu/arc_item_model.dart';

Usage #

ArcChooser(
          arcItems: arcItems,
          onArcItemSelected: (int pos, ArcItem arcItem) {

            setState(() {

            });
            expressionKey.currentState.animateTo(pos);

          },
        ),

LICENSE! #

arc_menu is MIT-licensed.

Let us know! #

We’d be really happy if you send us links to your projects where you use our component. Just send an email to sales@mindinventory.com And do let us know if you have any questions or suggestion regarding our work.

7
likes
20
points
22
downloads

Publisher

verified publishermindinventory.com

Weekly Downloads

An Arc menu with optional gauge lines and gradients.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on arc_menu