flutter_single_instance 1.2.0 copy "flutter_single_instance: ^1.2.0" to clipboard
flutter_single_instance: ^1.2.0 copied to clipboard

A simple way to check if your application is already running.

Changelog #

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.2.0 - 2025-01-14 #

Features #

1.1.2 - 2025-01-13 #

Bug Fixes #

  • ensure pid file is created before writing process ID (71094ea)
  • only return process name instead of full path in getProcessName macos (#3) (ea1a202)

1.1.1 - 2025-01-01 #

Bug Fixes #

  • remove platform getter in favour of factory (563fb3e)

1.1.0 - 2025-01-01 #

Features #

  • always return true for unspported platforms (0b5fd27)

0.0.1 #

  • Setup package for publishing