redltd_rilac 0.0.4
redltd_rilac: ^0.0.4 copied to clipboard
A Flutter plugin for the Rilac SDK.(https://redtechnologies.tech/).
redltd_rilac #
RilacPMS(Point Management System)
Getting Started #
Use
import 'package:redltd_rilac/redltd_rilac.dart';
RedltdRilac.config(baseURL: "", userName: "", userPassword: "", module: "", customerMobileNumber: "");
| Variable Name | Description | Default Value |
|---|---|---|
baseURL |
provide from service holder | localhost |
userName |
provide from service holder | your-userName |
userPassword |
provide from service holder | your-userPassword |
module |
provide from service holder | your-api-key |
customerMobileNumber |
Login User number | your-loginNumber |
Example: #
for more visit Rilac Documentation
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.