From 8f8047e9b8872c2da9602d515e6634d09d7c5f83 Mon Sep 17 00:00:00 2001 From: Nishant Srivastava Date: Thu, 12 Oct 2023 16:53:18 +0200 Subject: [PATCH] fix readme link and name of example app --- README.md | 56 +++++++++--------- .../.gitignore | 0 .../.metadata | 0 .../README.md | 2 +- .../android/.gitignore | 0 .../org.eclipse.buildship.core.prefs | 0 .../org.eclipse.buildship.core.prefs | 0 .../android/app/build.gradle | 2 +- .../android/app/src/debug/AndroidManifest.xml | 2 +- .../android/app/src/main/AndroidManifest.xml | 4 +- .../java/io/flutter/plugins/Application.java | 2 +- .../main/res/drawable/launch_background.xml | 0 .../src/main/res/mipmap-hdpi/ic_launcher.png | Bin .../src/main/res/mipmap-mdpi/ic_launcher.png | Bin .../src/main/res/mipmap-xhdpi/ic_launcher.png | Bin .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin .../app/src/main/res/values/styles.xml | 0 .../app/src/profile/AndroidManifest.xml | 2 +- .../android/build.gradle | 0 .../android/gradle.properties | 0 .../gradle/wrapper/gradle-wrapper.properties | 0 .../android/settings.gradle | 0 .../ios/.gitignore | 0 .../ios/Flutter/AppFrameworkInfo.plist | 0 .../ios/Flutter/Debug.xcconfig | 0 .../ios/Flutter/Release.xcconfig | 0 .../ios/Podfile | 0 .../ios/Runner.xcodeproj/project.pbxproj | 0 .../contents.xcworkspacedata | 0 .../xcshareddata/IDEWorkspaceChecks.plist | 0 .../xcshareddata/WorkspaceSettings.xcsettings | 0 .../xcshareddata/xcschemes/Runner.xcscheme | 0 .../contents.xcworkspacedata | 0 .../xcshareddata/IDEWorkspaceChecks.plist | 0 .../xcshareddata/WorkspaceSettings.xcsettings | 0 .../ios/Runner/AppDelegate.swift | 0 .../AppIcon.appiconset/Contents.json | 0 .../Icon-App-1024x1024@1x.png | Bin .../AppIcon.appiconset/Icon-App-20x20@1x.png | Bin .../AppIcon.appiconset/Icon-App-20x20@2x.png | Bin .../AppIcon.appiconset/Icon-App-20x20@3x.png | Bin .../AppIcon.appiconset/Icon-App-29x29@1x.png | Bin .../AppIcon.appiconset/Icon-App-29x29@2x.png | Bin .../AppIcon.appiconset/Icon-App-29x29@3x.png | Bin .../AppIcon.appiconset/Icon-App-40x40@1x.png | Bin .../AppIcon.appiconset/Icon-App-40x40@2x.png | Bin .../AppIcon.appiconset/Icon-App-40x40@3x.png | Bin .../AppIcon.appiconset/Icon-App-60x60@2x.png | Bin .../AppIcon.appiconset/Icon-App-60x60@3x.png | Bin .../AppIcon.appiconset/Icon-App-76x76@1x.png | Bin .../AppIcon.appiconset/Icon-App-76x76@2x.png | Bin .../Icon-App-83.5x83.5@2x.png | Bin .../LaunchImage.imageset/Contents.json | 0 .../LaunchImage.imageset/LaunchImage.png | Bin .../LaunchImage.imageset/LaunchImage@2x.png | Bin .../LaunchImage.imageset/LaunchImage@3x.png | Bin .../LaunchImage.imageset/README.md | 0 .../Runner/Base.lproj/LaunchScreen.storyboard | 0 .../ios/Runner/Base.lproj/Main.storyboard | 0 .../ios/Runner/Info.plist | 2 +- .../ios/Runner/Runner-Bridging-Header.h | 0 .../lib/main.dart | 0 .../pubspec.yaml | 2 +- .../test/widget_test.dart | 2 +- 65 files changed, 38 insertions(+), 38 deletions(-) rename {push_notifcations => push_notifications}/.gitignore (100%) rename {push_notifcations => push_notifications}/.metadata (100%) rename {push_notifcations => push_notifications}/README.md (98%) rename {push_notifcations => push_notifications}/android/.gitignore (100%) rename {push_notifcations => push_notifications}/android/.settings/org.eclipse.buildship.core.prefs (100%) rename {push_notifcations => push_notifications}/android/app/.settings/org.eclipse.buildship.core.prefs (100%) rename {push_notifcations => push_notifications}/android/app/build.gradle (97%) rename {push_notifcations => push_notifications}/android/app/src/debug/AndroidManifest.xml (85%) rename {push_notifcations => push_notifications}/android/app/src/main/AndroidManifest.xml (96%) rename {push_notifcations => push_notifications}/android/app/src/main/java/io/flutter/plugins/Application.java (70%) rename {push_notifcations => push_notifications}/android/app/src/main/res/drawable/launch_background.xml (100%) rename {push_notifcations => push_notifications}/android/app/src/main/res/mipmap-hdpi/ic_launcher.png (100%) rename {push_notifcations => push_notifications}/android/app/src/main/res/mipmap-mdpi/ic_launcher.png (100%) rename {push_notifcations => push_notifications}/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png (100%) rename {push_notifcations => push_notifications}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png (100%) rename {push_notifcations => push_notifications}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png (100%) rename {push_notifcations => push_notifications}/android/app/src/main/res/values/styles.xml (100%) rename {push_notifcations => push_notifications}/android/app/src/profile/AndroidManifest.xml (85%) rename {push_notifcations => push_notifications}/android/build.gradle (100%) rename {push_notifcations => push_notifications}/android/gradle.properties (100%) rename {push_notifcations => push_notifications}/android/gradle/wrapper/gradle-wrapper.properties (100%) rename {push_notifcations => push_notifications}/android/settings.gradle (100%) rename {push_notifcations => push_notifications}/ios/.gitignore (100%) rename {push_notifcations => push_notifications}/ios/Flutter/AppFrameworkInfo.plist (100%) rename {push_notifcations => push_notifications}/ios/Flutter/Debug.xcconfig (100%) rename {push_notifcations => push_notifications}/ios/Flutter/Release.xcconfig (100%) rename {push_notifcations => push_notifications}/ios/Podfile (100%) rename {push_notifcations => push_notifications}/ios/Runner.xcodeproj/project.pbxproj (100%) rename {push_notifcations => push_notifications}/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata (100%) rename {push_notifcations => push_notifications}/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (100%) rename {push_notifcations => push_notifications}/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (100%) rename {push_notifcations => push_notifications}/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (100%) rename {push_notifcations => push_notifications}/ios/Runner.xcworkspace/contents.xcworkspacedata (100%) rename {push_notifcations => push_notifications}/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (100%) rename {push_notifcations => push_notifications}/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (100%) rename {push_notifcations => push_notifications}/ios/Runner/AppDelegate.swift (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png (100%) rename {push_notifcations => push_notifications}/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md (100%) rename {push_notifcations => push_notifications}/ios/Runner/Base.lproj/LaunchScreen.storyboard (100%) rename {push_notifcations => push_notifications}/ios/Runner/Base.lproj/Main.storyboard (100%) rename {push_notifcations => push_notifications}/ios/Runner/Info.plist (97%) rename {push_notifcations => push_notifications}/ios/Runner/Runner-Bridging-Header.h (100%) rename {push_notifcations => push_notifications}/lib/main.dart (100%) rename {push_notifcations => push_notifications}/pubspec.yaml (99%) rename {push_notifcations => push_notifications}/test/widget_test.dart (95%) diff --git a/README.md b/README.md index de55296d..ea0681b6 100644 --- a/README.md +++ b/README.md @@ -20,50 +20,50 @@ Lookup Links: [[Setup Flutter](https://flutter.io/setup/)] [[Widgets Catalog](ht ## Example apps -1. [Simple Material App](/simple_material_app) -1. [Using Theme](/using_theme) -1. [Stateless Widgets](/stateless_widgets) -1. [Stateful Widget](/stateful_widget) -1. [Using EditText](/using_edittext) +1. [Custom Drawer](/custom_home_drawer) +1. [DropDown Button](/dropdown_button) +1. [Enable Splash Screen](/enabling_splash_screen) +1. [Firebase Analytics Integration](/analytics_integration) +1. [Firebase Crashlytics Integration](/firebase_crash_reporting) +1. [Google Signin](/google_signin) +1. [Grid Layout](/grid_layout) +1. [Image Editor](/image_editor) +1. [Image from Network](/image_from_network) +1. [Infinite List](/infinite_list) 1. [Load local image](/load_local_image) 1. [Load local json](/load_local_json) +1. [Navigation Drawer](/navigation_drawer) +1. [Persist Key Value](/persist_key_value) +1. [Push Notifications](/push_notifications) +1. [Simple Material App](/simple_material_app) +1. [Sliver App Bar](/sliver_app_bar_example) +1. [Stateful Widget](/stateful_widget) +1. [Stateless counter app](/statless_counter_app) +1. [Stateless Widgets](/stateless_widgets) +1. [Todo list using Provider](/todo_list_using_provider) 1. [Unit Testing](/unit_testing) -1. [Using HTTP GET](/using_http_get) 1. [Using Alert Dialog](/using_alert_dialog) -1. [Using Stepper](/using_stepper) -1. [Using Tabs](/using_tabs) 1. [Using Bottom Navigation Bar](/using_bottom_nav_bar) +1. [Using Bottom Sheet](/bottom_sheet) 1. [Using Custom Fonts](/using_custom_fonts) +1. [Using EditText](/using_edittext) 1. [Using Gradient](/using_gradient) -1. [Navigation Drawer](/navigation_drawer) -1. [Enable Splash Screen](/enabling_splash_screen) +1. [Using HTTP GET](/using_http_get) +1. [Using InteractiveViewer](/using_interactiveviewer) 1. [Using Listview](/using_listview) 1. [Using ListwheelScrollView](/using_listwheelscrollview) 1. [Using SnackBar](/using_snackbar) -1. [Grid Layout](/grid_layout) -1. [DropDown Button](/dropdown_button) -1. [Image from Network](/image_from_network) -1. [Infinite List](/infinite_list) -1. [Google Signin](/google_signin) -1. [Persist Key Value](/persist_key_value) -1. [Using InteractiveViewer](/using_interactiveviewer) -1. [Using Bottom Sheet](/bottom_sheet) +1. [Using Stepper](/using_stepper) +1. [Using Tabs](/using_tabs) +1. [Using Theme](/using_theme) 1. [View PDF File](/view_pdf_file) -1. [Image Editor](/image_editor) -1. [Firebase Analytics Integration](/analytics_integration) -1. [Firebase Crashlytics Integration](/firebase_crash_reporting) -1. [Push Notifications](/push_notifications) -1. [Todo list using Provider](/todo_list_using_provider) -1. [Stateless counter app](/statless_counter_app) -1. [Sliver App Bar](/sliver_app_bar_example) -1. [Custom Drawer](/custom_home_drawer) ### Complete apps with multiple features -1. [Tip Calculator](/tip_calculator) +1. [Covid-19 App](/covid19_mobile_app) 1. [Expense Planner](/expense_planner) 1. [Notes App](/using_firebase_db) -1. [Covid-19 App](/covid19_mobile_app) +1. [Tip Calculator](/tip_calculator) # Get packages for all flutter projects diff --git a/push_notifcations/.gitignore b/push_notifications/.gitignore similarity index 100% rename from push_notifcations/.gitignore rename to push_notifications/.gitignore diff --git a/push_notifcations/.metadata b/push_notifications/.metadata similarity index 100% rename from push_notifcations/.metadata rename to push_notifications/.metadata diff --git a/push_notifcations/README.md b/push_notifications/README.md similarity index 98% rename from push_notifcations/README.md rename to push_notifications/README.md index 9706160d..d383ee94 100644 --- a/push_notifcations/README.md +++ b/push_notifications/README.md @@ -1,4 +1,4 @@ -# push_notifcations +# push_notifications Push notification app demo in Flutter diff --git a/push_notifcations/android/.gitignore b/push_notifications/android/.gitignore similarity index 100% rename from push_notifcations/android/.gitignore rename to push_notifications/android/.gitignore diff --git a/push_notifcations/android/.settings/org.eclipse.buildship.core.prefs b/push_notifications/android/.settings/org.eclipse.buildship.core.prefs similarity index 100% rename from push_notifcations/android/.settings/org.eclipse.buildship.core.prefs rename to push_notifications/android/.settings/org.eclipse.buildship.core.prefs diff --git a/push_notifcations/android/app/.settings/org.eclipse.buildship.core.prefs b/push_notifications/android/app/.settings/org.eclipse.buildship.core.prefs similarity index 100% rename from push_notifcations/android/app/.settings/org.eclipse.buildship.core.prefs rename to push_notifications/android/app/.settings/org.eclipse.buildship.core.prefs diff --git a/push_notifcations/android/app/build.gradle b/push_notifications/android/app/build.gradle similarity index 97% rename from push_notifcations/android/app/build.gradle rename to push_notifications/android/app/build.gradle index 1eb6f642..34566d6d 100644 --- a/push_notifcations/android/app/build.gradle +++ b/push_notifications/android/app/build.gradle @@ -38,7 +38,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "github.nisrulz.push_notifcations" + applicationId "github.nisrulz.push_notifications" minSdkVersion 16 targetSdkVersion 29 versionCode flutterVersionCode.toInteger() diff --git a/push_notifcations/android/app/src/debug/AndroidManifest.xml b/push_notifications/android/app/src/debug/AndroidManifest.xml similarity index 85% rename from push_notifcations/android/app/src/debug/AndroidManifest.xml rename to push_notifications/android/app/src/debug/AndroidManifest.xml index b30123b0..1a74d3b9 100644 --- a/push_notifcations/android/app/src/debug/AndroidManifest.xml +++ b/push_notifications/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="github.nisrulz.push_notifications"> diff --git a/push_notifcations/android/app/src/main/AndroidManifest.xml b/push_notifications/android/app/src/main/AndroidManifest.xml similarity index 96% rename from push_notifcations/android/app/src/main/AndroidManifest.xml rename to push_notifications/android/app/src/main/AndroidManifest.xml index 0d04bf3b..aba49028 100644 --- a/push_notifcations/android/app/src/main/AndroidManifest.xml +++ b/push_notifications/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="github.nisrulz.push_notifications"> + package="github.nisrulz.push_notifications"> diff --git a/push_notifcations/android/build.gradle b/push_notifications/android/build.gradle similarity index 100% rename from push_notifcations/android/build.gradle rename to push_notifications/android/build.gradle diff --git a/push_notifcations/android/gradle.properties b/push_notifications/android/gradle.properties similarity index 100% rename from push_notifcations/android/gradle.properties rename to push_notifications/android/gradle.properties diff --git a/push_notifcations/android/gradle/wrapper/gradle-wrapper.properties b/push_notifications/android/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from push_notifcations/android/gradle/wrapper/gradle-wrapper.properties rename to push_notifications/android/gradle/wrapper/gradle-wrapper.properties diff --git a/push_notifcations/android/settings.gradle b/push_notifications/android/settings.gradle similarity index 100% rename from push_notifcations/android/settings.gradle rename to push_notifications/android/settings.gradle diff --git a/push_notifcations/ios/.gitignore b/push_notifications/ios/.gitignore similarity index 100% rename from push_notifcations/ios/.gitignore rename to push_notifications/ios/.gitignore diff --git a/push_notifcations/ios/Flutter/AppFrameworkInfo.plist b/push_notifications/ios/Flutter/AppFrameworkInfo.plist similarity index 100% rename from push_notifcations/ios/Flutter/AppFrameworkInfo.plist rename to push_notifications/ios/Flutter/AppFrameworkInfo.plist diff --git a/push_notifcations/ios/Flutter/Debug.xcconfig b/push_notifications/ios/Flutter/Debug.xcconfig similarity index 100% rename from push_notifcations/ios/Flutter/Debug.xcconfig rename to push_notifications/ios/Flutter/Debug.xcconfig diff --git a/push_notifcations/ios/Flutter/Release.xcconfig b/push_notifications/ios/Flutter/Release.xcconfig similarity index 100% rename from push_notifcations/ios/Flutter/Release.xcconfig rename to push_notifications/ios/Flutter/Release.xcconfig diff --git a/push_notifcations/ios/Podfile b/push_notifications/ios/Podfile similarity index 100% rename from push_notifcations/ios/Podfile rename to push_notifications/ios/Podfile diff --git a/push_notifcations/ios/Runner.xcodeproj/project.pbxproj b/push_notifications/ios/Runner.xcodeproj/project.pbxproj similarity index 100% rename from push_notifcations/ios/Runner.xcodeproj/project.pbxproj rename to push_notifications/ios/Runner.xcodeproj/project.pbxproj diff --git a/push_notifcations/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/push_notifications/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from push_notifcations/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to push_notifications/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/push_notifcations/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/push_notifications/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from push_notifcations/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to push_notifications/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/push_notifcations/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/push_notifications/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings similarity index 100% rename from push_notifcations/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings rename to push_notifications/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/push_notifcations/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/push_notifications/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme similarity index 100% rename from push_notifcations/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme rename to push_notifications/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme diff --git a/push_notifcations/ios/Runner.xcworkspace/contents.xcworkspacedata b/push_notifications/ios/Runner.xcworkspace/contents.xcworkspacedata similarity index 100% rename from push_notifcations/ios/Runner.xcworkspace/contents.xcworkspacedata rename to push_notifications/ios/Runner.xcworkspace/contents.xcworkspacedata diff --git a/push_notifcations/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/push_notifications/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from push_notifcations/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to push_notifications/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/push_notifcations/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/push_notifications/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings similarity index 100% rename from push_notifcations/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings rename to push_notifications/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/push_notifcations/ios/Runner/AppDelegate.swift b/push_notifications/ios/Runner/AppDelegate.swift similarity index 100% rename from push_notifcations/ios/Runner/AppDelegate.swift rename to push_notifications/ios/Runner/AppDelegate.swift diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png rename to push_notifications/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/push_notifications/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json rename to push_notifications/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json diff --git a/push_notifcations/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/push_notifications/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png rename to push_notifications/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/push_notifications/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png rename to push_notifications/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/push_notifications/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png rename to push_notifications/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png diff --git a/push_notifcations/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/push_notifications/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md similarity index 100% rename from push_notifcations/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md rename to push_notifications/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md diff --git a/push_notifcations/ios/Runner/Base.lproj/LaunchScreen.storyboard b/push_notifications/ios/Runner/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from push_notifcations/ios/Runner/Base.lproj/LaunchScreen.storyboard rename to push_notifications/ios/Runner/Base.lproj/LaunchScreen.storyboard diff --git a/push_notifcations/ios/Runner/Base.lproj/Main.storyboard b/push_notifications/ios/Runner/Base.lproj/Main.storyboard similarity index 100% rename from push_notifcations/ios/Runner/Base.lproj/Main.storyboard rename to push_notifications/ios/Runner/Base.lproj/Main.storyboard diff --git a/push_notifcations/ios/Runner/Info.plist b/push_notifications/ios/Runner/Info.plist similarity index 97% rename from push_notifcations/ios/Runner/Info.plist rename to push_notifications/ios/Runner/Info.plist index 7f3b8200..db4266d1 100644 --- a/push_notifcations/ios/Runner/Info.plist +++ b/push_notifications/ios/Runner/Info.plist @@ -11,7 +11,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - push_notifcations + push_notifications CFBundlePackageType APPL CFBundleShortVersionString diff --git a/push_notifcations/ios/Runner/Runner-Bridging-Header.h b/push_notifications/ios/Runner/Runner-Bridging-Header.h similarity index 100% rename from push_notifcations/ios/Runner/Runner-Bridging-Header.h rename to push_notifications/ios/Runner/Runner-Bridging-Header.h diff --git a/push_notifcations/lib/main.dart b/push_notifications/lib/main.dart similarity index 100% rename from push_notifcations/lib/main.dart rename to push_notifications/lib/main.dart diff --git a/push_notifcations/pubspec.yaml b/push_notifications/pubspec.yaml similarity index 99% rename from push_notifcations/pubspec.yaml rename to push_notifications/pubspec.yaml index 4010fab4..9c40d89e 100644 --- a/push_notifcations/pubspec.yaml +++ b/push_notifications/pubspec.yaml @@ -1,4 +1,4 @@ -name: push_notifcations +name: push_notifications description: A new Flutter project. # The following line prevents the package from being accidentally published to diff --git a/push_notifcations/test/widget_test.dart b/push_notifications/test/widget_test.dart similarity index 95% rename from push_notifcations/test/widget_test.dart rename to push_notifications/test/widget_test.dart index af93c6e0..c7709728 100644 --- a/push_notifcations/test/widget_test.dart +++ b/push_notifications/test/widget_test.dart @@ -8,7 +8,7 @@ import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; -import 'package:push_notifcations/main.dart'; +import 'package:push_notifications/main.dart'; void main() { testWidgets('Counter increments smoke test', (WidgetTester tester) async {