macos_dock_progress 1.1.0 macos_dock_progress: ^1.1.0 copied to clipboard
An API wrapper of DockProgress for Flutter, make you able to interacting with macOS dock icon progress bars in Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add macos_dock_progress
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
macos_dock_progress: ^1.1.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:macos_dock_progress/macos_dock_progress.dart';