Skip to content

Commit 72953cc

Browse files
added border to buttons (#149)
* added border to buttons also fixed url launcher for mails and tel * updated golden * updated icons and removed png * fix tests * updated version before merge
1 parent a141729 commit 72953cc

27 files changed

+141
-61
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
additional functionality it is fine to subclass or reimplement
77
FlutterApplication and put your custom class here. -->
88
<uses-permission android:name="android.permission.INTERNET" />
9+
<queries>
10+
<intent>
11+
<action android:name="android.intent.action.DIAL" />
12+
<data android:scheme="tel" />
13+
</intent>
14+
<intent>
15+
<action android:name="android.intent.action.SEND" />
16+
<data android:mimeType="*/*" />
17+
</intent>
18+
</queries>
919
<application
1020
android:name="io.flutter.app.FlutterApplication"
1121
android:label="ÉTS Mobile"

assets/images/ets_white_logo.png

-36 KB
Binary file not shown.

assets/images/facebook_white.png

-708 Bytes
Binary file not shown.

assets/images/github_white.png

-1.54 KB
Binary file not shown.

assets/images/ic_book_red.png

-13.5 KB
Binary file not shown.
-21 KB
Binary file not shown.

assets/images/ic_newspaper_red.png

-15.6 KB
Binary file not shown.
-11.5 KB
Binary file not shown.

assets/images/ic_security_red.png

-26.3 KB
Binary file not shown.

assets/images/twitter_white.png

-1.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)