Skip to content

Commit 63e9e03

Browse files
committed
readme updated
1 parent b7dc8d9 commit 63e9e03

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Happy learning. :+1:
2929

3030
[Let's Flutter](https://www.facebook.com/groups/425920117856409/)
3131

32+
## Collection of flutter apps with tutorial
33+
34+
[Flutter Example Apps](https://github.com/iampawan/FlutterExampleApps)
35+
3236
# Screenshots
3337

3438
<img height="480px" src="raw/fu1.png">
@@ -57,7 +61,9 @@ Happy learning. :+1:
5761

5862
### Missing Key.Properties file
5963

60-
If you try to build the project straight away, you'll get an error complaining that a `key.properties` file is missing. To resolve that, Open r\Flutter-UI-Kit-master\android\app\build.gradle file and comment following lines-
64+
If you try to build the project straight away, you'll get an error complaining that a `key.properties` file is missing and Exit code 1 from: /Flutter-UI-Kit-master/android/gradlew app:properties:. To resolve that,
65+
66+
1. Open r\Flutter-UI-Kit-master\android\app\build.gradle file and comment following lines-
6167

6268
```
6369
//keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
@@ -77,6 +83,14 @@ buildTypes {
7783
}
7884
```
7985

86+
1. Open r\Flutter-UI-Kit-master\android\local.properties and add -
87+
88+
```
89+
flutter.versionName=1.0.0
90+
flutter.versionCode=1
91+
flutter.buildMode=release
92+
```
93+
8094
### The stack & building from source
8195

8296
The project is currently built using the latest Flutter Master, with Dart 2 enabled.

0 commit comments

Comments
 (0)