digit_dss

Creator: coderz1093

Last updated:

0 purchases

digit_dss Image
digit_dss Images

Languages

Categories

Add to Cart

Description:

digit dss

Digit DSS #
DSS Dashboard for campaign management
Features #

Dashboard Metric and Table Charts support

Getting Started #
To use this package, add the following dependency to your pubspec.yaml file:
dependencies:
digit_dss: ^any
copied to clipboard
Usage #
To Navigate to any screens of the package:
First add digit_dss_router to your main app router
Navigate to the required screen using the below code and pass the required data:
context.router.push(UserDashboardRoute(),);
copied to clipboard
Digit DSS package requires below data to be passed from main app:

String? _tenantId;
String? _projectId;
String? _actionPath;
String? _appVersion;
ProjectModel? _selectedProject;
DashboardConfigSchema? _dashboardConfig;
copied to clipboard
To set the required data use:
DashboardSingleton().setInitialData();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.