c2c_sdk_client 1.0.2
c2c_sdk_client: ^1.0.2 copied to clipboard
Build plugin get api for client.
Dart SDK implementation for C2C PLATFORM - It provides APIs to communicate with the internal server so that the application can quickly connect and use it. Suitable for Flutter Web/Mobile/Desktop.
Getting started #
Add dependency:
1dependencies:
2 c2c_sdk_client: ^1.0.1 #latest version in this time
Add import package:
1import 'package:c2c_sdk_client/sdk_client.dart';