cross_file
कई प्लेटफॉर्मों पर फ़ाइलों के साथ काम करने की अनुमति देने के लिए एक अबस्ट्रैक्शन।
POSP आधिकारिक नोट्स ऐप, जल्द ही शामिल किया जाएगा
कई प्लेटफॉर्मों पर फ़ाइलों के साथ काम करने की अनुमति देने के लिए एक अबस्ट्रैक्शन।
image_picker का वेब प्लेटफॉर्म अनुक्रमण
v1.1.0होम स्क्रीन पर शॉर्टकट बनाने के लिए फ्लटर प्लगइन, जिसे iOS पर क्विक एक्शन और एंड्रॉइड पर ऐप शॉर्टकट के रूप में भी जाना जाता है।
ड्रिफ्ट डार्ट और फ्लटर एप्लिकेशन में संबंधित डेटा स्टोर करने के लिए एक प्रतिक्रियाशील लाइब्रेरी है।
डेस्कटॉप और यूनिट परीक्षण के लिए FFI आधारित sqflite कार्यान्वयन।
MobX के लिए Flutter इंटीग्रेशन। यह ट्रैक किए गए ओब्जर्वेबल्स में परिवर्तन होने पर स्वचालित रूप से पुनर्निर्माण करने वाले Observer विजेट्स का सेट प्रदान करता है।
MobX एक पुस्तकालय है जो आपके अनुप्रयोगों के राज्य को प्रतिक्रियाशील ढंग से प्रबंधित करता है। डार्ट और फ्लटर ऐप्स को सुपरचार्ज करने के लिए ऑब्जर्वेबल, एक्शन और रिएक्शन की शक्ति का उपयोग करें।
MobX के लिए कोड जनरेटर जो @observable, @computed, @action के साथ आपके कोड को टैग करने और स्टोर क्लासेस बनाने का समर्थन करता है।
v0.13.0मैटेरियल डिज़ाइन 3 रंग प्रणाली को संचालित करने वाले एल्गोरिदम और उपयोगिताएं, जिसमें छवियों से थीम रंग चुनना और रंगों के टोन बनाना शामिल है; सभी एक नए रंग अंतरिक्ष में।
v0.1.6Flutter डेस्कटॉप के साथ कस्टम विंडोज़ बनाने में मदद करने वाला पैकेज (कस्टम बॉर्डर, टाइटलबार और छोटा/बड़ा/बंद बटन) और Windows और macOS के लिए सामान्य डेस्कटॉप विंडो ऑपरेशन (स्क्रीन पर दिखाना/छिपाना/स्थिति) के लिए
v0.9.1एक छवि के स्थानापन्न का संक्षिप्त प्रतिनिधित्व। मीडियम द्वारा उपयोग किए जाने वाले तरीके के अनुसार 30 अक्षरों से कम ब्लर्री छवि को कोड करें
v3.1.1एक फ्लटर ग्रिड व्यू जो तेजी से वॉलफॉल लेआउट बनाता है।
{"git":"https://github.com/PotatoProject/animated_vector"}^2.0.2^3.1.11^6.0.0^4.0.1^0.1.1+1^1.1.0^1.15.0^0.3.2^2.0.5^1.0.4^3.0.0^4.0.4^1.4.0^4.3.3^0.8.4+3^0.0.2^0.8.2+2^0.8.2{"sdk":"flutter"}^0.7.0^5.1.1^9.2.0{"sdk":"flutter"}^2.0.4^0.6.1^0.13.3^3.2.0^0.8.4+7^2.1.5^2.1.1^3.0.0^0.17.0^4.4.0{"git":"https://github.com/HrX03/liblymph"}^1.1.10{"git":"https://github.com/HrX03/loggy"}^0.1.3^5.0.6595^2.0.6+1^0.1.0^1.4.2^1.8.2^1.0.0^2.0.8^0.6.0+9^4.0.0^4.0.8^2.0.13^2.0.2^2.1.0+2^0.5.1^1.5.1^0.13.1^1.0.0+1^6.0.18^3.0.4^3.0.2{"git":"https://github.com/gargakshit/webcrypto.dart"}^0.2.5^6.1.0{"git":{"url":"https://github.com/HrX03/yatl","path":"yatl"}}{"git":{"url":"https://github.com/HrX03/yatl","path":"yatl_flutter"}}^2.1.7{"sdk":"flutter"}^6.1.4{"git":"https://github.com/HrX03/liblymph_gen"}^1.8.2^2.0.5+2^5.0.17यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
POSP official notes application, written in flutter, beautiful, fast and secure.
Before anything, be sure to have a working flutter sdk setup.
Be sure to disable signing on build.gradle or change keystore to sign the app.
For now the required flutter channel is master, so issue those two commands before starting building:
~$ flutter channel master
~$ flutter upgrade
After that, building is simple as this:
~$ flutter pub get
~$ flutter run # for debug
~$ flutter build apk --flavor dev # release build with dev flavor (available flavors are dev, production and ci)
After adding or updating the locales, run the following command from Leaflet root dir:
dart bin/locale_gen.dart
This will generate and update the required files
The entire app and even the online sync api is completely open source.
Feel free to open a PR to suggest fixes, features or whatever you want, just remember that PRs are subjected to manual review so you gotta wait for actual people to look at your contributions
For translations, head over to our Crowdin.
If you want to receive the latest news head over to our Telegram channel, if you want to chat we even got the Telegram group.