A Flutter plugin to set the current window title on desktop platforms (Windows and macOS).
import 'package:set_window_title/set_window_title.dart';
final _setWindowTitlePlugin = SetWindowTitle();
await _setWindowTitlePlugin.setTitle('My Window Title');