flutter_vasat

Last updated:

0 purchases

flutter_vasat Image
flutter_vasat Images
Add to Cart

Description:

flutter vasat

vasat #
This is the flutter SDK to interact with a vasat server.
Installation #
Add flutter_vasat to your pubspec:
dependencies:
flutter_vasat: any # or the latest version on Pub
copied to clipboard
Remember to execute pub get
Setup #
Somewhere in your main class
var myVasat = Vasat(
config: VasatConfig(
host: "https://app.trackonus.com",
clientId: "palmerston_app",
clientSecret: "DFGH5678zxczx9889GHDF"
)
);
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.