Uploadthing is a tool for integrating file uploads into web applications, providing a system to accept and store files through serverless file handling. It manages the end-to-end upload process, from creating backend endpoints to delivering content via a content delivery network. The project utilizes a presigned URL workflow to allow clients to upload files directly to cloud storage, reducing server ingress. It features a route-based validation system to enforce constraints on file types and sizes, alongside middleware for request authorization and secure post-upload callback webhooks. The p
Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components, without requiring Electron or Chromium. It maps Vue components directly to native widgets from the libui library, creating lightweight applications that run on a single-threaded event loop and compile templates at build time for optimized runtime performance. The framework provides a complete Vue.js component-to-native bridge, enabling two-way data binding via v-model, component-based window composition, and platform-specific package generation for distributing executables. It
This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc
Aws-mobile-react-native-starter is a cross-platform mobile framework and application template that connects client interfaces to managed cloud backends. It provides a structured foundation for building mobile applications that run on iOS and Android from a single codebase while integrating with cloud-backed authentication, storage, and database services. The project incorporates modules for managing user identities, multi-factor verification workflows, and sign-in processes through managed identity services. It includes capabilities for executing serverless database operations, managing NoSQL
Flutter File Picker is a cross-platform file selection library that integrates native operating system dialogs into applications. It allows users to pick single or multiple files from device storage or connected cloud services, select directories, and open save-as dialogs to export data.
الميزات الرئيسية لـ miguelpruivo/flutter_file_picker هي: File Save Dialogs, File Pickers, Cross-Platform App Development, Save Location Provisioning, System Dialog Folder Selection, Cross-Platform File Pickers, Cloud Storage File Uploads, Cloud Attachment Selection.
تشمل البدائل مفتوحة المصدر لـ miguelpruivo/flutter_file_picker: pingdotgg/uploadthing — Uploadthing is a tool for integrating file uploads into web applications, providing a system to accept and store files… mimecorg/vuido — Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components,… microsoft/windows-universal-samples — This repository is a comprehensive collection of reference implementations and sample libraries for the Universal… nandorojo/solito — Solito is a cross-platform navigation library and routing bridge that enables the development of mobile apps and web… amazon-archives/aws-mobile-react-native-starter — Aws-mobile-react-native-starter is a cross-platform mobile framework and application template that connects client… mvvmcross/mvvmcross — MvvmCross is a .NET MVVM framework designed for building cross-platform applications by separating business logic from…