Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sa1 latest #195

Open
wants to merge 27 commits into
base: sa-1
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1505674
script structured
Arindam2002 Mar 27, 2023
aa2e579
Server Url updated
AgPriyanshu18 Nov 17, 2023
838008a
Merge pull request #137 from AgPriyanshu18/main
Shivkant-Chauhan Nov 17, 2023
d329bf3
Gad 5 to main (#162)
PraneGIT Apr 17, 2024
532793f
Your commit message here
Saurabhn16 Apr 22, 2024
6251286
Merge branch 'main' into sa1
Saurabhn16 Apr 22, 2024
75f5fbf
Create managestudent.dart
root-reborn Apr 22, 2024
11a833b
Create noticeboard.dart
root-reborn Apr 22, 2024
f1237fb
Update managestudent.dart
root-reborn Apr 22, 2024
4ac29b6
Update noticeboard.dart
root-reborn Apr 22, 2024
e34c99d
Add files via upload
root-reborn Apr 22, 2024
3888da7
update sideDrawer2
Saurabhn16 Apr 22, 2024
f2e17cd
Create demo.txt
root-reborn Apr 22, 2024
a5f6882
Create managestudent.dart
root-reborn Apr 22, 2024
bc5ff0e
Update managestudent.dart
root-reborn Apr 22, 2024
46022d6
Create noticeboard.dart
root-reborn Apr 22, 2024
7ccd606
Add files via upload
root-reborn Apr 22, 2024
92e7e28
Delete lib/screens/Hostel/demo.txt
root-reborn Apr 22, 2024
e71302c
Merge pull request #2 from root-reborn/main
Saurabhn16 Apr 22, 2024
8bce429
Merge branch 'main' into sa1
Saurabhn16 Apr 22, 2024
07cd471
siderDrawer2 update
Saurabhn16 Apr 22, 2024
a8afed4
Merge branch 'main' into sa1-latest
Saurabhn16 Apr 22, 2024
4bfaf31
Merge pull request #1 from Saurabhn16/sa1
Saurabhn16 Apr 22, 2024
7753aaf
Update managerooms.dart
root-reborn Apr 23, 2024
0bc836c
Update managerooms.dart
root-reborn Apr 23, 2024
30cbea5
Merge pull request #3 from root-reborn/main
Saurabhn16 Apr 23, 2024
60dabd1
Merge branch 'main' into sa1-latest
Saurabhn16 Apr 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update noticeboard.dart
Added the Notice Board screen for the Caretaker which is fully functional with option to add/remove notice.Also added sample data in JSON format to see these operations in action.
root-reborn authored Apr 22, 2024
commit 4ac29b6f9e8fd5ad7ac30ddef7ed54174f54bcb0
2 changes: 1 addition & 1 deletion lib/screens/Hostel/caretaker/noticeboard.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//All the 2 functionalities like add new notice,remove existing notice are all perfectly
//All the 2 functionalities add new notice,remove existing notice are all perfectly
//working in this code with proper formatting.No need further debugging on this code.

import 'package:flutter/material.dart';