incomme_flutter_commerce 0.0.6 copy "incomme_flutter_commerce: ^0.0.6" to clipboard
incomme_flutter_commerce: ^0.0.6 copied to clipboard

A Incomme SDK applications

πŸ›’ Incomme Flutter Commerce Plugin #

incomme_flutter_commerce is a Flutter plugin that provides seamless integration with the Incomme Ecommerce SDK, allowing you to embed ecommerce functionality directly into your Flutter apps for Android and iOS.

This plugin is designed for developers who want to enable features such as product browsing, cart management, checkout, and order tracking through a customizable and easy-to-use interface.


✨ Features #

  • πŸ”Œ Connect your Flutter app to the Incomme ecommerce backend
  • πŸ›οΈ Display product listings, categories, and details
  • 🧺 Add-to-cart, manage cart items, and apply discounts
  • πŸ’³ Handle checkout and payment flows
  • πŸ“¦ Track orders and user activity
  • πŸ”„ Support for both Android and iOS platforms

πŸš€ Getting Started #

To use this plugin in your Flutter project:

1. Add the dependency #

dependencies:
  incomme_flutter_commerce: ^0.0.5

Then run:

flutter pub get

2. Import the package #

import 'package:incomme_flutter_commerce/incomme_flutter_commerce.dart';

3. Initialize the SDK #

IncommeCommerce.init(
  apiKey: 'your_api_key_here',
  environment: Environment.sandbox, // or Environment.production
);

4. Use Ecommerce Features #

// Example: Open the product list screen
IncommeCommerce.showProductList(context);

For full examples, see the example/ directory.


πŸ“± Platform Support #

Platform Supported
Android βœ…
iOS βœ…
Web ❌ (coming soon)

πŸ“š Documentation #

See full documentation and guides on:

πŸ”— pub.flutter-io.cn β†’ incomme_flutter_commerce


πŸ› οΈ Contributing #

We welcome contributions and suggestions! Feel free to open issues or submit pull requests.


πŸ“„ License #

This project is licensed under the MIT License. See the LICENSE file for details.