Monthly Calendar - Switch case to handle ability to change sports as well as determine if sport needs gender switch
This commit is contained in:
@@ -14,7 +14,8 @@ description: A sports app for UNC-Charlotte 49ers
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.1.0 <3.0.0"
|
||||
#sdk: ">=2.1.0 <3.0.0"
|
||||
sdk: ">=2.5.2 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
@@ -48,6 +49,9 @@ flutter:
|
||||
# assets:
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
assets:
|
||||
- images/male.png
|
||||
- images/female.png
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/assets-and-images/#resolution-aware.
|
||||
|
||||
Reference in New Issue
Block a user