Skip to content

Commit b386a19

Browse files
committed
add more libs
1 parent 91ebf59 commit b386a19

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ for iOS, Android, MacOS. Partial support for Linux, Windows and web (localStorag
3838
- [clipboard_watcher](https://github.com/leanflutter/clipboard_watcher) - This plugin allows Flutter apps to watch clipboard changes.
3939
- [connectivity_plus](https://github.com/fluttercommunity/plus_plugins) - Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
4040
- [contextual_menu](https://github.com/leanflutter/contextual_menu) - This plugin allows Flutter desktop apps to create native context menus.
41+
- [contextual_menu](https://github.com/leanflutter/contextual_menu) - This plugin allows Flutter desktop apps to create native context menus.
4142
- [dart_vlc](https://github.com/alexmercerind/dart_vlc) - Flutter audio / video playback, broadcast & recording library for Windows & Linux. Based on libvlc.
4243
- [dbus](https://github.com/canonical/dbus.dart) - A native Dart implementation of the D-Bus message bus client. This package allows Dart applications to directly access services on the Linux desktop.
4344
- [desktoasts](https://github.com/alexmercerind/desktoasts) - A plugin to show native toasts on Windows.
@@ -85,11 +86,14 @@ for iOS, Android, MacOS. Partial support for Linux, Windows and web (localStorag
8586
- [screen_retriever](https://github.com/leanflutter/screen_retriever) - This plugin allows Flutter desktop apps to Retrieve information about screen size, displays, cursor position, etc.
8687
- [screen_text_extractor](https://github.com/leanflutter/screen_text_extractor) - This plugin allows Flutter desktop apps to extract text from screen.
8788
- [share_plus](https://github.com/fluttercommunity/plus_plugins) - Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
89+
- [shortcut_menu_extender](https://github.com/leanflutter/shortcut_menu_extender) - This plugin allows Flutter apps to Extending global shortcut menus.
8890
- [squirrel](https://github.com/anaisbetts/squirrel-flutter) - Create installable desktop apps
8991
- [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/))
9092
- [system_tray](https://github.com/antler119/system_tray) - system_tray that makes it easy to customize tray and work with your Flutter desktop app.
9193
- [tray_manager](https://github.com/leanflutter/tray_manager) - This plugin allows Flutter desktop apps to defines system tray.
94+
- [vclibs](https://github.com/leanflutter/vclibs) - Let your flutter windows apps include vclibs.
9295
- [win32](https://github.com/timsneath/win32) - A Dart library for accessing common Win32 APIs using FFI. No C required!
96+
- [win32_registry](https://github.com/dart-windows/win32_registry) - A package that provides a friendly Dart API for accessing the Windows Registry.
9397
- [win_ble](https://github.com/rohitsangwan01/win_ble) - Use the WinBle plugin to enable Bluetooth Low Energy in Flutter Windows and pure Dart projects (Windows only)
9498
- [win_toast](https://github.com/MixinNetwork/flutter-plugins) - a flutter plugin that allows users to create and display toast notifications to notification center on the Windows operating system.
9599
- [window_decorations](https://github.com/prateekmedia/window_decorations) - Deprecated, use https://pub.dev/packages/titlebar_buttons

awesome_list.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,21 @@ entities:
231231
- pub_id: disks_desktop
232232
github_id: AngeloAvv/disks
233233
category: packages
234+
- pub_id: contextual_menu
235+
github_id: leanflutter/contextual_menu
236+
category: packages
237+
- pub_id: shortcut_menu_extender
238+
github_id: leanflutter/shortcut_menu_extender
239+
category: packages
240+
- pub_id: vclibs
241+
github_id: leanflutter/vclibs
242+
category: packages
243+
- pub_id: win32_registry
244+
github_id: dart-windows/win32_registry
245+
category: packages
234246
# TOOLS
235247
- name: flutter_distributor
236248
github_id: leanflutter/flutter_distributor
237-
description: A complete tool for packaging and publishing your Flutter apps.
238249
category: tools
239250
# RELATED
240251
- name: awesome-flutter-linux

0 commit comments

Comments
 (0)