chore: update ios logo, change max people to 20, and change name

master
UC-HOBA 4 years ago
parent 675e2c98ff
commit 866e525d78
  1. 2
      android/app/src/main/AndroidManifest.xml
  2. BIN
      icon-assets/ios_icon.png
  3. 4
      lib/main.dart

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="tw.howba.contact_tracing">
<application
android:label="Contact Tracing"
android:label="Contact Tracing Scanner"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 KiB

After

Width:  |  Height:  |  Size: 603 KiB

@ -104,8 +104,8 @@ class AnalyzeViewState extends State<AnalyzeView>
child: Slider(
value: peopleCount,
min: 1,
max: 10,
divisions: 9,
max: 20,
divisions: 19,
label: 'People: ${peopleCount.toInt()}',
onChanged: (v) {
setState(() {