Skip to content

Commit 8f8047e

Browse files
committed
fix readme link and name of example app
1 parent 36c8bed commit 8f8047e

File tree

65 files changed

+38
-38
lines changed

Some content is hidden

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

65 files changed

+38
-38
lines changed

README.md

Lines changed: 28 additions & 28 deletions
File renamed without changes.
File renamed without changes.

push_notifcations/README.md renamed to push_notifications/README.md

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

push_notifcations/android/app/build.gradle renamed to push_notifications/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838

3939
defaultConfig {
4040
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
41-
applicationId "github.nisrulz.push_notifcations"
41+
applicationId "github.nisrulz.push_notifications"
4242
minSdkVersion 16
4343
targetSdkVersion 29
4444
versionCode flutterVersionCode.toInteger()

push_notifcations/android/app/src/debug/AndroidManifest.xml renamed to push_notifications/android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="github.nisrulz.push_notifcations">
2+
package="github.nisrulz.push_notifications">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

push_notifcations/android/app/src/main/AndroidManifest.xml renamed to push_notifications/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="github.nisrulz.push_notifcations">
2+
package="github.nisrulz.push_notifications">
33
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
44
calls FlutterMain.startInitialization(this); in its onCreate method.
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. -->
88
<application
99
android:name=".Application"
10-
android:label="push_notifcations"
10+
android:label="push_notifications"
1111
android:icon="@mipmap/ic_launcher">
1212
<activity
1313
android:name="io.flutter.embedding.android.FlutterActivity"

0 commit comments

Comments
 (0)