lectio_wrapper 0.1.5 copy "lectio_wrapper: ^0.1.5" to clipboard
lectio_wrapper: ^0.1.5 copied to clipboard

A client wrapper for Lectio. Everything runs and is scraped without thirdparty. This means it is as secure as typical Lectio browsing.

A client wrapper for the popular Lectio app, mostly used by danish students.

This library is being developed, which means it isn't fully stable and needs a lot of refactoring. Things are bound to change.

Usage #

A quick example to fetch your homework:

Account account = Account(<id>, <username>, <password>);
Student? student = await account.login();
var homework = await student!.getHomework();

Features #

Feature Implementation Stable
getHomework()
getAssignments()
getMessages()
getCalendar()
getImage()
getMessageContent()
getAbsence()
getGrades()
listGyms()

Additional information #

You are welcome to contribute, it's a fairly easy subject.

2
likes
0
pub points
34%
popularity

Publisher

verified publisheroscarspalk.com

A client wrapper for Lectio. Everything runs and is scraped without thirdparty. This means it is as secure as typical Lectio browsing.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

beautiful_soup_dart, flutter, http, intl, requests

More

Packages that depend on lectio_wrapper