tenhobi / flashcards

FIT CTU · BI-SP1 · BI-SP2 · B172 · B181 – software team project
MIT License
35 stars 8 forks source link

Url to component move to it's component #162

Closed tenhobi closed 5 years ago

tenhobi commented 5 years ago

Move methods as

String courseUrl(String id) => paths.course.toUrl(parameters: {paths.dataID: id});
String profileUrl(String id) => paths.profile.toUrl(parameters: {paths.dataID: id});

into its components like static methods.