Varun-Kolanu / csoc_flutter

Flutter project for introducing flutter to freshers
2 stars 8 forks source link

[Feat.] Added Reminder Screen (CRUD) #24

Open saikat-iit opened 2 weeks ago

saikat-iit commented 2 weeks ago

Description

Implemented a Reminder Screen with fully functional CRUD capabilities. Made some changes to the HomeScreen. Moved the Attendance Widget to a dedicated file named attendance_screen.dart. Integrated a BottomNavigationBar for navigation between the Reminders and Attendance tabs.

New Dependences Added:

Related Issue

Fixes #7

Type of Change

Screenshots (if any):

Please add screenshots to be easily reviewable

Checklist

Varun-Kolanu commented 2 weeks ago

@saikat-iit The PR you have made didn't add the reminders. And the commit actually adds side bar which is in another issue.

Varun-Kolanu commented 2 weeks ago

Also take a rebase from upstream/main before adding any code or making a PR.