Animated vertical tabs in Flutter
I want to present you a different approach of creating tabs in Flutter. Yes, the most common way is to have a horizontal tabs in your application, but what if you have a vertical tabs with a nice animation?
Well, we are going to learn how to do that in this topic.
First of all let’s begin with the basics, e.g. create a new flutter project