littlefish_feature_products 1.0.2 copy "littlefish_feature_products: ^1.0.2" to clipboard
littlefish_feature_products: ^1.0.2 copied to clipboard

PlatformAndroid
unlisted

Products feature package for littlefish merchant app. Contains product-related business logic, UI components, and state management.

littlefish_feature_products #

Products feature package for the littlefish merchant app.

Overview #

This package contains product-related business logic, UI components, services, and state management for the littlefish merchant application.

Structure #

The package follows a clean architecture pattern with the following folders:

  • state/ - Redux state management (actions, reducers, middleware, selectors)
  • ui/ - Flutter widgets and screens for product features
  • services/ - Business logic and API service implementations
  • models/ - Data models and entities for products

Dependencies #

This package depends on:

  • littlefish_core - Core utilities and shared functionality
  • redux / flutter_redux - State management
  • redux_thunk - Async action support

Usage #

Add this package to your pubspec.yaml:

dependencies:
  littlefish_feature_products:
    path: ../features/products/littlefish_feature_products

Getting Started #

Import the package in your Dart code:

import 'package:littlefish_feature_products/littlefish_feature_products.dart';
0
likes
110
points
10
downloads

Documentation

API reference

Publisher

verified publisherlittlefishapp.com

Weekly Downloads

Products feature package for littlefish merchant app. Contains product-related business logic, UI components, and state management.

Homepage
Repository (GitHub)

License

unknown (license)

Dependencies

collection, equatable, fast_contacts, flutter, flutter_redux, flutter_svg, intl, littlefish_core, littlefish_core_utils, littlefish_feature_models, littlefish_icons, quiver, redux, redux_thunk, uuid

More

Packages that depend on littlefish_feature_products