Episode 170 - Build an Animated Radial Menu from Scratch
by fireship-ioDart
Last 12 weeks · 0 commits
1 of 6 standards met
hello my dream i implement your code with different way and generate this code but dont work this button that i explain about it please see this link and explain for me how to this button dont work https://stackoverflow.com/questions/61162607/flutter-gesturedetector-dont-work-when-is-child-of-transtorm-and-animatiobuilder
Hi Team, I have the RadialMenu widget stacked over a screen like so. body : Stack( children: [ Screen(), RadialMenu(), ], When I press the RadialMenu button, it expands into radial menu with children around it. When I tap one of the children, it does not execute the onTap() logic. Instead, it reponds to the onTap() logic of a ListTile from Screen() that happened to be just below that child I tapped. Can you please help me understand what is the problem ? I have recreated the issue here - https://github.com/thevzurd/themeapp/blob/master/lib/main.dart
When use this widget as an Floating Action Button of Scaffold. I encounter this issue https://stackoverflow.com/questions/51125024/there-are-multiple-heroes-that-share-the-same-tag-within-a-subtree I add heroTag in the following lines. FloatingActionButton(heroTag:"expand" , child: Icon(FontAwesomeIcons.timesCircle), FloatingActionButton(heroTag:"collapse", child: Icon(FontAwesomeIcons.solidDotCircle) _buildButton ... ... FloatingActionButton( heroTag: angle, child: Icon(icon) and it works. Thank you for your amazing work.
Repository: fireship-io/170-flutter-animated-radial-menu. Description: Episode 170 - Build an Animated Radial Menu from Scratch Stars: 43, Forks: 11. Primary language: Dart. Languages: Dart (81.4%), Objective-C (12.5%), Java (6.1%). Open PRs: 1, open issues: 2. Last activity: 7y ago. Community health: 25%. Top contributors: codediodeio.