flutter_bloc
Flutter 小部件,可輕鬆實作 BLoC(業務邏輯元件)設計模式。專為與 bloc 狀態管理套件搭配使用而打造。
暫停遊戲和應用程式。
Flutter 小部件,可輕鬆實作 BLoC(業務邏輯元件)設計模式。專為與 bloc 狀態管理套件搭配使用而打造。
Hive 的擴展。讓在 Flutter 應用中使用 Hive 更加容易。
v6.0.0一個高度可自訂的 Flutter 類型提示(自動完成)文字輸入欄位
一個受到 Mockito 啟發的模擬框架,提供用於 Fake、Mock、行為驗證和 Stubbing 的 API。
使用 FFI 從 Dart 直接呼叫通用 Windows API。
一個功能齊全的程式庫,用於在各個平台撰寫和執行 Dart 測試。
小巧、易用且可擴展的記錄器,可印出美觀的日誌。
一個命令列工具,可從您的 Flutter Windows 編譯檔案建立 Msix 安裝程式。
此外掛程式允許 Flutter 桌面應用程式定義系統托盤。
用於處理外部函數介面(FFI)程式碼的工具。
此外掛允許 Flutter 桌面應用程式定義系統/應用內全域熱鍵(即捷徑)。
D-Bus 訊息總線用戶端的原生 Dart 實作。此套件允許 Dart 應用程式直接存取 Linux 桌面服務。
^2.2.0^1.16.0^0.7.10^2.0.1{"sdk":"flutter"}^9.1.1{"sdk":"flutter"}^1.0.7^5.2.0^3.1.0{"git":{"url":"https://github.com/Merrit/helpers.git","ref":"792c63d8dddaf89a3ead5a0c44e40f3a3e5ffae5"}}^1.1.0^0.2.3^1.1.0any^4.8.1{"git":{"url":"https://github.com/Merrit/kwin-dart.git","ref":"39101ab0e2187cf8e56b6f4469dbe75b4cd485fb"}}^0.5.1^2.0.1^9.0.0^2.0.1^2.0.0^0.5.0^6.0.4^5.0.5^1.1.0^0.5.1{"git":{"url":"https://github.com/google/flutter-desktop-embedding.git","path":"plugins/window_size","ref":"6c66ad23ee79749f30a8eece542cf54eaf157ed8"}}^0.1.12^2.4.6{"git":{"url":"https://github.com/Merrit/flutter_app_builder.git","ref":"1b4484d8898d220b34e767e9a9d91933759f8fd0"}}^6.0.0{"sdk":"flutter"}^3.2.0{"sdk":"flutter"}^6.7.1^5.4.2^3.16.7^2.1.2^1.22.0以下為英文專案原文快照,最新內容請造訪 GitHub。
Suspend games and applications.
Promo Image
Similar to the incredibly useful sleep/suspend function found in consoles like the Nintendo Switch and Sony PlayStation; suspend your game (and its resource usage) at any time, and resume whenever you wish - at the push of a button.
Nyrna can be used to suspend normal, non-game applications as well. For example:
The CPU and GPU resources are being used by said task - maybe for hours - when you would like to use the system for something else. With Nyrna you can suspend that program, freeing up the resources (excluding RAM) until the process is resumed, without losing where you were - like the middle of a long job, or a gaming session between save points.
Nyrna works on Linux with X11 and Microsoft Windows.
Modifying running applications comes with the possibility that the application will crash.
While this is rare, it is a known possibility that Nyrna can do nothing about.
Please make sure to save your data or game before attempting to use Nyrna.
View install options on the website.
Can I suspend to disk so that I can restore after reboot / free up RAM usage / etc?
Unfortunately no. CRIU looks very promising to allow us to do this (on Linux), however it does not currently support suspending GUI applications.
If you use Microsoft Windows, issues are often resolved by running Nyrna as an administrator.
See BUILDING