flutter_vasat 0.0.2 copy "flutter_vasat: ^0.0.2" to clipboard
flutter_vasat: ^0.0.2 copied to clipboard

outdated

Vasat SDFK for flutter apps.

vasat #

This is the flutter SDK to interact with a vasat server.

Installation #

Add flutter_map to your pubspec:

dependencies:
  flutter_vasat: any # or the latest version on Pub

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"
     )
 );
1
likes
0
pub points
0%
popularity

Publisher

verified publishervasat.io

Vasat SDFK for flutter apps.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on flutter_vasat