meta
ソースコードの静的解析では他の方法で導き出せない開発者の意図を表現するために使用される注釈です。
:penguin: :orange_heart: Flutterで作成されたUbuntuデスクトップのシステム設定アプリ。
ソースコードの静的解析では他の方法で導き出せない開発者の意図を表現するために使用される注釈です。
v3.12.0Dart用のPDFプロダーアー。WebまたはFlutterの両方でPDFファイルを作成できます。
v10.1.0デスクトップおよびWebアプリケーションの構築に役立つ一般的なFlutterウィジェット。
機能豊富なDart用XML—DOM解析、SAXストリーミング、XPath 3クエリ、およびスムーズなビルダーアプリケーションプログラミングインターフェース。
v3.8.0カスタマイズ可能なFlutterの主要色、強調色、カスタムカラーピッカー。オプションのHSVホイールカラーピッカーを含む。
get_it によって駆動されるシンプルな状態管理。get_it サービスロケーター内のオブジェクトの変更を監視し、UI をそれに応じて再描画できます。
D-Bus メッセージバスクライアントのネイティブな Dart 実装です。このパッケージを使用すると、Dart アプリケーションが Linux デスクトップ上のサービスに直接アクセスできます。
Linux Bluetooth スタックである BlueZ に接続するためのクライアントを提供します。
'Duration' を扱いやすくするためのユーティリティ。人間が読みやすい形式で期間をフォーマットし、また人間が読みやすい形式の期間を Dart の Duration にパースします。
人間が読みやすいファイルサイズを取得するためのパッケージ。生のファイルサイズを読みやすい文字列に変換します。
v0.13.1SpinBox は、特定の値を入力するための入力フィールドと、値を迅速かつ正確に調整できるスピンボタンを備えた数値入力ウィジェットです。
Linux上のネットワーク接続を管理するサービスであるNetworkManagerに接続するためのクライアントを提供します。
^0.8.0^1.17.1^0.7.8^4.0.3^2.0.3^1.0.0^0.9.2^2.0.1^3.3.0{"sdk":"flutter"}{"sdk":"flutter"}^2.0.3^0.13.1^2.0.7^0.2.8^0.4.0^1.1.0^0.19.0{"git":"https://github.com/ubuntu-flutter-community/linux_datetime"}{"git":{"url":"https://github.com/Feichtmeier/linux_system_info.git","ref":"update_dbus_ffi_and_xml"}}^1.9.1^2.0.0^0.5.0^2.0.9^3.7.4^6.1.2^0.4.0^0.4.0^0.7.0^6.0.20^1.4.2{"git":"https://github.com/ubuntu-flutter-community/xdg_accounts"}^6.2.2{"git":{"url":"https://github.com/ubuntu/yaru.dart","ref":"ba067738fe0a3887bf788b94295fd70a0e1cf908"}}^2.1.2^5.0.0{"sdk":"flutter"}^0.6.0^5.0.16以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
The goal of this project is to build a feature complete settings app for the Ubuntu desktop (GNOME, gtk and gnome-shell) with the Flutter UI toolkit.
| Light | Dark |
|---|---|
| https://raw.githubusercontent.com/ubuntu-flutter-community/settings/HEAD/.github/images/light.png | https://raw.githubusercontent.com/ubuntu-flutter-community/settings/HEAD/.github/images/dark.png |
The app will be soon available as a snap.
The following steps are needed to run the app from the source code.
sudo apt -y install git curl cmake meson make clang libgtk-3-dev pkg-config && mkdir -p ~/development && cd ~/development && git clone https://github.com/flutter/flutter.git -b stable && echo 'export PATH="$PATH:$HOME/development/flutter/bin"' >> ~/.bashrc && source ~/.bashrc
Run the app with vscode or with
flutter run
This project really needs help to finish the last pages and also in the future when the GNOME desktop changes. Any help is welcome!