flutter_custom_tabs_web 1.0.0 flutter_custom_tabs_web: ^1.0.0 copied to clipboard
Web platform implementation of flutter_custom_tabs.
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.0.0
.
...
dependencies:
...
flutter_custom_tabs: ^1.0.0
...
Once you have flutter_custom_tabs
in pubspec.yaml
you should be able to use package:flutter_custom_tabs
as normal.