FLUTTER ECOSYSTEM

ubuntu-flutter-community/settings

:penguin: :orange_heart: फ्लटर के साथ बनाया गया एक उबुंटू डेस्कटॉप सिस्टम सेटिंग्स ऐप।

Ubuntu डेस्कटॉप सेटिंग्स प्रोजेक्ट कवर
Stars
289
Forks
46
अंतिम पुश (UTC)
24 अक्टू॰ 2024
प्रोजेक्ट स्थिति
सक्रिय
Ubuntu Flutter Community GitHub avatar
भाषाएँDartCMakeC++CShell

तकनीकी विषय

संबंधित पैकेज और उदाहरण

v1.18.2

meta

विकासक के इरादों को व्यक्त करने के लिए उपयोग किए जाने वाले अनुमान, जिन्हें स्रोत कोड के स्थैतिक विश्लेषण द्वारा अन्यथा नहीं निकाला जा सकता है।

475लाइक 83 लाख30-दिन डाउनलोड150Pub अंक
AndroidiOSWebmacOSWindowsLinux
v4.0.3

duration

'Duration' के साथ काम करना आसान बनाने के लिए उपकरण। मानव पठनीय रूप में अवधि को प्रारूपित करता है और मानव पठनीय रूप में अवधि को Dart के Duration में विश्लेषित करता है।

172लाइक 56.2 हज़ार30-दिन डाउनलोड150Pub अंक
AndroidiOSWebmacOSWindowsLinux
flutter_spinbox कवरv0.13.1

flutter_spinbox

SpinBox एक संख्यात्मक इनपुट विजेट है जिसमें किसी विशिष्ट मान को दर्ज करने के लिए एक इनपुट फ़ील्ड होती है, और मूल्य को त्वरित, सुविधाजनक और सटीक ढंग से समायोजित करने के लिए स्पिन बटन होते हैं।

136लाइक 7.3 हज़ार30-दिन डाउनलोड150Pub अंक
AndroidiOSWebmacOSWindowsLinux

उपयोग की गई निर्भरताएँ

निर्भरता सूची 39 आइटम

ऐप श्रेणियाँ

रैंकिंग

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

Settings App for the Ubuntu Desktop

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

Releases

The app will be soon available as a snap.

Building

The following steps are needed to run the app from the source code.

Install Flutter

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

Run the app with vscode or with

flutter run

TODO

  • [X] use real yaru icons - thanks to @Jupi007
  • [X] responsive layout
  • [X] MVVM software pattern - thanks to @jpnurmi
  • [X] search
  • [X] WIFI page - WIP
  • [ ] Ethernet page
  • [ ] Cellular Network page
  • [X] Bluetooth page - WIP
  • [X] Wallpaper page
  • [X] Appearance page
  • [X] Multi-Tasking page
  • [X] Notifications page
  • [ ] Search page
  • [X] Apps page (forward to snap-store)
  • [X] Privacy/Security page - WIP
  • [ ] Online Accounts page
  • [ ] Sound page - WIP
  • [X] Power page
  • [X] Displays page - WIP
  • [X] Mouse and touchpad page
  • [X] Keyboard shortcuts page - WIP
  • [ ] Printers page - WIP
  • [X] Removable Media page
  • [ ] Color page
  • [X] Region and language page
  • [X] Accessability page
  • [ ] Users page
  • [ ] Preferred apps page
  • [X] Date and time page
  • [ ] Wacom page
  • [X] Info page

Contributing

This project really needs help to finish the last pages and also in the future when the GNOME desktop changes. Any help is welcome!