Skip to content

flutter-cavalry/set_window_title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

set_window_title

pub package

A Flutter plugin to set the current window title on desktop platforms (Windows and macOS).

Usage

import 'package:set_window_title/set_window_title.dart';

final _setWindowTitlePlugin = SetWindowTitle();
await _setWindowTitlePlugin.setTitle('My Window Title');

About

A Flutter plugin to set the current window title on desktop platforms

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors