Describe the solution you'd like
Create a Material Theme in main.dart and let Design team handle how our app would look like. Probably, make a request to the S3 bucket and fetch app theme from there.
Describe alternatives you've considered
Give them a theme.dart file and let them play around and figure out what they want and then we could simply integrate it.
Additional context
I would suggest creating a Flutter Web Page / HackRU design app and let them try out different things and then get theme.dart whenever they're done.
Describe the solution you'd like Create a Material Theme in
main.dart
and let Design team handle how our app would look like. Probably, make a request to the S3 bucket and fetch app theme from there.Describe alternatives you've considered Give them a
theme.dart
file and let them play around and figure out what they want and then we could simply integrate it.Additional context I would suggest creating a Flutter Web Page / HackRU design app and let them try out different things and then get
theme.dart
whenever they're done.