studentvue 1.0.5 copy "studentvue: ^1.0.5" to clipboard
studentvue: ^1.0.5 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.5

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';
1
likes
120
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.

Documentation

API reference

License

MIT (LICENSE)

Dependencies

html_unescape, http, xml

More

Packages that depend on studentvue