Last updated:
0 purchases
arc menu
arc_menu(Under Development) #
A arc_menu is half circular menu that allow user to display their items.
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
copied to clipboard
Now in your Dart code, you can use:
import 'package:arc_menu/arc_chooser.dart';
import 'package:arc_menu/arc_item_model.dart';
copied to clipboard
Usage #
ArcChooser(
arcItems: arcItems,
onArcItemSelected: (int pos, ArcItem arcItem) {
setState(() {
});
expressionKey.currentState.animateTo(pos);
},
),
copied to clipboard
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 [email protected] And do let us know if you have any questions or suggestion regarding our work.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.