how to draw this curve on bottom navigation using flutter I don know to how make it with flutter I know to make bottom navigation bar but this curve no idea I hope some advise there is the image I hope some tutorial
enter image description here
how to draw this curve on bottom navigation using flutter I don know to how make it with flutter I know to make bottom navigation bar but this curve no idea I hope some advise there is the image I hope some tutorial
enter image description here
2
Answers
You might consider using the canvas class, I recommend you to benefit from Flutter’s own documentation.Here is the link ; https://api.flutter.dev/flutter/dart-ui/Canvas-class.html
One of the trick is by:
And this is the code to demonstrate the result:
And this is the result:
Sorry for the imperfect curve shape, I’ve tried my best 😅 you can try to fix it by yourself.
Hopefully it can solve your problem, Thanks 😉