Skip to content

Commit d13f2df

Browse files
committed
rename sample to example for demo purpose of the package
1 parent e0bc403 commit d13f2df

File tree

136 files changed

+48
-220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+48
-220
lines changed
File renamed without changes.
File renamed without changes.

sample/README.md renamed to example/README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.

sample/android/app/build.gradle.kts renamed to example/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
android {
9-
namespace = "com.example.sample"
9+
namespace = "com.example.example"
1010
compileSdk = flutter.compileSdkVersion
1111
ndkVersion = flutter.ndkVersion
1212

@@ -21,7 +21,7 @@ android {
2121

2222
defaultConfig {
2323
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
24-
applicationId = "com.example.sample"
24+
applicationId = "com.example.example"
2525
// You can update the following values to match your application needs.
2626
// For more information, see: https://flutter.dev/to/review-gradle-config.
2727
minSdk = flutter.minSdkVersion

sample/android/app/src/main/AndroidManifest.xml renamed to example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22
<application
3-
android:label="sample"
3+
android:label="example"
44
android:name="${applicationName}"
55
android:icon="@mipmap/ic_launcher">
66
<activity

sample/android/app/src/main/kotlin/com/example/sample/MainActivity.kt renamed to example/android/app/src/main/kotlin/com/example/example/MainActivity.kt

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

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

0 commit comments

Comments
 (0)