meta
소스 코드를 정적 분석하여 추론할 수 없는 개발자의 의도를 표현하는 데 사용되는 주석입니다.
:penguin: :orange_heart: Flutter로 제작된 우분투 데스크톱 시스템 설정 앱.
소스 코드를 정적 분석하여 추론할 수 없는 개발자의 의도를 표현하는 데 사용되는 주석입니다.
v3.12.0Dart용 PDF 생성기입니다. 웹 또는 플러터에서 PDF 파일을 만들 수 있습니다.
v10.1.0데스크톱 및 웹 애플리케이션을 구축하는 데 유용한 일반적인 Flutter 위젯입니다.
기능이 풍부한 Dart용 XML — DOM 파싱, SAX 스트리밍, XPath 3 쿼리 및 유창한 빌더 API를 지원합니다.
v3.8.0사용자 정의 가능한 플러터 기본 색상, 강조 색상 및 사용자 지정 색상 선택기입니다. 선택적 HSV 휠 색상 선택기가 포함되어 있습니다.
get_it로 구동되는 간단한 상태 관리입니다. get_it 서비스 로케이터 내의 객체 변경 사항을 감지하고 UI를 해당 내용에 따라 다시 렌더링할 수 있습니다.
D-Bus 메시지 버스 클라이언트의 네이티브 Dart 구현입니다. 이 패키지는 Dart 애플리케이션이 Linux 데스크톱 서비스에 직접 액세스할 수 있도록 합니다.
Linux 블루투스 스택인 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!