Skip to content

Commit 152234e

Browse files
committed
Update example files
1 parent a5df022 commit 152234e

File tree

33 files changed

+403
-629
lines changed

33 files changed

+403
-629
lines changed

cached_network_image/example/android/app/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,14 @@ android {
4545

4646
defaultConfig {
4747
applicationId "com.baseflow.example"
48-
minSdkVersion 21
48+
minSdkVersion 23
4949
targetSdkVersion 33
5050
versionCode flutterVersionCode.toInteger()
5151
versionName flutterVersionName
5252
}
5353

5454
buildTypes {
5555
release {
56-
// TODO: Add your own signing config for the release build.
57-
// Signing with the debug keys for now, so `flutter run --release` works.
5856
signingConfig signingConfigs.debug
5957
}
6058
}

cached_network_image/example/android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
the Flutter tool needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->
6-
<uses-permission android:name="android.permission.INTERNET" />
6+
<uses-permission android:name="android.permission.INTERNET"/>
77
</manifest>

cached_network_image/example/android/app/src/main/kotlin/com/baseflow/example/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package com.baseflow.example
22

33
import io.flutter.embedding.android.FlutterActivity
44

5-
class MainActivity : FlutterActivity() {
5+
class MainActivity: FlutterActivity() {
66
}

cached_network_image/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt

Lines changed: 0 additions & 6 deletions
This file was deleted.

cached_network_image/example/android/app/src/main/res/drawable-v21/launch_background.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?><!-- Modify this file to customize your launch splash screen -->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Modify this file to customize your launch splash screen -->
23
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
34
<item android:drawable="?android:colorBackground" />
45

cached_network_image/example/android/app/src/main/res/drawable/launch_background.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?><!-- Modify this file to customize your launch splash screen -->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Modify this file to customize your launch splash screen -->
23
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
34
<item android:drawable="@android:color/white" />
45

cached_network_image/example/android/app/src/profile/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
the Flutter tool needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->
6-
<uses-permission android:name="android.permission.INTERNET" />
6+
<uses-permission android:name="android.permission.INTERNET"/>
77
</manifest>
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
21
#include "Generated.xcconfig"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
21
#include "Generated.xcconfig"

cached_network_image/example/ios/Podfile

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)