flutter_radial_menu
flutter_radial_menu copied to clipboard
A simple animated radial menu widget for Flutter.
I am trying to install it in my flutter app, but fails in the SDK version >=1.19.0
The current Dart SDK version is 2.1.0-dev.5.0.flutter-a2eb050044. Because flutter_roommates depends on flutter_radial_menu any which requires SDK version >=1.19.0
Clicking on any of the buttons of the menu (except the central one) starts the animation, but at the end everything ends with an internal application crash in the Future...
Following official advice in Dart docs.
Changing pubspec minimum dart version to support > 2.0
Thank you for the plug-in, it works wonderful. I wonder if you could add two things for the next version though. - A customizable middle icon, colors (open/closed states); -...