window_title 1.0.0 copy "window_title: ^1.0.0" to clipboard
window_title: ^1.0.0 copied to clipboard

Set the window, browser tab and app switcher title at runtime, with a WindowTitle widget that follows your navigation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add window_title

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  window_title: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:window_title/window_title.dart';
0
likes
155
points
1.1k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Set the window, browser tab and app switcher title at runtime, with a WindowTitle widget that follows your navigation.

Repository (GitHub)
View/report issues

Topics

#window #title #navigation #desktop #web

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, web

More

Packages that depend on window_title

Packages that implement window_title