incomme_flutter_commerce 0.0.6
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.