Basic structure and courses api
This commit is contained in:
parent
1c60f68c62
commit
9f4eb7f79a
5 changed files with 71 additions and 0 deletions
14
lib/common/messages.dart
Normal file
14
lib/common/messages.dart
Normal file
|
@ -0,0 +1,14 @@
|
|||
library titama.messages;
|
||||
|
||||
class Course {
|
||||
String title;
|
||||
String time;
|
||||
String day;
|
||||
String kind;
|
||||
String place;
|
||||
String prof;
|
||||
String turnin;
|
||||
int id;
|
||||
|
||||
Course();
|
||||
}
|
0
lib/common/utils.dart
Normal file
0
lib/common/utils.dart
Normal file
Reference in a new issue