Monthly Calendar - Switch case to handle ability to change sports as well as determine if sport needs gender switch

This commit is contained in:
kconnel7
2020-04-08 23:35:43 -04:00
parent c8e0026a51
commit 310248bf02
4 changed files with 76 additions and 39 deletions

View File

@@ -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.