Skip to content

Commit aaef674

Browse files
Awesome Flutter Desktoplijy91
authored andcommitted
Update README.md
1 parent 74f2bde commit aaef674

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ for iOS, Android, MacOS. Partial support for Linux, Windows and web (localStorag
9191
- [stockholm](https://github.com/serverpod/stockholm) - A collection of desktop-first widgets and themes designed to look and feel great on Mac and Windows. ([Live Preview](https://serverpod.dev/stockholm/))
9292
- [system_tray](https://github.com/antler119/system_tray) - system_tray that makes it easy to customize tray and work with your Flutter desktop app.
9393
- [tray_manager](https://github.com/leanflutter/tray_manager) - This plugin allows Flutter desktop apps to defines system tray.
94+
- [unix_single_instance](https://github.com/arran4/dart_unix_single_instance) - A library which uses unix sockets to ensure a single instance
9495
- [vclibs](https://github.com/leanflutter/vclibs) - Let your flutter windows apps include vclibs.
9596
- [win32](https://github.com/timsneath/win32) - A Dart library for accessing common Win32 APIs using FFI. No C required!
9697
- [win32_registry](https://github.com/dart-windows/win32_registry) - A package that provides a friendly Dart API for accessing the Windows Registry.
@@ -99,8 +100,9 @@ for iOS, Android, MacOS. Partial support for Linux, Windows and web (localStorag
99100
- [window_decorations](https://github.com/prateekmedia/window_decorations) - Deprecated, use https://pub.dev/packages/titlebar_buttons
100101
- [window_manager](https://github.com/leanflutter/window_manager) - This plugin allows Flutter desktop apps to resizing and repositioning the window.
101102
- [windows_ocr](https://github.com/hamdikahloun/windows_ocr) - A new flutter plugin project.
103+
- [windows_single_instance](https://github.com/SongbookPro/windows_single_instance) - Forces a single instance of your Windows app, bringing the existing window to the front when a new instance is opened.
102104
- [windows_taskbar](https://github.com/alexmercerind/windows_taskbar) - Flutter plugin serving utilities related to Windows taskbar.
103-
- [yaru](https://github.com/ubuntu/yaru.dart) - Ubuntu Yaru Style - Distinct look and feel of the Ubuntu Desktop
105+
- [yaru](https://github.com/ubuntu/yaru.dart) - Common flutter widgets useful for building desktop and web applications.
104106

105107
## Related
106108
- [awesome-flutter](https://github.com/Solido/awesome-flutter) - An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.

awesome_list.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ entities:
247247
github_id: arran4/dart_unix_single_instance
248248
category: packages
249249
- pub_id: windows_single_instance
250-
github_id: SongbookPro/windows_single_instance
250+
github_id: SongbookPro/flutter_windows_single_instance
251251
category: packages
252252
# TOOLS
253253
- name: flutter_distributor

0 commit comments

Comments
 (0)