Please follow the below opinionated steps:
1. Create a MaterialApp
2. Create Scaffold object which would give you appbar and body properties.
3. Inside the appbar, create a new AppBar > and inside this AppBar create a new TabBar.
4. Under the body property, create a TabBarView and register 3 widgets holding your ListView.
Hope it helps!
Happy Fluttering :)