nathanbaleeta / ureport_mobile

U-Report is a social messaging tool and data collection system developed by UNICEF to improve citizen engagement, inform leaders, and foster positive change. The program sends polls and alerts to its participants, collecting real-time responses, and subsequently publishes gathered data.
https://ureport.in/
GNU General Public License v3.0
6 stars 1 forks source link

Change Flutter App Bar Background Color and text color #14

Closed nathanbaleeta closed 4 years ago

nathanbaleeta commented 4 years ago

Consultation with the U-Reporters testing team(WAGGGS) revealed they would prefer a silver app bar background and a contrasting dark text color(e.g black or dark blue) Follow the steps below:

Hint: https://googleflutter.com/flutter-app-bar-color/#:~:text=of%20your%20Scaffold.-,A%20quick%20code%20snippet%20to%20change%20the%20app%20bar%20color,bar%20to%20Color(0xff885566)%20.

nathanbaleeta commented 4 years ago

@alee8599 your tests are failing. Run flutter test on your machine to verify your tests pass before opening another pull request.