Skip to content

Commit f0a63a6

Browse files
committed
move projects section to flutter_apps repo
1 parent 312e251 commit f0a63a6

File tree

3 files changed

+12
-188
lines changed

3 files changed

+12
-188
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 LiJianying <[email protected]>
3+
Copyright (c) 2021-2024 LiJianying <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# awesome-flutter-desktop
22

3-
![][visits-count-image] [![][discord-image]][discord-url]
4-
5-
[visits-count-image]: https://img.shields.io/badge/dynamic/json?label=Visits%20Count&query=value&url=https://api.countapi.xyz/hit/leanflutter.awesome-flutter-desktop/visits
3+
[![][discord-image]][discord-url]
64

75
[discord-image]: https://img.shields.io/discord/884679008049037342.svg
86
[discord-url]: https://discord.gg/zPa6EZ2jqb
97

10-
A curated list of awesome things related to Flutter desktop.
8+
A curated list of awesome things related to Flutter desktop, The project list has been moved to [flutter_apps](https://github.com/leanflutter/flutter_apps) repo.
119

1210
---
1311

@@ -16,13 +14,11 @@ A curated list of awesome things related to Flutter desktop.
1614
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1715
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1816

19-
- [awesome-flutter-desktop](#awesome-flutter-desktop)
20-
- [Packages](#packages)
21-
- [Projects](#projects)
22-
- [Related](#related)
23-
- [Tools](#tools)
24-
- [Contribution](#contribution)
25-
- [License](#license)
17+
- [Packages](#packages)
18+
- [Related](#related)
19+
- [Tools](#tools)
20+
- [Contribution](#contribution)
21+
- [License](#license)
2622

2723
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2824

@@ -39,7 +35,7 @@ A curated list of awesome things related to Flutter desktop.
3935
for iOS, Android, MacOS. Partial support for Linux, Windows and web (localStorage).
4036
- [bitsdojo_window](https://github.com/bitsdojo/bitsdojo_window) - A package to help with creating custom windows with Flutter desktop (custom border, titlebar and minimize/maximize/close buttons) and common desktop window operations (show/hide/position on screen) for Windows and macOS
4137
- [chicago](https://github.com/tvolkert/chicago) - The Chicago widget set is an alternate design language for Flutter designed for desktop (keyboard and mouse) form factors. It is based on Apache Pivot.
42-
- [clipboard_watcher](https://github.com/leanflutter/clipboard_watcher) - This plugin allows Flutter apps to watch clipboard changes.
38+
- [clipboard_watcher](https://github.com/leanflutter/clipboard_watcher) - This plugin allows Flutter desktop apps to watch clipboard changes.
4339
- [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.
4440
- [contextual_menu](https://github.com/leanflutter/contextual_menu) - This plugin allows Flutter desktop apps to create native context menus.
4541
- [dart_vlc](https://github.com/alexmercerind/dart_vlc) - Flutter audio / video playback, broadcast & recording library for Windows & Linux. Based on libvlc.
@@ -74,7 +70,6 @@ for iOS, Android, MacOS. Partial support for Linux, Windows and web (localStorag
7470
- [nativeshell](https://github.com/nativeshell/nativeshell) - NativeShell Dart API. Used to interact with NativeShell platform code.
7571
- [network_info_plus](https://github.com/fluttercommunity/plus_plugins) - Flutter plugin for discovering information (e.g. WiFi details) of the network.
7672
- [nsd](https://github.com/sebastianhaberey/nsd) - A Flutter plugin for network service discovery and registration (aka NSD / DNS-SD / Bonjour / mDNS).
77-
- [nsd](https://github.com/sebastianhaberey/nsd) - A Flutter plugin for network service discovery and registration (aka NSD / DNS-SD / Bonjour / mDNS).
7873
- [package_info_plus](https://github.com/fluttercommunity/plus_plugins) - Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.
7974
- [pasteboard](https://github.com/MixinNetwork/flutter-plugins) - A flutter plugin which could read image,files from clipboard and write files to clipboard.
8075
- [platform_device_id](https://github.com/BestBurning/platform_device_id) - You can get device id from platform - linux/mac/windows/android/ios/web.
@@ -85,7 +80,7 @@ for iOS, Android, MacOS. Partial support for Linux, Windows and web (localStorag
8580
- [quick_notify](https://github.com/woodemi/quick_notify) - A cross-platform (Android/iOS/Web/Windows/macOS/Linux) notification plugin for Flutter.
8681
- [quick_scanner](https://github.com/woodemi/quick_scanner) - A new flutter plugin project.
8782
- [quick_usb](https://github.com/woodemi/quick_usb) - A cross-platform (Android/Windows/macOS/Linux) USB plugin for Flutter
88-
- [record](https://github.com/llfbandit/record) - Audio recorder from microphone to file or stream with multiple codecs, bit rate and sampling rate options.
83+
- [record](https://github.com/llfbandit/record) - Audio recorder from microphone to a given file path with multiple codecs, bit rate and sampling rate options.
8984
- [screen_capturer](https://github.com/leanflutter/screen_capturer) - This plugin allows Flutter desktop apps to capture screenshots.
9085
- [screen_retriever](https://github.com/leanflutter/screen_retriever) - This plugin allows Flutter desktop apps to Retrieve information about screen size, displays, cursor position, etc.
9186
- [screen_text_extractor](https://github.com/leanflutter/screen_text_extractor) - This plugin allows Flutter desktop apps to extract text from screen.
@@ -95,56 +90,20 @@ for iOS, Android, MacOS. Partial support for Linux, Windows and web (localStorag
9590
- [system_tray](https://github.com/antler119/system_tray) - system_tray that makes it easy to customize tray and work with your Flutter desktop app.
9691
- [tray_manager](https://github.com/leanflutter/tray_manager) - This plugin allows Flutter desktop apps to defines system tray.
9792
- [win32](https://github.com/timsneath/win32) - A Dart library for accessing common Win32 APIs using FFI. No C required!
98-
- [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)
93+
- [win_ble](https://github.com/rohitsangwan01/win_ble) - WinBle Plugin to use Bluetooth Low Energy in Flutter Windows Desktop
9994
- [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.
10095
- [window_decorations](https://github.com/prateekmedia/window_decorations) - Deprecated, use https://pub.dev/packages/titlebar_buttons
10196
- [window_manager](https://github.com/leanflutter/window_manager) - This plugin allows Flutter desktop apps to resizing and repositioning the window.
10297
- [windows_ocr](https://github.com/hamdikahloun/windows_ocr) - A new flutter plugin project.
10398
- [windows_taskbar](https://github.com/alexmercerind/windows_taskbar) - Flutter plugin serving utilities related to Windows taskbar.
10499
- [yaru](https://github.com/ubuntu/yaru.dart) - Ubuntu Yaru Style - Distinct look and feel of the Ubuntu Desktop
105100

106-
## Projects
107-
- [API Dash](https://github.com/foss42/api-dash) - API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia.
108-
- [AirController](https://github.com/air-controller/air-controller-desktop) - A new handy and powerful Android phone assistant, powered by Flutter.
109-
- [Amphitheatre Desktop](https://github.com/amphitheatre-app/desktop) - Open source GUI application that enables you to interact with Amphitheatre
110-
- [AppImage Pool](https://github.com/prateekmedia/appimagepool) - A simple, modern AppImageHub Client, powered by flutter.
111-
- [ArthurMorgan](https://github.com/belikesohan/arthurmorgan) - Cross-Platform Google Drive client with encryption support.
112-
- [AuthPass](https://github.com/authpass/authpass) - AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.
113-
- [Biyi (比译)](https://github.com/biyidev/biyi_app) - Biyi (比译) is a convenient translation and dictionary app written in Flutter.
114-
- [BlueBubbles](https://github.com/BlueBubblesApp/bluebubbles-app) - A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!
115-
- [Brisk](https://github.com/AminBhst/brisk) - Fast, multithreaded, cross-platform download manager
116-
- [Cash Balancer](https://github.com/bernaferrari/CashBalancer) - It is too hard to balance money across different assets and accounts. ([Live Preview](https://bernaferrari.github.io/CashBalancer/))
117-
- [Color Studio](https://github.com/bernaferrari/color-studio) - It is too hard to build coherent and accessible themes with the right colors. This should help. ([Live Preview](https://bernaferrari.github.io/color-studio/))
118-
- [Drip](https://github.com/Spsden/Drip) - A Youtube Music client for Desktop. (in Development)
119-
- [Flokk](https://github.com/gskinnerTeam/flokk) - A fresh and modern Google Contacts manager that integrates with GitHub and Twitter. ([Live Preview](https://flokk.app/))
120-
- [FluTube](https://github.com/prateekmedia/flutube) - Watch and download videos without ads
121-
- [Flutter Folio](https://github.com/gskinnerTeam/flutter-folio) - A platform adaptive Flutter app for desktop, mobile and web.
122-
- [Flutter Installer](https://github.com/YazeedAlKhalaf/Flutter_Installer) - Flutter Installer is an installer for Flutter built with Flutter 💙😎✌
123-
- [FlutterCleaner](https://github.com/schilken/flutter_cleaner) -
124-
- [GitCommitStreak](https://github.com/schilken/git_commit_streak) - A tool that shows the number of consecutive days with at least one commit per day.
125-
- [Harmonoid](https://github.com/harmonoid/harmonoid) - Plays & manages your music library. Looks beautiful & juicy. Playlists, visuals, synced lyrics, pitch shift, volume boost & more.
126-
- [Invoice Ninja](https://github.com/invoiceninja/admin-portal) - Invoice Ninja: Desktop/mobile admin portal built with Flutter ([Live Preview](https://demo.invoiceninja.com/#/))
127-
- [Leaflet](https://github.com/PotatoProject/Leaflet) - POSP official notes app, soon to be included
128-
- [Odin](https://github.com/odinapp/odin) - Open-source, cross-platform, hassle-free file sharing with AES-256 encryption made with Flutter & Dart.
129-
- [Pangolin Desktop](https://github.com/dahliaOS/pangolin_desktop) - Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter. ([Live Preview](https://web.dahliaos.io/))
130-
- [RustDesk](https://github.com/rustdesk/rustdesk) - An open-source remote desktop, and alternative to TeamViewer.
131-
- [Sharik](https://github.com/marchellodev/sharik) - Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot
132-
- [Spotube](https://github.com/KRTirtho/spotube) - 🎧 Open source Spotify client that doesn't require Premium nor uses Electron! Available for both desktop & mobile!
133-
- [StreamKit Chat Reader](https://github.com/mentegago/streamkit) - Reads your Twitch chat, with automatic language detection!
134-
- [Ubuntu Desktop Installer](https://github.com/canonical/ubuntu-desktop-installer) - Ubuntu Desktop Installer
135-
- [Yukino](https://github.com/yukino-app/yukino) - ❄️ An extension based Anime & Manga client.
136-
- [appflowy](https://github.com/AppFlowy-IO/appflowy) - AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
137-
- [jellyflut](https://github.com/Thomas-Sohier/jellyflut) - Just a jellyfin client made in flutter (side project quality code)
138-
- [lumi](https://github.com/rootasjey/lumi) - Philips Hue app to control lights and sensors
139-
- [quickgui](https://github.com/quickgui/quickgui) - A Flutter frontend for quickget and quickemu.
140-
- [wsa_pacman](https://github.com/alesimula/wsa_pacman) - A GUI package manager and package installer for Windows Subsystem for Android (WSA)
141-
142101
## Related
143102
- [awesome-flutter](https://github.com/Solido/awesome-flutter) - An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
144103
- [awesome-flutter-linux](https://github.com/jpnurmi/awesome-flutter-linux) - A curated list of awesome Linux-specific Flutter packages and projects.
145104

146105
## Tools
147-
- [flutter_distributor](https://github.com/leanflutter/flutter_distributor) - An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
106+
- [flutter_distributor](https://github.com/leanflutter/flutter_distributor) - A complete tool for packaging and publishing your Flutter apps.
148107

149108

150109
<!-- AWESOME_LIST_MAKER -->

awesome_list.yaml

Lines changed: 0 additions & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ description: A curated list of awesome things related to Flutter desktop.
33
categories:
44
- id: packages
55
name: Packages
6-
- id: projects
7-
name: Projects
86
- id: tools
97
name: Tools
108
- id: related
@@ -209,9 +207,6 @@ entities:
209207
- pub_id: contextual_menu
210208
github_id: leanflutter/contextual_menu
211209
category: packages
212-
- pub_id: nsd
213-
github_id: sebastianhaberey/nsd
214-
category: packages
215210
- pub_id: clipboard_watcher
216211
github_id: leanflutter/clipboard_watcher
217212
category: packages
@@ -236,136 +231,6 @@ entities:
236231
- pub_id: disks_desktop
237232
github_id: AngeloAvv/disks
238233
category: packages
239-
# PROJECTS
240-
- name: Biyi (比译)
241-
homepage: https://biyidev.com/
242-
github_id: biyidev/biyi_app
243-
category: projects
244-
- name: AuthPass
245-
homepage: https://authpass.app/
246-
github_id: authpass/authpass
247-
category: projects
248-
# - name: flutter_blossom
249-
# homepage: https://flutter-blossom.github.io/
250-
# github_id: flutter-blossom/flutter_blossom
251-
# category: projects
252-
- name: Invoice Ninja
253-
github_id: invoiceninja/admin-portal
254-
livepreview_url: https://demo.invoiceninja.com/#/
255-
category: projects
256-
- name: Yukino
257-
github_id: yukino-app/yukino
258-
category: projects
259-
- name: Harmonoid
260-
github_id: harmonoid/harmonoid
261-
category: projects
262-
- name: Ubuntu Desktop Installer
263-
description: A modern implementation of the Ubuntu Desktop installer, using subiquity as a backend and Flutter for the UI.
264-
github_id: canonical/ubuntu-desktop-installer
265-
category: projects
266-
- name: AppImage Pool
267-
description: Simple and modern AppImageHub Client for Linux desktop.
268-
github_id: prateekmedia/appimagepool
269-
category: projects
270-
- name: FluTube
271-
description: Youtube video client + downloader made using flutter for mobile and desktop.
272-
github_id: prateekmedia/flutube
273-
category: projects
274-
- name: Sharik
275-
description: Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot
276-
github_id: marchellodev/sharik
277-
category: projects
278-
- name: Flutter Folio
279-
homepage: https://flutter.gskinner.com/folio/
280-
github_id: gskinnerTeam/flutter-folio
281-
category: projects
282-
- name: Flokk
283-
homepage: https://flutter.gskinner.com/flokk/
284-
github_id: gskinnerTeam/flokk
285-
livepreview_url: https://flokk.app/
286-
category: projects
287-
- name: Cash Balancer
288-
description: An asset allocation app for managing cash accross different wallets.
289-
github_id: bernaferrari/CashBalancer
290-
livepreview_url: https://bernaferrari.github.io/CashBalancer/
291-
category: projects
292-
- name: Color Studio
293-
description: An app that helps making coherent and accessible color themes.
294-
github_id: bernaferrari/color-studio
295-
livepreview_url: https://bernaferrari.github.io/color-studio/
296-
category: projects
297-
- name: jellyflut
298-
github_id: Thomas-Sohier/jellyflut
299-
category: projects
300-
- name: Leaflet
301-
github_id: PotatoProject/Leaflet
302-
category: projects
303-
- name: BlueBubbles
304-
github_id: BlueBubblesApp/bluebubbles-app
305-
category: projects
306-
- name: Pangolin Desktop
307-
github_id: dahliaOS/pangolin_desktop
308-
livepreview_url: https://web.dahliaos.io/
309-
category: projects
310-
- name: Flutter Installer
311-
github_id: YazeedAlKhalaf/Flutter_Installer
312-
category: projects
313-
- name: lumi
314-
github_id: rootasjey/lumi
315-
category: projects
316-
- name: quickgui
317-
github_id: quickgui/quickgui
318-
category: projects
319-
- name: appflowy
320-
github_id: AppFlowy-IO/appflowy
321-
category: projects
322-
- name: Odin
323-
github_id: odinapp/odin
324-
category: projects
325-
- name: Spotube
326-
github_id: KRTirtho/spotube
327-
category: projects
328-
- name: Drip
329-
github_id: Spsden/Drip
330-
category: projects
331-
- name: AirController
332-
github_id: air-controller/air-controller-desktop
333-
category: projects
334-
- name: sidekick
335-
homepage: http://fluttersidekick.com
336-
github_id: fluttertools/sidekick
337-
description: "A simple desktop interface for tools that enhance Flutter's development experience."
338-
- name: StreamKit Chat Reader
339-
description: A desktop Twitch chat reader (text-to-speech) with multilingual support through automatic language detection.
340-
github_id: mentegago/streamkit
341-
category: projects
342-
- name: Amphitheatre Desktop
343-
homepage: http://docs.amphitheatre.app
344-
github_id: amphitheatre-app/desktop
345-
category: projects
346-
- name: wsa_pacman
347-
github_id: alesimula/wsa_pacman
348-
category: projects
349-
- name: RustDesk
350-
github_id: rustdesk/rustdesk
351-
category: projects
352-
- name: ArthurMorgan
353-
github_id: belikesohan/arthurmorgan
354-
category: projects
355-
- name: FlutterCleaner
356-
github_id: schilken/flutter_cleaner
357-
category: projects
358-
- name: GitCommitStreak
359-
github_id: schilken/git_commit_streak
360-
category: projects
361-
- name: Brisk
362-
description: Fast, multi-threaded, cross-platform download manager
363-
github_id: AminBhst/brisk
364-
category: projects
365-
- name: API Dash
366-
description: API Dash ⚡️ is an open-source cross-platform API Client which can also generate Dart code for API integration.
367-
github_id: foss42/api-dash
368-
category: projects
369234
# TOOLS
370235
- name: flutter_distributor
371236
github_id: leanflutter/flutter_distributor

0 commit comments

Comments
 (0)