Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,23 +113,36 @@ This project follows MVVM architecture patterns and Flutter best practices. The

<table>
<tr align="center">
<td>
John Doe
<td>
Rujin Devkota
<p align="center">
<img src = "https://dscvit.com/images/dsc-logo-square.svg" width="150" height="150" alt="Your Name Here (Insert Your Image Link In Src">
<img src = "https://avatars.githubusercontent.com/u/71916379?v=4" width="150" height="150" alt="Rujin Devkota">
</p>
<p align="center">
<a href = "https://github.com/person1">
<a href = "https://github.com/rujin2003">
<img src = "http://www.iconninja.com/files/241/825/211/round-collaboration-social-github-code-circle-network-icon.svg" width="36" height = "36" alt="GitHub"/>
</a>
<a href = "https://www.linkedin.com/in/person1">
<a href = "https://www.linkedin.com/in/rujin-devkota/">
<img src = "http://www.iconninja.com/files/863/607/751/network-linkedin-social-connection-circular-circle-media-icon.svg" width="36" height="36" alt="LinkedIn"/>
</a>
</p>
</td>
<td>
Adhavan K
<p align="center">
<img src = "https://avatars.githubusercontent.com/u/108629544?v=4" width="150" height="150" alt="Adhavan K">
</p>
<p align="center">
<a href = "https://github.com/TBA5854">
<img src = "http://www.iconninja.com/files/241/825/211/round-collaboration-social-github-code-circle-network-icon.svg" width="36" height = "36" alt="GitHub"/>
</a>
<a href = "https://www.linkedin.com/in/adhavan-k-503b8a28a/">
<img src = "http://www.iconninja.com/files/863/607/751/network-linkedin-social-connection-circular-circle-media-icon.svg" width="36" height="36" alt="LinkedIn"/>
</a>
</p>
</td>
</tr>
</table>

<p align="center">
Made with ❤ by <a href="https://dscvit.com">GDSC-VIT</a>
</p>
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ dependencies:
go_router: ^12.1.3
provider: ^6.1.1
flutter_colorpicker: ^1.0.3
flutter_sdui:
path: ../flutter-sdui-package
flutter_glimpse: ^0.0.1
file_picker: ^10.2.0
uuid: ^4.5.1

Expand All @@ -26,4 +25,4 @@ dev_dependencies:
flutter_lints: ^3.0.0

flutter:
uses-material-design: true
uses-material-design: true
Loading