⬇️Adding the dependencies

1. Add this to your pubspec.yaml file

Add the below line inside the dependencies block in your pubspec.yaml file

dependencies:
    flutter_custom_tabs: ^2.1.0

2. Rebuild the project

Last updated