2 रिपॉजिटरी
Managing UI and business logic state specifically during navigation transitions across different platforms.
Distinct from Screen State Managers: Focuses on the interaction between routing and state persistence across screens, rather than just transient screen state.
Explore 2 awesome GitHub repositories matching data & databases · Cross-Platform Navigation State. Refine with filters or upvote what's useful.
यह प्रोजेक्ट Flutter फ्रेमवर्क और Dart भाषा का अध्ययन करने वाले डेवलपर्स के लिए डिज़ाइन किए गए शिक्षण संसाधनों, डॉक्यूमेंटेशन और बॉयलरप्लेट टेम्पलेट्स का एक संग्रह है। यह क्रॉस-प्लेटफॉर्म मोबाइल एप्लिकेशन्स बनाने में सहायता के लिए इंस्टॉलेशन गाइड्स, कॉन्फ़िगरेशन ट्यूटोरियल्स और संदर्भ सामग्रियों का एक व्यापक सेट प्रदान करता है। यह रिपॉजिटरी व्यावहारिक उदाहरणों की एक विस्तृत श्रृंखला के माध्यम से खुद को अलग करती है, जिसमें Dart भाषा व्याकरण प्रदर्शन, क्रॉस-प्लेटफॉर्म UI पैटर्न्स और प्रोजेक्ट टेम्पलेट्स शामिल हैं। यह विशेष रूप से नेटिव प्लेटफॉर्म प्लगइन्स को लागू करने और मेथड चैनल्स का उपयोग करके हार्डवेयर फीचर्स को ब्रिज करने के लिए सैंपल कोड प्रदान करती है। कोडबेस स्टेट-ड्रिवन UI रेंडरिंग और विजेट-आधारित लेआउट निर्माण सहित डेवलपमेंट क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें नेविगेशन रूटिंग, SQLite और शेयर्ड प्रेफरेंसेज के माध्यम से स्थानीय डेटा पर्सिस्टेंस, और पुश नोटिफिकेशन्स व हार्डवेयर सेंसर्स के लिए सिस्टम-लेवल एकीकरण के कार्यान्वयन शामिल हैं। यह प्रोजेक्ट स्थानीय मशीनों पर एक समान सेटअप सुनिश्चित करने के लिए एनवायरनमेंट कॉन्फ़िगरेशन, डेवलपमेंट टूलिंग सत्यापन और लॉजिक टेस्टिंग के लिए सामग्री भी प्रदान करता है।
Implements application routing and data persistence to manage information flow across different screens.
Workflow-kotlin is a cross-platform state management and UI binding framework for Kotlin that models application navigation, background tasks, and screen rendering through composable, hierarchical state machines. The architecture drives application behavior by flowing immutable data downward to declarative user interfaces and routing user interactions upward through named event handlers. The library includes multiplatform target support for compiling shared code across operating systems, along with asynchronous operation execution that handles background tasks safely outside render passes. I
Manages navigation, background tasks, and reactive rendering through nested state machines.