Smarak Das
Smarak Das
Add [spec](https://pub.dev/packages/spec) testing package
Router: ```dart @MaterialAutoRouter( routes: [ AutoRoute(path: '/', page: EmptyRouterPage, initial: true, children: [ AutoRoute(path: '', page: SplashScreen), AutoRoute(path:'intro', page: IntroScreen), AutoRoute(path:'login', page: LoginScreen), AutoRoute(path:'home', page: HomeScreen), ]), ] ) class...
**Describe the bug** While running Flutter applications, logs using `log()` from `dart:developer` are not showing up in the dev log. My configuration: ```lua require('flutter-tools').setup{ dev_log = { enabled = true,...
The project code needs to be documented.
We use the flutter-action github actions to get flutter in our CI environment. Caching the Flutter SDK will improve the running time of the actions.
Show a personalised feed to the user on their home page. Initial plan: - [x] Timetable - [ ] Mess Menu - [x] Monday Morning News Feed - [ ]...
Events
Feature to view all events happening at the institute. Initial plan: - [ ] Custom call to action for events - [ ] Personal events and meetings - [ ]...
All issues related to movie booking feature inside the app, go here.
All issues related to Communication directory feature of the app, go here.