modern_titlebar_buttons 1.1.2
modern_titlebar_buttons: ^1.1.2 copied to clipboard
A package which provides most of the title bar buttons from windows, linux and macos. forked from titlebar_buttons
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add modern_titlebar_buttons
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
modern_titlebar_buttons: ^1.1.2
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:modern_titlebar_buttons/modern_titlebar_buttons.dart';