studentvue 1.0.3 copy "studentvue: ^1.0.3" to clipboard
studentvue: ^1.0.3 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

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  studentvue: ^1.0.3

Alternatively, your editor might support dart 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';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

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.

License

unknown (LICENSE)

Dependencies

html_unescape, http, xml

More

Packages that depend on studentvue