mobileappdevhm / team2

A Flutter app providing international students with a timetable and the opportunity to sign up to courses.
https://mobileappdevhm.github.io/team2/
9 stars 5 forks source link

Login in Should now be functional #144

Closed MartinGaiser closed 6 years ago

MartinGaiser commented 6 years ago

The app now logs in via the Session object. The user gets feedback via Toats/Snackbars whether the login succeeded or not.

MartinGaiser commented 6 years ago

Added a few tests.... some not functional due to the usage of Future.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 590


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/controller/session.dart 0 1 0.0%
lib/ui/scaffolds/login.dart 56 91 61.54%
<!-- Total: 56 92 60.87% -->
Totals Coverage Status
Change from base Build 572: 0.3%
Covered Lines: 915
Relevant Lines: 1596

💛 - Coveralls