littlefish_feature_terminal_management

A Flutter package that enables terminal management within a business, allowing users to list, filter, and manage linked terminals. Built for the Littlefish Merchant App ecosystem.

Features

  • View and filter terminals linked to a business
  • See terminal detail information
  • Integrates with BLoC state management
  • Customizable UI components for terminal management

Getting Started

Add this package to your pubspec.yaml:

dependencies:
  littlefish_feature_terminal_management:
    path: merchant_features/terminal_management/littlefish_feature_terminal_management

Then run:

flutter pub get

Usage

Import the package:

import 'package:littlefish_feature_terminal_management/terminal_management.dart';

See the example in the lib/presentation/pages/terminal_list_page.dart for integration details.

Dependencies

  • flutter
  • flutter_bloc
  • equatable
  • littlefish_core
  • littlefish_payments
  • intl

License

See LICENSE.

Changelog

See CHANGELOG.md.