Init project flutter for TMail

This commit is contained in:
dab246
2021-07-27 12:26:18 +07:00
committed by Dat H. Pham
parent 38e08f604f
commit e26927790b
79 changed files with 1653 additions and 0 deletions
@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.linagora.android.tmail">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>