diff --git a/stream_chat_v1/example/README.md b/stream_chat_v1/README.md similarity index 100% rename from stream_chat_v1/example/README.md rename to stream_chat_v1/README.md diff --git a/stream_chat_v1/example/android/.gitignore b/stream_chat_v1/android/.gitignore similarity index 100% rename from stream_chat_v1/example/android/.gitignore rename to stream_chat_v1/android/.gitignore diff --git a/stream_chat_v1/example/android/app/build.gradle b/stream_chat_v1/android/app/build.gradle similarity index 100% rename from stream_chat_v1/example/android/app/build.gradle rename to stream_chat_v1/android/app/build.gradle diff --git a/stream_chat_v1/example/android/app/google-services.json b/stream_chat_v1/android/app/google-services.json similarity index 100% rename from stream_chat_v1/example/android/app/google-services.json rename to stream_chat_v1/android/app/google-services.json diff --git a/stream_chat_v1/example/android/app/src/debug/AndroidManifest.xml b/stream_chat_v1/android/app/src/debug/AndroidManifest.xml similarity index 100% rename from stream_chat_v1/example/android/app/src/debug/AndroidManifest.xml rename to stream_chat_v1/android/app/src/debug/AndroidManifest.xml diff --git a/stream_chat_v1/example/android/app/src/main/AndroidManifest.xml b/stream_chat_v1/android/app/src/main/AndroidManifest.xml similarity index 100% rename from stream_chat_v1/example/android/app/src/main/AndroidManifest.xml rename to stream_chat_v1/android/app/src/main/AndroidManifest.xml diff --git a/stream_chat_v1/example/android/app/src/main/kotlin/com/example/example/Application.kt b/stream_chat_v1/android/app/src/main/kotlin/com/example/example/Application.kt similarity index 100% rename from stream_chat_v1/example/android/app/src/main/kotlin/com/example/example/Application.kt rename to stream_chat_v1/android/app/src/main/kotlin/com/example/example/Application.kt diff --git a/stream_chat_v1/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt b/stream_chat_v1/android/app/src/main/kotlin/com/example/example/MainActivity.kt similarity index 100% rename from stream_chat_v1/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt rename to stream_chat_v1/android/app/src/main/kotlin/com/example/example/MainActivity.kt diff --git a/stream_chat_v1/example/android/app/src/main/res/drawable/launch_background.xml b/stream_chat_v1/android/app/src/main/res/drawable/launch_background.xml similarity index 100% rename from stream_chat_v1/example/android/app/src/main/res/drawable/launch_background.xml rename to stream_chat_v1/android/app/src/main/res/drawable/launch_background.xml diff --git a/stream_chat_v1/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/stream_chat_v1/android/app/src/main/res/mipmap-hdpi/ic_launcher.png similarity index 100% rename from stream_chat_v1/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png rename to stream_chat_v1/android/app/src/main/res/mipmap-hdpi/ic_launcher.png diff --git a/stream_chat_v1/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/stream_chat_v1/android/app/src/main/res/mipmap-mdpi/ic_launcher.png similarity index 100% rename from stream_chat_v1/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png rename to stream_chat_v1/android/app/src/main/res/mipmap-mdpi/ic_launcher.png diff --git a/stream_chat_v1/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/stream_chat_v1/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png similarity index 100% rename from stream_chat_v1/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png rename to stream_chat_v1/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png diff --git a/stream_chat_v1/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/stream_chat_v1/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png similarity index 100% rename from stream_chat_v1/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png rename to stream_chat_v1/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png diff --git a/stream_chat_v1/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/stream_chat_v1/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png similarity index 100% rename from stream_chat_v1/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png rename to stream_chat_v1/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png diff --git a/stream_chat_v1/example/android/app/src/main/res/values/styles.xml b/stream_chat_v1/android/app/src/main/res/values/styles.xml similarity index 100% rename from stream_chat_v1/example/android/app/src/main/res/values/styles.xml rename to stream_chat_v1/android/app/src/main/res/values/styles.xml diff --git a/stream_chat_v1/example/android/app/src/profile/AndroidManifest.xml b/stream_chat_v1/android/app/src/profile/AndroidManifest.xml similarity index 100% rename from stream_chat_v1/example/android/app/src/profile/AndroidManifest.xml rename to stream_chat_v1/android/app/src/profile/AndroidManifest.xml diff --git a/stream_chat_v1/example/android/build.gradle b/stream_chat_v1/android/build.gradle similarity index 100% rename from stream_chat_v1/example/android/build.gradle rename to stream_chat_v1/android/build.gradle diff --git a/stream_chat_v1/example/android/gradle.properties b/stream_chat_v1/android/gradle.properties similarity index 100% rename from stream_chat_v1/example/android/gradle.properties rename to stream_chat_v1/android/gradle.properties diff --git a/stream_chat_v1/example/android/gradle/wrapper/gradle-wrapper.properties b/stream_chat_v1/android/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from stream_chat_v1/example/android/gradle/wrapper/gradle-wrapper.properties rename to stream_chat_v1/android/gradle/wrapper/gradle-wrapper.properties diff --git a/stream_chat_v1/example/android/settings.gradle b/stream_chat_v1/android/settings.gradle similarity index 100% rename from stream_chat_v1/example/android/settings.gradle rename to stream_chat_v1/android/settings.gradle diff --git a/stream_chat_v1/example/android/settings_aar.gradle b/stream_chat_v1/android/settings_aar.gradle similarity index 100% rename from stream_chat_v1/example/android/settings_aar.gradle rename to stream_chat_v1/android/settings_aar.gradle diff --git a/stream_chat_v1/example/assets/android_icon.png b/stream_chat_v1/assets/android_icon.png similarity index 100% rename from stream_chat_v1/example/assets/android_icon.png rename to stream_chat_v1/assets/android_icon.png diff --git a/stream_chat_v1/example/assets/icon_arrow_right.svg b/stream_chat_v1/assets/icon_arrow_right.svg similarity index 100% rename from stream_chat_v1/example/assets/icon_arrow_right.svg rename to stream_chat_v1/assets/icon_arrow_right.svg diff --git a/stream_chat_v1/example/assets/ios_icon.png b/stream_chat_v1/assets/ios_icon.png similarity index 100% rename from stream_chat_v1/example/assets/ios_icon.png rename to stream_chat_v1/assets/ios_icon.png diff --git a/stream_chat_v1/example/assets/logo.svg b/stream_chat_v1/assets/logo.svg similarity index 100% rename from stream_chat_v1/example/assets/logo.svg rename to stream_chat_v1/assets/logo.svg diff --git a/stream_chat_v1/example/.gitignore b/stream_chat_v1/example/.gitignore deleted file mode 100644 index 8011d84..0000000 --- a/stream_chat_v1/example/.gitignore +++ /dev/null @@ -1,39 +0,0 @@ -# Miscellaneous -*.class -*.log -*.pyc -*.swp -.DS_Store -.atom/ -.buildlog/ -.history -.svn/ - -# IntelliJ related -*.iml -*.ipr -*.iws -.idea/ - -# The .vscode folder contains launch configuration and tasks you configure in -# VS Code which you may wish to be included in version control, so this line -# is commented out by default. -#.vscode/ - -# Flutter/Dart/Pub related -**/doc/api/ -.dart_tool/ -.flutter-plugins -.flutter-plugins-dependencies -.packages -.pub-cache/ -.pub/ -/build/ - -# Web related -lib/generated_plugin_registrant.dart - -# Exceptions to above rules. -!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages - -fvm \ No newline at end of file diff --git a/stream_chat_v1/example/.metadata b/stream_chat_v1/example/.metadata deleted file mode 100644 index 01d2dcb..0000000 --- a/stream_chat_v1/example/.metadata +++ /dev/null @@ -1,10 +0,0 @@ -# This file tracks properties of this Flutter project. -# Used by Flutter tool to assess capabilities and perform upgrades etc. -# -# This file should be version controlled and should not be manually edited. - -version: - revision: 0b8abb4724aa590dd0f429683339b1e045a1594d - channel: stable - -project_type: app diff --git a/stream_chat_v1/example/ios/.gitignore b/stream_chat_v1/ios/.gitignore similarity index 100% rename from stream_chat_v1/example/ios/.gitignore rename to stream_chat_v1/ios/.gitignore diff --git a/stream_chat_v1/example/ios/Flutter/AppFrameworkInfo.plist b/stream_chat_v1/ios/Flutter/AppFrameworkInfo.plist similarity index 100% rename from stream_chat_v1/example/ios/Flutter/AppFrameworkInfo.plist rename to stream_chat_v1/ios/Flutter/AppFrameworkInfo.plist diff --git a/stream_chat_v1/example/ios/Flutter/Debug.xcconfig b/stream_chat_v1/ios/Flutter/Debug.xcconfig similarity index 100% rename from stream_chat_v1/example/ios/Flutter/Debug.xcconfig rename to stream_chat_v1/ios/Flutter/Debug.xcconfig diff --git a/stream_chat_v1/example/ios/Flutter/Release.xcconfig b/stream_chat_v1/ios/Flutter/Release.xcconfig similarity index 100% rename from stream_chat_v1/example/ios/Flutter/Release.xcconfig rename to stream_chat_v1/ios/Flutter/Release.xcconfig diff --git a/stream_chat_v1/example/ios/Gemfile b/stream_chat_v1/ios/Gemfile similarity index 100% rename from stream_chat_v1/example/ios/Gemfile rename to stream_chat_v1/ios/Gemfile diff --git a/stream_chat_v1/example/ios/Gemfile.lock b/stream_chat_v1/ios/Gemfile.lock similarity index 100% rename from stream_chat_v1/example/ios/Gemfile.lock rename to stream_chat_v1/ios/Gemfile.lock diff --git a/stream_chat_v1/example/ios/Notifications/Info.plist b/stream_chat_v1/ios/Notifications/Info.plist similarity index 100% rename from stream_chat_v1/example/ios/Notifications/Info.plist rename to stream_chat_v1/ios/Notifications/Info.plist diff --git a/stream_chat_v1/example/ios/Notifications/NotificationService.swift b/stream_chat_v1/ios/Notifications/NotificationService.swift similarity index 100% rename from stream_chat_v1/example/ios/Notifications/NotificationService.swift rename to stream_chat_v1/ios/Notifications/NotificationService.swift diff --git a/stream_chat_v1/example/ios/Notifications/Notifications.entitlements b/stream_chat_v1/ios/Notifications/Notifications.entitlements similarity index 100% rename from stream_chat_v1/example/ios/Notifications/Notifications.entitlements rename to stream_chat_v1/ios/Notifications/Notifications.entitlements diff --git a/stream_chat_v1/example/ios/Runner.xcodeproj/project.pbxproj b/stream_chat_v1/ios/Runner.xcodeproj/project.pbxproj similarity index 100% rename from stream_chat_v1/example/ios/Runner.xcodeproj/project.pbxproj rename to stream_chat_v1/ios/Runner.xcodeproj/project.pbxproj diff --git a/stream_chat_v1/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/stream_chat_v1/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from stream_chat_v1/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to stream_chat_v1/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/stream_chat_v1/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/stream_chat_v1/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from stream_chat_v1/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to stream_chat_v1/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/stream_chat_v1/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/stream_chat_v1/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings similarity index 100% rename from stream_chat_v1/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings rename to stream_chat_v1/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/stream_chat_v1/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Notifications.xcscheme b/stream_chat_v1/ios/Runner.xcodeproj/xcshareddata/xcschemes/Notifications.xcscheme similarity index 100% rename from stream_chat_v1/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Notifications.xcscheme rename to stream_chat_v1/ios/Runner.xcodeproj/xcshareddata/xcschemes/Notifications.xcscheme diff --git a/stream_chat_v1/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/stream_chat_v1/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme similarity index 100% rename from stream_chat_v1/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme rename to stream_chat_v1/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme diff --git a/stream_chat_v1/example/ios/Runner.xcworkspace/contents.xcworkspacedata b/stream_chat_v1/ios/Runner.xcworkspace/contents.xcworkspacedata similarity index 100% rename from stream_chat_v1/example/ios/Runner.xcworkspace/contents.xcworkspacedata rename to stream_chat_v1/ios/Runner.xcworkspace/contents.xcworkspacedata diff --git a/stream_chat_v1/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/stream_chat_v1/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from stream_chat_v1/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to stream_chat_v1/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/stream_chat_v1/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/stream_chat_v1/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings similarity index 100% rename from stream_chat_v1/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings rename to stream_chat_v1/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/stream_chat_v1/example/ios/Runner/AppDelegate.swift b/stream_chat_v1/ios/Runner/AppDelegate.swift similarity index 100% rename from stream_chat_v1/example/ios/Runner/AppDelegate.swift rename to stream_chat_v1/ios/Runner/AppDelegate.swift diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/stream_chat_v1/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json rename to stream_chat_v1/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/stream_chat_v1/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/stream_chat_v1/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png rename to stream_chat_v1/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png diff --git a/stream_chat_v1/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/stream_chat_v1/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md similarity index 100% rename from stream_chat_v1/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md rename to stream_chat_v1/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md diff --git a/stream_chat_v1/example/ios/Runner/Base.lproj/LaunchScreen.storyboard b/stream_chat_v1/ios/Runner/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from stream_chat_v1/example/ios/Runner/Base.lproj/LaunchScreen.storyboard rename to stream_chat_v1/ios/Runner/Base.lproj/LaunchScreen.storyboard diff --git a/stream_chat_v1/example/ios/Runner/Base.lproj/Main.storyboard b/stream_chat_v1/ios/Runner/Base.lproj/Main.storyboard similarity index 100% rename from stream_chat_v1/example/ios/Runner/Base.lproj/Main.storyboard rename to stream_chat_v1/ios/Runner/Base.lproj/Main.storyboard diff --git a/stream_chat_v1/example/ios/Runner/Info.plist b/stream_chat_v1/ios/Runner/Info.plist similarity index 100% rename from stream_chat_v1/example/ios/Runner/Info.plist rename to stream_chat_v1/ios/Runner/Info.plist diff --git a/stream_chat_v1/example/ios/Runner/Runner-Bridging-Header.h b/stream_chat_v1/ios/Runner/Runner-Bridging-Header.h similarity index 100% rename from stream_chat_v1/example/ios/Runner/Runner-Bridging-Header.h rename to stream_chat_v1/ios/Runner/Runner-Bridging-Header.h diff --git a/stream_chat_v1/example/ios/Runner/Runner.entitlements b/stream_chat_v1/ios/Runner/Runner.entitlements similarity index 100% rename from stream_chat_v1/example/ios/Runner/Runner.entitlements rename to stream_chat_v1/ios/Runner/Runner.entitlements diff --git a/stream_chat_v1/example/ios/fastlane/Appfile b/stream_chat_v1/ios/fastlane/Appfile similarity index 100% rename from stream_chat_v1/example/ios/fastlane/Appfile rename to stream_chat_v1/ios/fastlane/Appfile diff --git a/stream_chat_v1/example/ios/fastlane/Fastfile b/stream_chat_v1/ios/fastlane/Fastfile similarity index 100% rename from stream_chat_v1/example/ios/fastlane/Fastfile rename to stream_chat_v1/ios/fastlane/Fastfile diff --git a/stream_chat_v1/example/ios/fastlane/Matchfile b/stream_chat_v1/ios/fastlane/Matchfile similarity index 100% rename from stream_chat_v1/example/ios/fastlane/Matchfile rename to stream_chat_v1/ios/fastlane/Matchfile diff --git a/stream_chat_v1/example/ios/fastlane/Pluginfile b/stream_chat_v1/ios/fastlane/Pluginfile similarity index 100% rename from stream_chat_v1/example/ios/fastlane/Pluginfile rename to stream_chat_v1/ios/fastlane/Pluginfile diff --git a/stream_chat_v1/example/ios/fastlane/README.md b/stream_chat_v1/ios/fastlane/README.md similarity index 100% rename from stream_chat_v1/example/ios/fastlane/README.md rename to stream_chat_v1/ios/fastlane/README.md diff --git a/stream_chat_v1/example/ios/fastlane/beta_gym_export_options.plist b/stream_chat_v1/ios/fastlane/beta_gym_export_options.plist similarity index 100% rename from stream_chat_v1/example/ios/fastlane/beta_gym_export_options.plist rename to stream_chat_v1/ios/fastlane/beta_gym_export_options.plist diff --git a/stream_chat_v1/example/ios/fastlane/report.xml b/stream_chat_v1/ios/fastlane/report.xml similarity index 100% rename from stream_chat_v1/example/ios/fastlane/report.xml rename to stream_chat_v1/ios/fastlane/report.xml diff --git a/stream_chat_v1/example/lib/advanced_options_page.dart b/stream_chat_v1/lib/advanced_options_page.dart similarity index 100% rename from stream_chat_v1/example/lib/advanced_options_page.dart rename to stream_chat_v1/lib/advanced_options_page.dart diff --git a/stream_chat_v1/example/lib/chat_info_screen.dart b/stream_chat_v1/lib/chat_info_screen.dart similarity index 100% rename from stream_chat_v1/example/lib/chat_info_screen.dart rename to stream_chat_v1/lib/chat_info_screen.dart diff --git a/stream_chat_v1/example/lib/chips_input_text_field.dart b/stream_chat_v1/lib/chips_input_text_field.dart similarity index 100% rename from stream_chat_v1/example/lib/chips_input_text_field.dart rename to stream_chat_v1/lib/chips_input_text_field.dart diff --git a/stream_chat_v1/example/lib/choose_user_page.dart b/stream_chat_v1/lib/choose_user_page.dart similarity index 100% rename from stream_chat_v1/example/lib/choose_user_page.dart rename to stream_chat_v1/lib/choose_user_page.dart diff --git a/stream_chat_v1/example/lib/custom_message.dart b/stream_chat_v1/lib/custom_message.dart similarity index 100% rename from stream_chat_v1/example/lib/custom_message.dart rename to stream_chat_v1/lib/custom_message.dart diff --git a/stream_chat_v1/example/lib/custom_theme.dart b/stream_chat_v1/lib/custom_theme.dart similarity index 100% rename from stream_chat_v1/example/lib/custom_theme.dart rename to stream_chat_v1/lib/custom_theme.dart diff --git a/stream_chat_v1/example/lib/customize_channel_preview.dart b/stream_chat_v1/lib/customize_channel_preview.dart similarity index 100% rename from stream_chat_v1/example/lib/customize_channel_preview.dart rename to stream_chat_v1/lib/customize_channel_preview.dart diff --git a/stream_chat_v1/example/lib/customize_message_widget.dart b/stream_chat_v1/lib/customize_message_widget.dart similarity index 100% rename from stream_chat_v1/example/lib/customize_message_widget.dart rename to stream_chat_v1/lib/customize_message_widget.dart diff --git a/stream_chat_v1/example/lib/group_chat_details_screen.dart b/stream_chat_v1/lib/group_chat_details_screen.dart similarity index 100% rename from stream_chat_v1/example/lib/group_chat_details_screen.dart rename to stream_chat_v1/lib/group_chat_details_screen.dart diff --git a/stream_chat_v1/example/lib/group_info_screen.dart b/stream_chat_v1/lib/group_info_screen.dart similarity index 100% rename from stream_chat_v1/example/lib/group_info_screen.dart rename to stream_chat_v1/lib/group_info_screen.dart diff --git a/stream_chat_v1/example/lib/main.dart b/stream_chat_v1/lib/main.dart similarity index 100% rename from stream_chat_v1/example/lib/main.dart rename to stream_chat_v1/lib/main.dart diff --git a/stream_chat_v1/example/lib/multiple_conversation.dart b/stream_chat_v1/lib/multiple_conversation.dart similarity index 100% rename from stream_chat_v1/example/lib/multiple_conversation.dart rename to stream_chat_v1/lib/multiple_conversation.dart diff --git a/stream_chat_v1/example/lib/new_chat_screen.dart b/stream_chat_v1/lib/new_chat_screen.dart similarity index 100% rename from stream_chat_v1/example/lib/new_chat_screen.dart rename to stream_chat_v1/lib/new_chat_screen.dart diff --git a/stream_chat_v1/example/lib/new_group_chat_screen.dart b/stream_chat_v1/lib/new_group_chat_screen.dart similarity index 100% rename from stream_chat_v1/example/lib/new_group_chat_screen.dart rename to stream_chat_v1/lib/new_group_chat_screen.dart diff --git a/stream_chat_v1/example/lib/notifications_service.dart b/stream_chat_v1/lib/notifications_service.dart similarity index 100% rename from stream_chat_v1/example/lib/notifications_service.dart rename to stream_chat_v1/lib/notifications_service.dart diff --git a/stream_chat_v1/example/lib/routes/app_routes.dart b/stream_chat_v1/lib/routes/app_routes.dart similarity index 100% rename from stream_chat_v1/example/lib/routes/app_routes.dart rename to stream_chat_v1/lib/routes/app_routes.dart diff --git a/stream_chat_v1/example/lib/routes/routes.dart b/stream_chat_v1/lib/routes/routes.dart similarity index 100% rename from stream_chat_v1/example/lib/routes/routes.dart rename to stream_chat_v1/lib/routes/routes.dart diff --git a/stream_chat_v1/example/lib/search_text_field.dart b/stream_chat_v1/lib/search_text_field.dart similarity index 100% rename from stream_chat_v1/example/lib/search_text_field.dart rename to stream_chat_v1/lib/search_text_field.dart diff --git a/stream_chat_v1/example/lib/single_conversation.dart b/stream_chat_v1/lib/single_conversation.dart similarity index 100% rename from stream_chat_v1/example/lib/single_conversation.dart rename to stream_chat_v1/lib/single_conversation.dart diff --git a/stream_chat_v1/example/lib/split_view.dart b/stream_chat_v1/lib/split_view.dart similarity index 100% rename from stream_chat_v1/example/lib/split_view.dart rename to stream_chat_v1/lib/split_view.dart diff --git a/stream_chat_v1/example/lib/stream_version.dart b/stream_chat_v1/lib/stream_version.dart similarity index 100% rename from stream_chat_v1/example/lib/stream_version.dart rename to stream_chat_v1/lib/stream_version.dart diff --git a/stream_chat_v1/example/lib/threads.dart b/stream_chat_v1/lib/threads.dart similarity index 100% rename from stream_chat_v1/example/lib/threads.dart rename to stream_chat_v1/lib/threads.dart diff --git a/stream_chat_v1/example/pubspec.yaml b/stream_chat_v1/pubspec.yaml similarity index 100% rename from stream_chat_v1/example/pubspec.yaml rename to stream_chat_v1/pubspec.yaml diff --git a/stream_chat_v1/example/test_driver/single_conversation.dart b/stream_chat_v1/test_driver/single_conversation.dart similarity index 100% rename from stream_chat_v1/example/test_driver/single_conversation.dart rename to stream_chat_v1/test_driver/single_conversation.dart diff --git a/stream_chat_v1/example/test_driver/single_conversation_test.dart b/stream_chat_v1/test_driver/single_conversation_test.dart similarity index 100% rename from stream_chat_v1/example/test_driver/single_conversation_test.dart rename to stream_chat_v1/test_driver/single_conversation_test.dart diff --git a/stream_chat_v1/example/web/favicon.png b/stream_chat_v1/web/favicon.png similarity index 100% rename from stream_chat_v1/example/web/favicon.png rename to stream_chat_v1/web/favicon.png diff --git a/stream_chat_v1/example/web/icons/Icon-192.png b/stream_chat_v1/web/icons/Icon-192.png similarity index 100% rename from stream_chat_v1/example/web/icons/Icon-192.png rename to stream_chat_v1/web/icons/Icon-192.png diff --git a/stream_chat_v1/example/web/icons/Icon-512.png b/stream_chat_v1/web/icons/Icon-512.png similarity index 100% rename from stream_chat_v1/example/web/icons/Icon-512.png rename to stream_chat_v1/web/icons/Icon-512.png diff --git a/stream_chat_v1/example/web/index.html b/stream_chat_v1/web/index.html similarity index 100% rename from stream_chat_v1/example/web/index.html rename to stream_chat_v1/web/index.html diff --git a/stream_chat_v1/example/web/manifest.json b/stream_chat_v1/web/manifest.json similarity index 100% rename from stream_chat_v1/example/web/manifest.json rename to stream_chat_v1/web/manifest.json diff --git a/stream_chat_v1/example/web/sql-wasm.js b/stream_chat_v1/web/sql-wasm.js similarity index 100% rename from stream_chat_v1/example/web/sql-wasm.js rename to stream_chat_v1/web/sql-wasm.js diff --git a/stream_chat_v1/example/web/sql-wasm.wasm b/stream_chat_v1/web/sql-wasm.wasm similarity index 100% rename from stream_chat_v1/example/web/sql-wasm.wasm rename to stream_chat_v1/web/sql-wasm.wasm