Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixel2004 committed Aug 11, 2023
1 parent 7cc0554 commit ad4f91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scp/lib/drawer_screens/dev_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ class DevInfo extends StatelessWidget {
"https://github.com/Manikandan9206"),
contactCard(
context, "Manjeet Pani", "https://github.com/HustleAura"),
contactCard(
context, "Nikhil Jaiswal", "https://github.com/Mixel2004"),
contactCard(context, "Patibanda Sriram ",
"https://github.com/SriramPatibanda"),
contactCard(
Expand Down
1 change: 0 additions & 1 deletion scp/lib/drawer_screens/important_documents.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class _ImpDocsState extends State<ImpDocs> {
.then((QuerySnapshot snapshot) {
snapshot.docs.forEach((f) {
Map<String, dynamic> d = f.data() as Map<String, dynamic>;
print('Data is: ${d['link']} ${d['title']}');
doc.add(new Padding(
padding: const EdgeInsets.all(8.0),
child: InkWell(
Expand Down

0 comments on commit ad4f91c

Please sign in to comment.