flutter_custom_tabs_web

Web platform implementation of flutter_custom_tabs.

Usage

Import the package

This package is the endorsed implementation of flutter_custom_tabs for the web platform since version 1.0.0, so it gets automatically added to your dependencies by depending on flutter_custom_tabs: ^1.1.0.

...
dependencies:
  ...
  flutter_custom_tabs: ^1.1.0
  ...

Once you have flutter_custom_tabs in pubspec.yaml you should be able to use package:flutter_custom_tabs as normal.