"OSMEA is not just a framework โ it's an ecosystem."
๐ Live Demo โข ๐ Documentation โข ๐ API Explorer โข ๐ฎ Component Showcase
- ๐ Project Statistics
- ๐ What is OSMEA?
- ๐๏ธ OSMEA Ecosystem Architecture
- ๐ ๏ธ Technology Stack
- โจ Key Features & Benefits
- ๐ Getting Started
- ๐ Architecture & Documentation
- ๐ฆ Package Details
- ๐ Application Showcase
- ๐ค Contributing & Community
- ๐ License & Legal
- ๐ Community & Support
| Metric | Value | Metric | Value |
|---|---|---|---|
| โญ GitHub Stars | 101+ | ๐ด Forks | 23+ |
| ๐ Core Packages | 3 | ๐ Applications | 6 |
| ๐ Open Issues | 7 | ๐ฅ Contributors | Active |
| ๐ Last Updated | Recently | ๐ข License | AGPL v3.0 |
๐ฏ Topics: ecommerce flutter mobile shopify woocommerce supabase
๐ Homepage: https://osmea.masterfabric.co
OSMEA (Open Source Mobile E-commerce Architecture) is a comprehensive Flutter ecosystem for building enterprise-level e-commerce mobile applications. MasterFabric represents the architecture of e-commerce mobile apps with professional, production-ready solutions.
"To provide the ultimate toolkit for Flutter developers to build world-class e-commerce applications faster than ever before."
- ๐๏ธ Enterprise Architecture - Production-ready, scalable structure
- ๐ง 3 Core Packages - APIs, Components, Core utilities
- ๐ 6 Ready Apps - Complete applications for different use cases
- ๐ฑ Cross-Platform - iOS, Android, Web, Desktop support
- ๐ E-commerce Focused - Built specifically for commerce apps
- โ๏ธ Automated Setup - One-command project initialization with
setup.sh - ๐ Multi-Platform Integration - Shopify, WooCommerce, Supabase support
- ๐จ 50+ UI Components - Material Design 3 components ready to use
- ๐งช Testing Framework - Comprehensive testing tools included
- ๐ Rich Documentation - Detailed guides, checklists, and examples
๐ APIs
Backend integration | โ
Production Ready
REST/GraphQL โข Shopify โข WooCommerce โข Auth โข Error handling
๐จ Components
UI component library | โ
Production Ready
50+ components โข Material Design 3 โข Responsive layouts
๐ง Core
Foundation utilities | โ
Production Ready
DI โข Storage โข Analytics โข Theming โข i18n support
| Application | Platform | Status | Purpose |
|---|---|---|---|
| ๐ Admin Dashboard | Web | ๐ Development | Management interface with analytics |
| ๐ API Explorer | Web | โ Ready | API testing & debugging tool |
| ๐ฎ Components App | All Platforms | โ Ready | Interactive component showcase |
| ๐๏ธ Storefront Supabase | iOS/Android | ๐ Development | Supabase-powered e-commerce app |
| ๐ Storefront Woo | iOS/Android | ๐ Development | WooCommerce integration app |
| ๐ Storybook | Web | โ Ready | Component documentation hub |
- โ๏ธ Automated Setup - One-command initialization script
- ๐ Comprehensive Docs - Guides, checklists, examples
- ๐งช Testing Framework - Unit, widget, integration tests
- ๐ Development Rules - Coding standards and guidelines
- ๐ Plugin Documentation - Extension guides
- ๐ Version Logs - Release notes and history
- Flutter 3.19+ - Cross-platform framework with native performance
- Dart - Primary language (99.4% of codebase)
- Material Design 3 - Modern design system with adaptive theming
- BLoC Pattern - Predictable state management for scalable apps
- REST APIs - RESTful service integration with robust error handling
- GraphQL - Modern API query language for efficient data fetching
- Firebase - Backend services, analytics, and real-time features
- Authentication - OAuth 2.0, JWT, and API key support
- Shopify - Full REST and GraphQL API integration
- WooCommerce - WordPress e-commerce platform support
- Supabase - Open source Firebase alternative
- Custom APIs - Flexible integration layer for any backend
- GitHub Actions - CI/CD pipelines for automated deployment
- TypeScript (0.4%) - Tooling and configuration scripts
- Shell Scripts (0.1%) - Automation with setup.sh
- Ruby (0.1%) - Fastlane deployment automation
- Flutter Test - Comprehensive testing suite
- Flutter Lints - Code quality enforcement
- โก Rapid Development - Build 70% faster with pre-built components and templates
- ๐ง Modular Architecture - Use only what you need, plug-and-play design
- โ๏ธ One-Command Setup - Automated project initialization with
setup.sh - ๐ Rich Documentation - Comprehensive guides, checklists, and API references
- ๐งช Built-in Testing - Unit, widget, and integration test frameworks included
- ๐ฏ Type Safety - Full type safety with Dart for robust applications
- ๐ Hot Reload - Instant feedback during development
- ๐ Development Rules - Coding standards and best practices included
- ๐ช Multi-Platform Support - Shopify, WooCommerce, Supabase integrations
- ๐จ 50+ UI Components - Production-ready e-commerce UI components
- ๐ Authentication System - Secure user management and session handling
- ๐ Analytics Integration - Firebase Analytics built-in for insights
- ๐ณ Payment Processing - Multiple gateway support (Stripe, PayPal, etc.)
- ๐๏ธ Product Management - Catalog, search, filtering, and cart functionality
- ๐ฆ Order Processing - Complete order management and tracking
- โญ Wishlist Support - Save and manage favorite items
- ๐ฑ Native Performance - iOS and Android optimization for smooth experience
- ๐ Web Support - Progressive Web App (PWA) with responsive design
- ๐ฅ๏ธ Desktop Ready - Windows, macOS, Linux support from single codebase
- ๐จ Adaptive UI - Automatic platform-specific styling and behaviors
- ๐ Internationalization - Multi-language support with slang integration
- ๐ Responsive Layouts - Works beautifully on all screen sizes
- ๐ฏ Material Design 3 - Modern design system with dynamic theming
- ๐ Offline Support - Core functionality available without internet
osmea/
โโโ ๐ฆ packages/ # 3 Core Packages
โ โโโ apis/ # API integration layer
โ โ โโโ lib/
โ โ โ โโโ src/
โ โ โ โ โโโ shopify/ # Shopify API integration
โ โ โ โ โโโ woocommerce/ # WooCommerce API integration
โ โ โ โ โโโ core/ # Shared API utilities
โ โ โ โโโ apis.dart
โ โ โโโ analysis_options.yaml
โ โ โโโ build.yaml
โ โ โโโ codegen.yaml
โ โ โโโ pubspec.yaml
โ โ
โ โโโ components/ # UI component library
โ โ โโโ lib/
โ โ โ โโโ src/
โ โ โ โ โโโ buttons/ # Button components
โ โ โ โ โโโ cards/ # Card components
โ โ โ โ โโโ forms/ # Form components
โ โ โ โ โโโ layouts/ # Layout components
โ โ โ โ โโโ navigation/ # Navigation components
โ โ โ โโโ components.dart
โ โ โโโ assets/ # Component assets
โ โ โโโ pubspec.yaml
โ โ
โ โโโ core/ # Foundation utilities
โ โโโ lib/
โ โ โโโ src/
โ โ โ โโโ analytics/ # Firebase Analytics
โ โ โ โโโ auth/ # Authentication
โ โ โ โโโ di/ # Dependency Injection
โ โ โ โโโ i18n/ # Internationalization
โ โ โ โโโ storage/ # Local storage
โ โ โ โโโ theme/ # Theme system
โ โ โโโ core.dart
โ โโโ assets/ # Core assets
โ โโโ slang.yaml # i18n configuration
โ โโโ pubspec.yaml
โ
โโโ ๐ projects/ # 6 Ready-to-Use Applications
โ โโโ admin_dashboard/ # ๐ Management interface (Web)
โ โ โโโ lib/
โ โ โโโ assets/
โ โ โโโ pubspec.yaml
โ โ
โ โโโ api_explorer/ # ๐ API testing tool (Web)
โ โ โโโ lib/
โ โ โโโ assets/
โ โ โโโ pubspec.yaml
โ โ
โ โโโ components_app/ # ๐ฎ Component showcase (All platforms)
โ โ โโโ lib/
โ โ โโโ assets/
โ โ โโโ android/
โ โ โโโ ios/
โ โ โโโ pubspec.yaml
โ โ
โ โโโ storefront_supabase/ # ๐๏ธ Supabase e-commerce (Mobile)
โ โ โโโ lib/
โ โ โโโ assets/
โ โ โโโ android/
โ โ โโโ ios/
โ โ โโโ pubspec.yaml
โ โ
โ โโโ storefront_woo/ # ๐ WooCommerce app (Mobile)
โ โ โโโ lib/
โ โ โโโ assets/
โ โ โโโ android/
โ โ โโโ ios/
โ โ โโโ pubspec.yaml
โ โ
โ โโโ storybook/ # ๐ Documentation hub (Web)
โ โโโ lib/
โ โโโ assets/
โ โโโ pubspec.yaml
โ
โโโ ๐ docs/ # Documentation & Resources
โ โโโ assets/ # Images, logos, banners
โ โโโ checklists/ # Development checklists
โ โ โโโ core_components_checklist.md
โ โ โโโ layout_utilities_checklist.md
โ โ โโโ shopify_rest_api_checklist.md
โ โ โโโ woocommerce_api_postman_checklist.md
โ โ โโโ woocommerce_rest_api_checklist.md
โ โโโ guidance/ # Setup & configuration guides
โ โ โโโ permission_handler_guidance.md
โ โ โโโ woocommerce_setup_guide_macos.md
โ โ โโโ woocommerce_setup_guide_windows.md
โ โ โโโ woocommerce_wishlist_plugin_guide.md
โ โโโ plugins/ # Plugin documentation
โ โ โโโ masterfabric-wishlist/
โ โ โโโ osmea-app-config-manager/
โ โโโ versions/ # Version logs & release notes
โ โโโ version-logs.md
โ
โโโ ๐ website/ # Project website (Next.js)
โ โโโ src/
โ โ โโโ app/
โ โ โโโ components/
โ โ โโโ styles/
โ โโโ public/
โ โโโ package.json
โ โโโ next.config.ts
โ โโโ tsconfig.json
โ
โโโ ๐ rules/ # Development rules & guidelines
โ โโโ osmea_components_usage.cursorrules
โ โโโ osmea-apis-network.cursorrules
โ โโโ osmea-color-system.cursorrules
โ โโโ osmea-components-ui.cursorrules
โ โโโ osmea-core-foundation.cursorrules
โ โโโ osmea-packages-general.cursorrules
โ โโโ osmea-sizer-extensions.cursorrules
โ โโโ osmea-text-extensions.cursorrules
โ โโโ osmea-text-system.cursorrules
โ โโโ osmea-website-nextjs.cursorrules
โ
โโโ โ๏ธ setup.sh # Automated setup script
โโโ ๐ README.md # This file
โโโ ๐ CONTRIBUTING.md # Contribution guidelines
โโโ ๐ CODE_OF_CONDUCT.md # Community standards
โโโ ๐ SECURITY.md # Security policy
โโโ โ๏ธ LICENSE # AGPL v3.0 license
โโโ ๐ commits.md # Commit message guidelines
โโโ ๐ pull_request_template.md # PR templateOSMEA provides comprehensive documentation organized into several categories:
๐ Checklists - docs/checklists/
Step-by-step guides for implementation and verification:
- Core Components - UI component implementation checklist
- Layout Utilities - Responsive layout system guide
- Shopify REST API - Shopify integration checklist
- WooCommerce API - WooCommerce setup and testing
- Postman Collections - API testing with Postman
๐ฏ Guidance - docs/guidance/
Detailed setup and configuration tutorials:
- Permission Handler - Mobile permissions setup
- WooCommerce Setup - macOS and Windows guides
- Wishlist Plugin - WordPress plugin integration
๐ Plugins - docs/plugins/
Custom plugin documentation:
- MasterFabric Wishlist - WordPress wishlist plugin
- OSMEA App Config Manager - App configuration plugin
๐ Versions - docs/versions/
Release notes and version history:
- Version logs with detailed changelogs
- Migration guides between versions
OSMEA follows industry best practices and design principles:
| Principle | Implementation | Benefits |
|---|---|---|
| ๐๏ธ Clean Architecture | Separation of Concerns, Domain-Driven Design, Dependency Rule | Clear layer boundaries, business logic isolation, testability |
| โก SOLID Principles | Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion | Maintainable code, easy to extend, reduced coupling |
| ๐ State Management | BLoC Pattern, Predictable State, Reactive Programming | Clear state transitions, stream-based architecture, scalability |
| ๐ Dependency Injection | Injectable code generation, GetIt service locator | Loose coupling, easy testing, flexible architecture |
| ๐งฉ Modular Design | Package structure, Plugin architecture, Composition over inheritance | Extensible system, reusable components, maintainability |
- Flutter SDK 3.19.0 or higher (Install Flutter)
- Dart SDK 2.17.0 or higher (comes with Flutter)
- Git for version control
- Android Studio or VS Code with Flutter extensions
- Xcode (for iOS development on macOS)
- Node.js (for website development)
# Clone the repository
git clone https://github.com/masterfabric-mobile/osmea.git
cd osmea
# Run automated setup script
chmod +x setup.sh
./setup.sh
# Start developing! ๐The setup.sh script will:
- โ Install all package dependencies
- โ Generate required code files
- โ Set up project configurations
- โ Verify Flutter installation
- โ Run initial health checks
# Install core package dependencies
cd packages/core && flutter pub get && cd ../..
cd packages/apis && flutter pub get && cd ../..
cd packages/components && flutter pub get && cd ../..
# Generate code with build_runner
cd packages/apis && flutter pub run build_runner build --delete-conflicting-outputs && cd ../..
cd packages/core && flutter pub run build_runner build --delete-conflicting-outputs && cd ../..
# Install application dependencies
cd projects/components_app && flutter pub get && cd ../..
cd projects/storefront_woo && flutter pub get && cd ../..Experience OSMEA without installation:
- ๐ฎ Components Showcase - Interactive component playground
- ๐ API Explorer - API testing interface
- ๐ Storybook - Component documentation
# For interactive component showcase
cd projects/components_app
flutter run
# For API testing and exploration
cd projects/api_explorer
flutter run --platform web
# For WooCommerce storefront
cd projects/storefront_woo
flutter run --flavor dev # Development environment
flutter run --flavor prod # Production environment
# For Supabase storefront
cd projects/storefront_supabase
flutter run
# For component documentation
cd projects/storybook
flutter run --platform web
# For admin dashboard
cd projects/admin_dashboard
flutter run --platform web# Run tests
flutter test
# Generate code (after model changes)
flutter pub run build_runner build --delete-conflicting-outputs
# Build for production
flutter build apk --release # Android
flutter build ios --release # iOS
flutter build web --release # Web
flutter build macos --release # macOS
flutter build windows --release # Windows
flutter build linux --release # Linux
# Format code
flutter format .
# Analyze code
flutter analyze๐จ OSMEA Components
50+ production-ready UI components for building beautiful Flutter applications.
- ๐จ Rich Component Library: Buttons, cards, forms, layouts, navigation
- ๐ฑ Responsive Design: Mobile-first with adaptive layouts
- ๐ฏ Type Safe: Full type safety with Dart
- ๐ง Highly Customizable: Extensive theming and styling options
- โฟ Accessible: WCAG compliance and screen reader support
- ๐จ Material Design 3: Latest design system implementation
- Buttons: Primary, secondary, text, icon, floating action buttons
- Cards: Product cards, content cards, media cards
- Forms: Text fields, dropdowns, checkboxes, radio buttons
- Layouts: Grids, lists, responsive containers
- Navigation: Bottom bars, app bars, drawers, tabs
- Feedback: Snackbars, dialogs, loading indicators
- E-commerce: Product cards, cart items, checkout forms
dependencies:
osmea_components:
git:
url: https://github.com/masterfabric-mobile/osmea.git
path: packages/components๐ง OSMEA Core
Essential utilities, base classes, and shared logic for OSMEA applications.
- ๐๏ธ Clean Architecture: Structured foundation for scalable apps
- ๐ Internationalization: Multi-language support with slang
- ๐พ Storage Solutions: Local storage, preferences, secure storage
- ๐ Authentication: User management and session handling
- ๐ Analytics: Firebase Analytics integration
- ๐จ Dynamic Theming: Runtime theme switching and customization
- ๐ง Dependency Injection: Injectable-based DI setup
- Analytics: Firebase Analytics tracking and events
- Auth: Authentication providers and user management
- DI: Dependency injection configuration
- i18n: Internationalization with slang
- Storage: Local data persistence
- Theme: Dynamic theme system with Material Design 3
- Utils: Helper functions and extensions
dependencies:
core:
git:
url: https://github.com/masterfabric-mobile/osmea.git
path: packages/core๐ OSMEA APIs
Comprehensive API network layer for e-commerce applications.
- ๐ Multi-Platform: Shopify, WooCommerce, Supabase integrations
- ๐ Dual Protocol: REST and GraphQL support
- ๐ Security First: OAuth 2.0, JWT, API key authentication
- ๐ Request Logging: Network debugging and monitoring
- ๐ง DI Architecture: Injectable-based service layer
- ๐ก๏ธ Error Handling: Comprehensive error management
- โก Performance: Request caching and rate limiting
- Shopify: Full REST and GraphQL API integration
- WooCommerce: Complete WordPress e-commerce API
- Supabase: Open source backend integration
- Custom APIs: Flexible adapter pattern for any backend
- Products: CRUD operations, search, filtering
- Orders: Order management, status tracking
- Customers: User authentication and profiles
- Cart: Shopping cart operations
- Payments: Payment gateway integration
- Webhooks: Event-driven updates
dependencies:
apis:
git:
url: https://github.com/masterfabric-mobile/osmea.git
path: packages/apis๐ Admin Dashboard - Management interface | ๐ Web | ๐ In Development
Comprehensive management interface for e-commerce operations
Purpose: Store management, analytics, and administration
Key Features:
- ๐ Analytics Dashboard: Sales metrics, customer insights
- ๐ฆ Product Management: CRUD operations, inventory tracking
- ๐ฅ Customer Profiles: User management and history
- ๐ Order Processing: Order management and fulfillment
- ๐ฐ Revenue Tracking: Financial reports and analytics
- โ๏ธ Settings: Store configuration and preferences
๐ API Explorer - API testing tool | ๐ Web | โ Production Ready
Interactive API testing and exploration tool
Purpose: API testing, debugging, and documentation
Key Features:
- ๐ Multi-Platform Support: Test Shopify, WooCommerce, Supabase APIs
- ๐ Request Builder: Interactive API request construction
- ๐ Debugging Tools: Network inspection and error analysis
- ๐ Response Viewer: JSON formatter and visualizer
- ๐พ Request History: Save and replay API requests
- ๐ API Documentation: Integrated API reference
๐ฎ Components App - Interactive showcase | ๐ฑ All Platforms | โ Production Ready | ๐ Live Demo
Interactive showcase of all OSMEA components
Purpose: Component exploration and testing
Key Features:
- ๐จ Live Preview: Real-time component rendering
- ๐๏ธ Customization Controls: Interactive property adjustment
- ๐ฑ Responsive Testing: View on different screen sizes
- ๐จ Theme Switching: Test light and dark themes
- ๐ Code Examples: Copy-paste ready code snippets
- ๐ Search: Quick component discovery
๐ Try it now: https://components.masterfabric.co
๐๏ธ Storefront Supabase - Supabase e-commerce | ๐ฑ iOS, Android | ๐ In Development
Modern e-commerce app powered by Supabase
Purpose: Full-featured e-commerce mobile application
Key Features:
- ๐ช Product Catalog: Browse, search, filter products
- ๐ Shopping Cart: Add, remove, update quantities
- ๐ณ Checkout: Secure payment processing
- ๐ค User Accounts: Registration, login, profiles
- ๐ฆ Order History: Track orders and shipments
- โญ Wishlist: Save favorite products
- ๐ Push Notifications: Order updates and promotions
๐ Storefront Woo - WooCommerce app | ๐ฑ iOS, Android | ๐ In Development
Complete WooCommerce mobile application
Purpose: WordPress WooCommerce integration
Key Features:
- ๐ช WooCommerce Integration: Full REST API integration
- ๐ E-commerce Features: Complete shopping experience
- ๐ณ Payment Gateways: Multiple payment options
- ๐ฆ Order Management: Complete order lifecycle
- ๐ค WordPress Auth: Seamless user authentication
- ๐จ Customizable: Brand-specific theming
- ๐ Multi-language: i18n support
๐ Storybook - Documentation hub | ๐ Web | โ Production Ready
Component documentation and testing hub
Purpose: Component documentation and visual testing
Key Features:
- ๐ Comprehensive Docs: Detailed component documentation
- ๐จ Visual Testing: Component state visualization
- ๐ API Reference: Props and usage guidelines
- ๐ Search: Quick documentation access
- ๐ก Examples: Real-world usage scenarios
- ๐จ Theme Preview: Test components in different themes
We welcome contributions from the community! Here's how you can help:
-
๐ด Fork the Repository
git clone https://github.com/masterfabric-mobile/osmea.git cd osmea -
๐ฟ Create a Feature Branch
git checkout -b feature/amazing-feature
-
๐ป Make Your Changes
- Follow our coding standards
- Write tests for new features
- Update documentation
- Follow the commit guidelines
-
๐งช Test Your Changes
flutter test flutter analyze -
๐ Update Documentation
- Add/update relevant documentation
- Include code examples
- Update CHANGELOG if applicable
-
๐ Submit a Pull Request
- Use the PR template
- Provide clear description
- Link related issues
- Request reviews
Check out our Issues for:
- ๐ Bug Fixes - Help improve stability and reliability
- โจ New Features - Add exciting functionality
- ๐ Documentation - Improve guides and examples
- ๐จ UI Components - Create new components
- ๐งช Testing - Increase test coverage
- ๐ Translations - Add language support
- ๐ง Performance - Optimize existing code
- โฟ Accessibility - Improve accessibility features
- ๐ Contributing Guide - Detailed contribution instructions
- ๐ Code of Conduct - Community standards and expectations
- ๐ Security Policy - Security reporting guidelines
- ๐ Commit Guidelines - How to write good commit messages
- Code Style: Follow Effective Dart guidelines
- Testing: Write unit tests for business logic, widget tests for UI
- Documentation: Document public APIs with clear examples
- Commit Messages: Use Conventional Commits
- Pull Requests: Keep PRs focused and reasonably sized
Contributors are recognized in:
- GitHub contributors page
- Project documentation
- Release notes
- Community showcases
๐ License: GNU Affero General Public License v3.0
๐ This project is open source under AGPL v3.0 license.
If you use this project in production, you must open source your modifications.
- ๐ Full License: LICENSE file
- ๐ข Copyright: ยฉ 2025 MasterFabric Mobile
- ๐ Official Website: https://osmea.masterfabric.co
- ๐ง Contact: support@masterfabric.co
-
๐ Documentation - Complete guides and API references
- ๐ Checklists - Implementation and verification guides
- ๐ฏ Guidance - Setup and configuration tutorials
- ๐ Plugins - Extension documentation
- ๐ Versions - Release notes and history
-
๐ฎ Live Demo - Interactive component showcase
-
๐ Component Storybook - Component documentation and testing
-
๐ API Explorer - API testing and exploration tool
- ๐ Report Issues - Bug reports and feature requests
- ๐ฌ Discussions - Community discussions and Q&A
- ๐ง Contact - Direct support and inquiries
- ๐ Security - Security vulnerability reports
- ๐ Contributing Guide - How to contribute to OSMEA
- ๐ Code of Conduct - Community guidelines and expectations
- ๐ Security Policy - Security reporting procedures
- ๐ Commit Guidelines - Commit message conventions
- ๐ Pull Request Template - PR submission guide
OSMEA is designed to serve a wide range of developers and use cases:
- โ Startups - Build MVPs faster with pre-built components
- โ Agencies - Manage multiple client storefronts efficiently
- โ Enterprises - Scale with modular architecture
- โ Freelancers - Deliver projects quickly with ready solutions
- โ Open Source Contributors - Join and shape the ecosystem
- โ Students & Learners - Learn e-commerce app development
- Mobile storefronts for Shopify and WooCommerce
- Custom marketplace applications
- B2B and B2C commerce platforms
- Cross-platform iOS and Android applications
- Progressive Web Apps (PWA)
- Hybrid mobile solutions
- Admin dashboards and management interfaces
- API exploration and testing tools
- Component documentation portals
- Store management tools
- Internal business applications
- Analytics and reporting dashboards
๐ Try Live Demo โ
Experience all components in action with our interactive demo application.
Start building your e-commerce app today!
Built with โค๏ธ by the OSMEA Team
MasterFabric represents the architecture of e-commerce mobile apps.
ยฉ 2025 MasterFabric Mobile โข Maintained by the OSMEA Engineering Team
๐ Website โข ๐ Documentation โข ๐ Issues โข ๐ฌ Discussions