Skip to content

Commit

Permalink
updated departments list in election screens
Browse files Browse the repository at this point in the history
  • Loading branch information
hardikroongta8 committed Mar 20, 2024
1 parent eb312ff commit 3a36420
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/pages/elections/register_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class _RegisterScreenState extends State<RegisterScreen> {
'Rural-Tech': '54',
'Linguistics': '55',
'Others': '61',
'DSAI': '50',
};

Map<String, String> degrees = {
Expand Down
1 change: 1 addition & 0 deletions lib/pages/elections/voter_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class _VoterCardState extends State<VoterCard> {
'Rural-Tech': '54',
'Linguistics': '55',
'Others': '61',
'DSAI': '50',
};

Map<String, String> degrees = {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.3.8+60
version: 2.3.8+61

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 3a36420

Please sign in to comment.