albiruni 1.0.0 copy "albiruni: ^1.0.0" to clipboard
albiruni: ^1.0.0 copied to clipboard

outdated

A wrapper to easily access IIUM's Course Schedule website data.

A wrapper to easily access IIUM's Course Schedule website data.

Thank you @PlashSpeed-Aiman for the code foundation.

Usage #

First, import the package:

import 'package:albiruni/albiruni.dart';

Then, use it like so:

Albiruni albiruni = Albiruni(kulliyah: "ECONS", semester: 1, session: "2020/2021");
var subjects = await albiruni.fetch();

More example can be found in /example folder.

Additional information #

1
likes
0
pub points
31%
popularity

Publisher

verified publisheriqfareez.com

A wrapper to easily access IIUM's Course Schedule website data.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html, http, intl

More

Packages that depend on albiruni