flutter_single_instance 1.6.1 copy "flutter_single_instance: ^1.6.1" to clipboard
flutter_single_instance: ^1.6.1 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.6.1 - 2025-09-08 #

Documentation #

1.6.0 - 2025-07-02 #

Features #

  • add process name config (e388e8a)
  • switch to lock files instead of process name resolution (7e8b156)

Bug Fixes #

  • actually get the name of the running process (05102e9)

1.5.1 - 2025-06-01 #

Bug Fixes #

  • Update window manger and protobuf depdencies (#9) (846a077)

1.5.0 - 2025-04-04 #

Features #

  • Add configurable RPC server address (30349cc), closes #8

1.4.0 - 2025-04-04 #

Features #

1.3.1 - 2025-04-01 #

Bug Fixes #

1.3.0 - 2025-04-01 #

Features #

  • Add focus hooks with metadata (8e9e52f)

1.2.4 - 2025-03-23 #

1.2.3 - 2025-02-11 #

Bug Fixes #

  • handle invalid pid file format (f83535e), closes #6

1.2.2 - 2025-01-17 #

Bug Fixes #

  • handle web platform case in FlutterSingleInstance factory (8c8c1bd)

1.2.1 - 2025-01-17 #

Bug Fixes #

  • resolve references not found in web mode (b5a8129)

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