orderly_case_management_operator_inbox 1.0.1+20260731.18 copy "orderly_case_management_operator_inbox: ^1.0.1+20260731.18" to clipboard
orderly_case_management_operator_inbox: ^1.0.1+20260731.18 copied to clipboard

unlisted

Flutter overlay and GenUI components for Orderly Case Management operator inbox workflows.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:orderly_case_management_operator_inbox/orderly_case_management_operator_inbox.dart';

void main() {
  runApp(const ExampleApp());
}

class ExampleApp extends StatelessWidget {
  const ExampleApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: CaseManagementOperatorInboxOverlay(
        endpoint: Uri.parse('https://case-management.example.com'),
        authTokenReader: () async => 'replace-with-runtime-token',
        child: const Scaffold(body: Center(child: Text('Warehouse app'))),
      ),
    );
  }
}
0
likes
140
points
197
downloads

Documentation

API reference

Publisher

verified publisherorderly.shop

Weekly Downloads

Flutter overlay and GenUI components for Orderly Case Management operator inbox workflows.

Repository (GitHub)

License

unknown (license)

Dependencies

fixnum, flutter, flutter_svg, genui, grpc, json_schema_builder, orderly_core_contracts, protobuf

More

Packages that depend on orderly_case_management_operator_inbox