shared_component 0.8.1
shared_component: ^0.8.1 copied to clipboard
A Flutter package that provides utilities for managing generic widgets for all modules.
SimpliWorks CRM, Deliver, Expense and Store Modules #
A modular Flutter application designed for managing CRM data, recycling processes, and store operations. The app utilizes GetX for state management and routing, with a focus on providing a clean and responsive UI across web and mobile platforms.
Features #
- CRM Module: Manage customer relationships, track visits, and generate reports.
- Recycle Module: Handle recycling processes and monitor recycling statistics.
- Store Module: Manage inventory, track store operations, and process orders.
- Modular Architecture: Each module is independent, allowing for easy updates and deployment.
- Responsive Design: The app adapts seamlessly between mobile and web platforms.
- Timeline Visualization: Display events in a timeline format (horizontal on web, vertical on mobile).
- GetX for State Management: Efficient routing, bindings, and state management across the app.
Installation #
To integrate the modules into your Flutter project, follow these steps:
-
Add the required dependencies in your
pubspec.yaml
:dependencies: flutter: sdk: flutter get: ^4.6.5 responsive_builder: ^0.7.1 syncfusion_flutter_xlsio: ^1.8.0 path_provider: ^2.0.15 intl: ^0.18.1