flutter_magento_marketplace 1.2.0
flutter_magento_marketplace: ^1.2.0 copied to clipboard
DEPRECATED: This package has been merged into flutter_magento. Use flutter_magento ^3.6.0 instead. Flutter library for Magento 2 Marketplace functionality with multi-seller support, subdomains, rating [...]
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2025-10-17 #
Deprecated #
- ENTIRE PACKAGE DEPRECATED: This package has been merged into the main
flutter_magentopackage. - All functionality is now available in
flutter_magentoversion 3.6.0 and higher. - Please migrate to using
flutter_magentodirectly. - This package will no longer receive updates or bug fixes.
Migration #
- Replace
import 'package:flutter_magento_marketplace/flutter_magento_marketplace.dart';withimport 'package:flutter_magento/flutter_magento.dart'; - All classes, widgets, and functionality remain exactly the same
- Update your
pubspec.yamlto useflutter_magento: ^3.6.0instead
1.1.0 - 2025-10-13 #
Changed #
- Updated
flutter_magentodependency from 3.0.1 to 3.5.4 - Improved compatibility with latest Magento API features
1.0.0 - 2024-12-19 #
Added #
- Initial release of Flutter Magento Marketplace library
- Multi-seller support with subdomain handling
- Seller management and profile functionality
- Marketplace home screen with seller listings
- Seller card widget for displaying seller information
- Core marketplace client for API communication
- Marketplace configuration management
- Exception handling for marketplace operations
- Riverpod state management integration
- Seller service for API interactions
- Marketplace utilities and helper functions
- Comprehensive documentation and examples
Features #
- Support for Magento 2 Marketplace functionality
- Multi-seller marketplace architecture
- Subdomain-based seller stores
- Seller ratings and reviews system
- Messaging system between buyers and sellers
- Commission tracking and management
- Responsive UI components
- State management with Riverpod
- Local storage with Hive
- Image handling and caching
- Internationalization support