Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4baee15

Browse files
committed
Added/Updated App launcher icon
1 parent db334b5 commit 4baee15

33 files changed

+85
-3
lines changed

‎README.md‎

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# Flutter-Tutorials
22
Practicing and exploring flutter
3+
4+
## Flutter build commands
5+
Flutter build for android apk
6+
```
7+
flutter build apk --release
8+
```
9+
10+
Flutter update/change app launcher icon
11+
```
12+
flutter pub pub run flutter_launcher_icons:main
13+
```
14+
15+
---
16+
## Notes
17+
1. Add the below line to android manifest file to allow web view
18+
```
19+
<uses-permission android:name="android.permission.INTERNET"/>
20+
```

‎sample_app/android/app/src/main/AndroidManifest.xml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
In most cases you can leave this as-is, but you if you want to provide
66
additional functionality it is fine to subclass or reimplement
77
FlutterApplication and put your custom class here. -->
8+
<uses-permission android:name="android.permission.INTERNET"/>
89
<application
910
android:name="io.flutter.app.FlutterApplication"
10-
android:label="sample_app"
11+
android:label="KaranNadagoudar"
1112
android:icon="@mipmap/ic_launcher">
1213
<activity
1314
android:name=".MainActivity"
5.24 KB
Loading[フレーム]
2.44 KB
Loading[フレーム]
8.96 KB
Loading[フレーム]
19.3 KB
Loading[フレーム]
33.4 KB
Loading[フレーム]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include ':app'
2.01 MB
Loading[フレーム]
766 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /