studentvue 1.0.6 studentvue: ^1.0.6 copied to clipboard
An API based around the official StudentVUE's SOAP API. Automatically makes requests in the form of XML and automatically parses XML response into objects.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add studentvue
With Flutter:
$ flutter pub add studentvue
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
studentvue: ^1.0.6
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:studentvue/studentvue.dart';