flutter_riverpod
एक प्रतिक्रियाशील कैशिंग और डेटा बाइंडिंग फ्रेमवर्क। Riverpod असिंक्रोनस कोड के साथ काम करना आसान बनाता है।
Alist Helper एक ऐप है जिसे Flutter का उपयोग करके विकसित किया गया है, जो डेस्कटॉप संस्करण के उपयोग को सरल बनाने के लिए डिज़ाइन किया गया है। इसका उपयोग Alist को प्रबंधित करने के लिए किया जा सकता है, जिससे आप Alist कार्यक्रम को आसानी से शुरू और बंद कर सकते हैं।
एक प्रतिक्रियाशील कैशिंग और डेटा बाइंडिंग फ्रेमवर्क। Riverpod असिंक्रोनस कोड के साथ काम करना आसान बनाता है।
Riverpod_lint Riverpod के उपयोगकर्ताओं के लिए एक विकासकर्मी उपकरण है, जो सामान्य समस्याओं को रोकने और दोहराए जाने वाले कार्यों को सरल बनाने में मदद करता है।
मूल फ़ाइल चयन उपयोग करके फ़ाइल खोलने और सहेजने, या निर्देशिका चुनने के लिए फ्लटर प्लगइन।
अपरिवर्तनीय क्लासेस के लिए कोड जनरेशन जिसमें सरल वाक्यविन्यास / API है बिना विशेषताओं के नुकसान के।
freezed कोड जनरेटर के लिए टिप्पणियाँ। इस पैकेज का कोई काम भी नहीं है बिना freezed के।
एक पैकेज जो आपके Flutter ऐप के लॉन्चर आइकन को अपडेट करने के कार्य को सरल बनाता है।
`json_serializable` पैकेज के माध्यम से JSON कोड उत्पादन का समर्थन करने वाले क्लास और हेल्पर फ़ंक्शन।
डार्ट क्लासेज को एनोटेट करके JSON के बीच में बदलने के लिए स्वचालित कोड उत्पन्न करें।
HTTP अनुरोधों के लिए एक संयोज्य, बहु-प्लेटफॉर्म, Future-आधारित API।
zip, tar, bzip2, gzip और zlib जैसे विभिन्न आर्काइव और संपीड़न प्रारूपों के लिए कोडर और डीकोडर प्रदान करता है।
छोटा, उपयोग में आसान और विस्तार करने योग्य लॉगर जो सुंदर लॉग प्रिंट करता है।
इस प्लगइन के द्वारा फ्लटर डेस्कटॉप एप्लिकेशन सिस्टम ट्रे को परिभाषित कर सकते हैं।
{"sdk":"flutter"}^1.19.0^2.5.4^3.3.1^1.0.0^6.3.1^0.5.2^0.5.1^0.2.0^0.5.1^9.0.0^1.1.0^3.0.0^2.1.2^4.11.0^2.6.2^1.6.0^5.9.2^4.0.9^4.13.0^4.13.0{"sdk":"flutter"}{"sdk":"flutter"}^6.0.0^0.14.1^2.12.2^3.2.5^4.13.0^6.13.0^3.1.3यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
https://github.com/Xmarmalade/alisthelper/assets/16839488/2067509c-756e-48cd-8f20-5ea961f46ef7
English | 简体中文 | CODE_OF_CONDUCT
https://img.shields.io/badge/language-dart-blue.svg?style=for-the-badge&color=00ACC1 Downloads https://img.shields.io/github/downloads/Xmarmalade/alisthelper/total?style=for-the-badge&color=FF2196 GitHub release (latest by date including pre-releases) https://img.shields.io/github/license/Xmarmalade/alisthelper?style=for-the-badge https://img.shields.io/github/stars/Xmarmalade/alisthelper?style=for-the-badge https://img.shields.io/github/issues/Xmarmalade/alisthelper?style=for-the-badge&color=9C27B0
Alist Helper is an application developed using Flutter, designed to simplify the use of the desktop version of alist/openlist. It can manage alist/openlist, allowing you to easily start and stop the alist/openlist program.
Wait, not only alist/openlist, alisthelper also supports rclone management, mounting alist/openlist as a hard drive for use.
| image | image |
|---|---|
| image | image |
Alist Helper includes several useful features:
Free. No tracking. No ads.
Currently, this app is available on Windows and macOS. (You can build it for Linux, but no official support yet.)
Please note that this program does not include the binary files for alist. You will need to download them manually.
Here's a comparison of alisthelper and other solutions.
| alist | alisthelper | alist desktop | |
|---|---|---|---|
| Price | 🆓 Free | 🆓 Free | 💰8$/50¥ |
| Startup at boot | 🛠️ Needs manual configuration | ✅ Supported | ✅ Supported |
| Silent startup | ❌ Not supported | ✅ Supported | ✅ Supported |
| Accompanied startup | ❌ Not supported | ✅ Supported | ✅ Supported |
| GUI | ❌ Not supported | ✅ Supported | ✅ Supported |
| System tray | ❌ Not supported | ✅ Supported | ✅ Supported |
| Startup parameters | 🛠️ Needs manual configuration | ✅ Supported | ❌ Not supported |
| Http proxy | 🛠️ Needs manual configuration | ✅ Supported | ❌ Not supported |
Wiki (Simplified Chinese language)
AlistHelper is an open-source project, and we welcome contributions from anyone who is interested in helping improve the app. Whether you're a developer, a translator, or a documentation writer, there are many ways to get involved.
If you're interested in contributing code to AlistHelper, you'll need to follow these steps:
Fork the repository and install Flutter.
After you have installed Flutter, then you can start this app by typing the following commands:
flutter pub get
dart run build_runner build
flutter run
You can help translating this app to other languages!
_missing_translations_<locale>.json in lib/i18nstrings_<locale>.i18n.json in lib/i18ndart run build_runner buildflutter run@ are not meant to be translated, they are not used in the app in any way, being merely informative text about the file or to give context to the translator.Before you submit a pull request to AlistHelper, please ensure that you have followed these guidelines:
master branch and include a clear summary of the changes made.If you encounter a bug in AlistHelper or have a feature request, please submit an issue to the issue tracker. Please be sure to provide a clear description of the problem or feature request, along with any relevant context or steps to reproduce the issue.