Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
22_23-J 50
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
22_23-J 50
22_23-J 50
Commits
98e4d02c
Commit
98e4d02c
authored
May 09, 2023
by
Yasiru-Deshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AI Chat bot initilized and designed UI
parent
8de4b325
Changes
126
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
126 changed files
with
4625 additions
and
0 deletions
+4625
-0
Frontend/AI-Chat-Bot/.gitignore
Frontend/AI-Chat-Bot/.gitignore
+44
-0
Frontend/AI-Chat-Bot/.metadata
Frontend/AI-Chat-Bot/.metadata
+45
-0
Frontend/AI-Chat-Bot/README.md
Frontend/AI-Chat-Bot/README.md
+16
-0
Frontend/AI-Chat-Bot/analysis_options.yaml
Frontend/AI-Chat-Bot/analysis_options.yaml
+29
-0
Frontend/AI-Chat-Bot/android/.gitignore
Frontend/AI-Chat-Bot/android/.gitignore
+13
-0
Frontend/AI-Chat-Bot/android/app/build.gradle
Frontend/AI-Chat-Bot/android/app/build.gradle
+71
-0
Frontend/AI-Chat-Bot/android/app/src/debug/AndroidManifest.xml
...end/AI-Chat-Bot/android/app/src/debug/AndroidManifest.xml
+8
-0
Frontend/AI-Chat-Bot/android/app/src/main/AndroidManifest.xml
...tend/AI-Chat-Bot/android/app/src/main/AndroidManifest.xml
+34
-0
Frontend/AI-Chat-Bot/android/app/src/main/kotlin/com/example/chatbot_lookai/MainActivity.kt
...rc/main/kotlin/com/example/chatbot_lookai/MainActivity.kt
+6
-0
Frontend/AI-Chat-Bot/android/app/src/main/res/drawable-v21/launch_background.xml
...droid/app/src/main/res/drawable-v21/launch_background.xml
+12
-0
Frontend/AI-Chat-Bot/android/app/src/main/res/drawable/launch_background.xml
...t/android/app/src/main/res/drawable/launch_background.xml
+12
-0
Frontend/AI-Chat-Bot/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
...-Bot/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
+0
-0
Frontend/AI-Chat-Bot/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
...-Bot/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
+0
-0
Frontend/AI-Chat-Bot/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
...Bot/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
+0
-0
Frontend/AI-Chat-Bot/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
...ot/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
+0
-0
Frontend/AI-Chat-Bot/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
...t/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
+0
-0
Frontend/AI-Chat-Bot/android/app/src/main/res/values-night/styles.xml
...Chat-Bot/android/app/src/main/res/values-night/styles.xml
+18
-0
Frontend/AI-Chat-Bot/android/app/src/main/res/values/styles.xml
...nd/AI-Chat-Bot/android/app/src/main/res/values/styles.xml
+18
-0
Frontend/AI-Chat-Bot/android/app/src/profile/AndroidManifest.xml
...d/AI-Chat-Bot/android/app/src/profile/AndroidManifest.xml
+8
-0
Frontend/AI-Chat-Bot/android/build.gradle
Frontend/AI-Chat-Bot/android/build.gradle
+31
-0
Frontend/AI-Chat-Bot/android/gradle.properties
Frontend/AI-Chat-Bot/android/gradle.properties
+3
-0
Frontend/AI-Chat-Bot/android/gradle/wrapper/gradle-wrapper.properties
...Chat-Bot/android/gradle/wrapper/gradle-wrapper.properties
+5
-0
Frontend/AI-Chat-Bot/android/settings.gradle
Frontend/AI-Chat-Bot/android/settings.gradle
+11
-0
Frontend/AI-Chat-Bot/ios/.gitignore
Frontend/AI-Chat-Bot/ios/.gitignore
+34
-0
Frontend/AI-Chat-Bot/ios/Flutter/AppFrameworkInfo.plist
Frontend/AI-Chat-Bot/ios/Flutter/AppFrameworkInfo.plist
+26
-0
Frontend/AI-Chat-Bot/ios/Flutter/Debug.xcconfig
Frontend/AI-Chat-Bot/ios/Flutter/Debug.xcconfig
+1
-0
Frontend/AI-Chat-Bot/ios/Flutter/Release.xcconfig
Frontend/AI-Chat-Bot/ios/Flutter/Release.xcconfig
+1
-0
Frontend/AI-Chat-Bot/ios/Runner.xcodeproj/project.pbxproj
Frontend/AI-Chat-Bot/ios/Runner.xcodeproj/project.pbxproj
+483
-0
Frontend/AI-Chat-Bot/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
...er.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+7
-0
Frontend/AI-Chat-Bot/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
...project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
Frontend/AI-Chat-Bot/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
...ect.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+8
-0
Frontend/AI-Chat-Bot/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
...s/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
+87
-0
Frontend/AI-Chat-Bot/ios/Runner.xcworkspace/contents.xcworkspacedata
...-Chat-Bot/ios/Runner.xcworkspace/contents.xcworkspacedata
+7
-0
Frontend/AI-Chat-Bot/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
.../Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
Frontend/AI-Chat-Bot/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
...ner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+8
-0
Frontend/AI-Chat-Bot/ios/Runner/AppDelegate.swift
Frontend/AI-Chat-Bot/ios/Runner/AppDelegate.swift
+13
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
...s/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
+122
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
...ets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
.../Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
...ets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
...Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
+23
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
...nner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
...r/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
...r/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
+0
-0
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
...ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
+5
-0
Frontend/AI-Chat-Bot/ios/Runner/Base.lproj/LaunchScreen.storyboard
...AI-Chat-Bot/ios/Runner/Base.lproj/LaunchScreen.storyboard
+37
-0
Frontend/AI-Chat-Bot/ios/Runner/Base.lproj/Main.storyboard
Frontend/AI-Chat-Bot/ios/Runner/Base.lproj/Main.storyboard
+26
-0
Frontend/AI-Chat-Bot/ios/Runner/Info.plist
Frontend/AI-Chat-Bot/ios/Runner/Info.plist
+51
-0
Frontend/AI-Chat-Bot/ios/Runner/Runner-Bridging-Header.h
Frontend/AI-Chat-Bot/ios/Runner/Runner-Bridging-Header.h
+1
-0
Frontend/AI-Chat-Bot/lib/main.dart
Frontend/AI-Chat-Bot/lib/main.dart
+102
-0
Frontend/AI-Chat-Bot/linux/.gitignore
Frontend/AI-Chat-Bot/linux/.gitignore
+1
-0
Frontend/AI-Chat-Bot/linux/CMakeLists.txt
Frontend/AI-Chat-Bot/linux/CMakeLists.txt
+138
-0
Frontend/AI-Chat-Bot/linux/flutter/CMakeLists.txt
Frontend/AI-Chat-Bot/linux/flutter/CMakeLists.txt
+88
-0
Frontend/AI-Chat-Bot/linux/flutter/generated_plugin_registrant.cc
.../AI-Chat-Bot/linux/flutter/generated_plugin_registrant.cc
+11
-0
Frontend/AI-Chat-Bot/linux/flutter/generated_plugin_registrant.h
...d/AI-Chat-Bot/linux/flutter/generated_plugin_registrant.h
+15
-0
Frontend/AI-Chat-Bot/linux/flutter/generated_plugins.cmake
Frontend/AI-Chat-Bot/linux/flutter/generated_plugins.cmake
+23
-0
Frontend/AI-Chat-Bot/linux/main.cc
Frontend/AI-Chat-Bot/linux/main.cc
+6
-0
Frontend/AI-Chat-Bot/linux/my_application.cc
Frontend/AI-Chat-Bot/linux/my_application.cc
+104
-0
Frontend/AI-Chat-Bot/linux/my_application.h
Frontend/AI-Chat-Bot/linux/my_application.h
+18
-0
Frontend/AI-Chat-Bot/macos/.gitignore
Frontend/AI-Chat-Bot/macos/.gitignore
+7
-0
Frontend/AI-Chat-Bot/macos/Flutter/Flutter-Debug.xcconfig
Frontend/AI-Chat-Bot/macos/Flutter/Flutter-Debug.xcconfig
+1
-0
Frontend/AI-Chat-Bot/macos/Flutter/Flutter-Release.xcconfig
Frontend/AI-Chat-Bot/macos/Flutter/Flutter-Release.xcconfig
+1
-0
Frontend/AI-Chat-Bot/macos/Flutter/GeneratedPluginRegistrant.swift
...AI-Chat-Bot/macos/Flutter/GeneratedPluginRegistrant.swift
+10
-0
Frontend/AI-Chat-Bot/macos/Runner.xcodeproj/project.pbxproj
Frontend/AI-Chat-Bot/macos/Runner.xcodeproj/project.pbxproj
+573
-0
Frontend/AI-Chat-Bot/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
...project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
Frontend/AI-Chat-Bot/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
...s/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
+87
-0
Frontend/AI-Chat-Bot/macos/Runner.xcworkspace/contents.xcworkspacedata
...hat-Bot/macos/Runner.xcworkspace/contents.xcworkspacedata
+7
-0
Frontend/AI-Chat-Bot/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
.../Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
Frontend/AI-Chat-Bot/macos/Runner/AppDelegate.swift
Frontend/AI-Chat-Bot/macos/Runner/AppDelegate.swift
+9
-0
Frontend/AI-Chat-Bot/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
...s/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
+68
-0
Frontend/AI-Chat-Bot/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
...nner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
+0
-0
Frontend/AI-Chat-Bot/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png
...unner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png
+0
-0
Frontend/AI-Chat-Bot/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png
...Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png
+0
-0
Frontend/AI-Chat-Bot/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png
...unner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png
+0
-0
Frontend/AI-Chat-Bot/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png
...Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png
+0
-0
Frontend/AI-Chat-Bot/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png
...unner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png
+0
-0
Frontend/AI-Chat-Bot/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png
...Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png
+0
-0
Frontend/AI-Chat-Bot/macos/Runner/Base.lproj/MainMenu.xib
Frontend/AI-Chat-Bot/macos/Runner/Base.lproj/MainMenu.xib
+343
-0
Frontend/AI-Chat-Bot/macos/Runner/Configs/AppInfo.xcconfig
Frontend/AI-Chat-Bot/macos/Runner/Configs/AppInfo.xcconfig
+14
-0
Frontend/AI-Chat-Bot/macos/Runner/Configs/Debug.xcconfig
Frontend/AI-Chat-Bot/macos/Runner/Configs/Debug.xcconfig
+2
-0
Frontend/AI-Chat-Bot/macos/Runner/Configs/Release.xcconfig
Frontend/AI-Chat-Bot/macos/Runner/Configs/Release.xcconfig
+2
-0
Frontend/AI-Chat-Bot/macos/Runner/Configs/Warnings.xcconfig
Frontend/AI-Chat-Bot/macos/Runner/Configs/Warnings.xcconfig
+13
-0
Frontend/AI-Chat-Bot/macos/Runner/DebugProfile.entitlements
Frontend/AI-Chat-Bot/macos/Runner/DebugProfile.entitlements
+12
-0
Frontend/AI-Chat-Bot/macos/Runner/Info.plist
Frontend/AI-Chat-Bot/macos/Runner/Info.plist
+32
-0
Frontend/AI-Chat-Bot/macos/Runner/MainFlutterWindow.swift
Frontend/AI-Chat-Bot/macos/Runner/MainFlutterWindow.swift
+15
-0
Frontend/AI-Chat-Bot/macos/Runner/Release.entitlements
Frontend/AI-Chat-Bot/macos/Runner/Release.entitlements
+8
-0
Frontend/AI-Chat-Bot/pubspec.lock
Frontend/AI-Chat-Bot/pubspec.lock
+261
-0
Frontend/AI-Chat-Bot/pubspec.yaml
Frontend/AI-Chat-Bot/pubspec.yaml
+91
-0
Frontend/AI-Chat-Bot/test/widget_test.dart
Frontend/AI-Chat-Bot/test/widget_test.dart
+30
-0
Frontend/AI-Chat-Bot/web/favicon.png
Frontend/AI-Chat-Bot/web/favicon.png
+0
-0
Frontend/AI-Chat-Bot/web/icons/Icon-192.png
Frontend/AI-Chat-Bot/web/icons/Icon-192.png
+0
-0
Frontend/AI-Chat-Bot/web/icons/Icon-512.png
Frontend/AI-Chat-Bot/web/icons/Icon-512.png
+0
-0
Frontend/AI-Chat-Bot/web/icons/Icon-maskable-192.png
Frontend/AI-Chat-Bot/web/icons/Icon-maskable-192.png
+0
-0
Frontend/AI-Chat-Bot/web/icons/Icon-maskable-512.png
Frontend/AI-Chat-Bot/web/icons/Icon-maskable-512.png
+0
-0
Frontend/AI-Chat-Bot/web/index.html
Frontend/AI-Chat-Bot/web/index.html
+59
-0
Frontend/AI-Chat-Bot/web/manifest.json
Frontend/AI-Chat-Bot/web/manifest.json
+35
-0
Frontend/AI-Chat-Bot/windows/.gitignore
Frontend/AI-Chat-Bot/windows/.gitignore
+17
-0
Frontend/AI-Chat-Bot/windows/CMakeLists.txt
Frontend/AI-Chat-Bot/windows/CMakeLists.txt
+101
-0
Frontend/AI-Chat-Bot/windows/flutter/CMakeLists.txt
Frontend/AI-Chat-Bot/windows/flutter/CMakeLists.txt
+104
-0
Frontend/AI-Chat-Bot/windows/flutter/generated_plugin_registrant.cc
...I-Chat-Bot/windows/flutter/generated_plugin_registrant.cc
+11
-0
Frontend/AI-Chat-Bot/windows/flutter/generated_plugin_registrant.h
...AI-Chat-Bot/windows/flutter/generated_plugin_registrant.h
+15
-0
Frontend/AI-Chat-Bot/windows/flutter/generated_plugins.cmake
Frontend/AI-Chat-Bot/windows/flutter/generated_plugins.cmake
+23
-0
Frontend/AI-Chat-Bot/windows/runner/CMakeLists.txt
Frontend/AI-Chat-Bot/windows/runner/CMakeLists.txt
+40
-0
Frontend/AI-Chat-Bot/windows/runner/Runner.rc
Frontend/AI-Chat-Bot/windows/runner/Runner.rc
+121
-0
Frontend/AI-Chat-Bot/windows/runner/flutter_window.cpp
Frontend/AI-Chat-Bot/windows/runner/flutter_window.cpp
+66
-0
Frontend/AI-Chat-Bot/windows/runner/flutter_window.h
Frontend/AI-Chat-Bot/windows/runner/flutter_window.h
+33
-0
Frontend/AI-Chat-Bot/windows/runner/main.cpp
Frontend/AI-Chat-Bot/windows/runner/main.cpp
+43
-0
Frontend/AI-Chat-Bot/windows/runner/resource.h
Frontend/AI-Chat-Bot/windows/runner/resource.h
+16
-0
Frontend/AI-Chat-Bot/windows/runner/resources/app_icon.ico
Frontend/AI-Chat-Bot/windows/runner/resources/app_icon.ico
+0
-0
Frontend/AI-Chat-Bot/windows/runner/runner.exe.manifest
Frontend/AI-Chat-Bot/windows/runner/runner.exe.manifest
+20
-0
Frontend/AI-Chat-Bot/windows/runner/utils.cpp
Frontend/AI-Chat-Bot/windows/runner/utils.cpp
+64
-0
Frontend/AI-Chat-Bot/windows/runner/utils.h
Frontend/AI-Chat-Bot/windows/runner/utils.h
+19
-0
Frontend/AI-Chat-Bot/windows/runner/win32_window.cpp
Frontend/AI-Chat-Bot/windows/runner/win32_window.cpp
+288
-0
Frontend/AI-Chat-Bot/windows/runner/win32_window.h
Frontend/AI-Chat-Bot/windows/runner/win32_window.h
+102
-0
No files found.
Frontend/AI-Chat-Bot/.gitignore
0 → 100644
View file @
98e4d02c
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
# 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/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
Frontend/AI-Chat-Bot/.metadata
0 → 100644
View file @
98e4d02c
# 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.
version:
revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
channel: stable
project_type: app
# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
- platform: android
create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
- platform: ios
create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
- platform: linux
create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
- platform: macos
create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
- platform: web
create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
- platform: windows
create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf
# User provided section
# List of Local paths (relative to this file) that should be
# ignored by the migrate tool.
#
# Files that are not part of the templates will be ignored by default.
unmanaged_files:
- 'lib/main.dart'
- 'ios/Runner.xcodeproj/project.pbxproj'
Frontend/AI-Chat-Bot/README.md
0 → 100644
View file @
98e4d02c
# chatbot_lookai
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
-
[
Lab: Write your first Flutter app
](
https://docs.flutter.dev/get-started/codelab
)
-
[
Cookbook: Useful Flutter samples
](
https://docs.flutter.dev/cookbook
)
For help getting started with Flutter development, view the
[
online documentation
](
https://docs.flutter.dev/
)
, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
Frontend/AI-Chat-Bot/analysis_options.yaml
0 → 100644
View file @
98e4d02c
# This file configures the analyzer, which statically analyzes Dart code to
# check for errors, warnings, and lints.
#
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
# invoked from the command line by running `flutter analyze`.
# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
include
:
package:flutter_lints/flutter.yaml
linter
:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
# included above or to enable additional rules. A list of all available lints
# and their documentation is published at
# https://dart-lang.github.io/linter/lints/index.html.
#
# Instead of disabling a lint rule for the entire project in the
# section below, it can also be suppressed for a single line of code
# or a specific dart file by using the `// ignore: name_of_lint` and
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
# producing the lint.
rules
:
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Frontend/AI-Chat-Bot/android/.gitignore
0 → 100644
View file @
98e4d02c
gradle-wrapper.jar
/.gradle
/captures/
/gradlew
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java
# Remember to never publicly share your keystore.
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
key.properties
**/*.keystore
**/*.jks
Frontend/AI-Chat-Bot/android/app/build.gradle
0 → 100644
View file @
98e4d02c
def
localProperties
=
new
Properties
()
def
localPropertiesFile
=
rootProject
.
file
(
'local.properties'
)
if
(
localPropertiesFile
.
exists
())
{
localPropertiesFile
.
withReader
(
'UTF-8'
)
{
reader
->
localProperties
.
load
(
reader
)
}
}
def
flutterRoot
=
localProperties
.
getProperty
(
'flutter.sdk'
)
if
(
flutterRoot
==
null
)
{
throw
new
GradleException
(
"Flutter SDK not found. Define location with flutter.sdk in the local.properties file."
)
}
def
flutterVersionCode
=
localProperties
.
getProperty
(
'flutter.versionCode'
)
if
(
flutterVersionCode
==
null
)
{
flutterVersionCode
=
'1'
}
def
flutterVersionName
=
localProperties
.
getProperty
(
'flutter.versionName'
)
if
(
flutterVersionName
==
null
)
{
flutterVersionName
=
'1.0'
}
apply
plugin:
'com.android.application'
apply
plugin:
'kotlin-android'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
flutter
.
compileSdkVersion
ndkVersion
flutter
.
ndkVersion
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
}
kotlinOptions
{
jvmTarget
=
'1.8'
}
sourceSets
{
main
.
java
.
srcDirs
+=
'src/main/kotlin'
}
defaultConfig
{
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId
"com.example.chatbot_lookai"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion
flutter
.
minSdkVersion
targetSdkVersion
flutter
.
targetSdkVersion
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
}
buildTypes
{
release
{
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig
signingConfigs
.
debug
}
}
}
flutter
{
source
'../..'
}
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
Frontend/AI-Chat-Bot/android/app/src/debug/AndroidManifest.xml
0 → 100644
View file @
98e4d02c
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.example.chatbot_lookai"
>
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission
android:name=
"android.permission.INTERNET"
/>
</manifest>
Frontend/AI-Chat-Bot/android/app/src/main/AndroidManifest.xml
0 → 100644
View file @
98e4d02c
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.example.chatbot_lookai"
>
<application
android:label=
"chatbot_lookai"
android:name=
"${applicationName}"
android:icon=
"@mipmap/ic_launcher"
>
<activity
android:name=
".MainActivity"
android:exported=
"true"
android:launchMode=
"singleTop"
android:theme=
"@style/LaunchTheme"
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated=
"true"
android:windowSoftInputMode=
"adjustResize"
>
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
to determine the Window background behind the Flutter UI. -->
<meta-data
android:name=
"io.flutter.embedding.android.NormalTheme"
android:resource=
"@style/NormalTheme"
/>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data
android:name=
"flutterEmbedding"
android:value=
"2"
/>
</application>
</manifest>
Frontend/AI-Chat-Bot/android/app/src/main/kotlin/com/example/chatbot_lookai/MainActivity.kt
0 → 100644
View file @
98e4d02c
package
com.example.chatbot_lookai
import
io.flutter.embedding.android.FlutterActivity
class
MainActivity
:
FlutterActivity
()
{
}
Frontend/AI-Chat-Bot/android/app/src/main/res/drawable-v21/launch_background.xml
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"?android:colorBackground"
/>
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
</layer-list>
Frontend/AI-Chat-Bot/android/app/src/main/res/drawable/launch_background.xml
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"@android:color/white"
/>
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
</layer-list>
Frontend/AI-Chat-Bot/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
0 → 100644
View file @
98e4d02c
544 Bytes
Frontend/AI-Chat-Bot/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
0 → 100644
View file @
98e4d02c
442 Bytes
Frontend/AI-Chat-Bot/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
0 → 100644
View file @
98e4d02c
721 Bytes
Frontend/AI-Chat-Bot/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
0 → 100644
View file @
98e4d02c
1.01 KB
Frontend/AI-Chat-Bot/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
0 → 100644
View file @
98e4d02c
1.41 KB
Frontend/AI-Chat-Bot/android/app/src/main/res/values-night/styles.xml
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
<style
name=
"LaunchTheme"
parent=
"@android:style/Theme.Black.NoTitleBar"
>
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item
name=
"android:windowBackground"
>
@drawable/launch_background
</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style
name=
"NormalTheme"
parent=
"@android:style/Theme.Black.NoTitleBar"
>
<item
name=
"android:windowBackground"
>
?android:colorBackground
</item>
</style>
</resources>
Frontend/AI-Chat-Bot/android/app/src/main/res/values/styles.xml
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style
name=
"LaunchTheme"
parent=
"@android:style/Theme.Light.NoTitleBar"
>
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item
name=
"android:windowBackground"
>
@drawable/launch_background
</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style
name=
"NormalTheme"
parent=
"@android:style/Theme.Light.NoTitleBar"
>
<item
name=
"android:windowBackground"
>
?android:colorBackground
</item>
</style>
</resources>
Frontend/AI-Chat-Bot/android/app/src/profile/AndroidManifest.xml
0 → 100644
View file @
98e4d02c
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.example.chatbot_lookai"
>
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission
android:name=
"android.permission.INTERNET"
/>
</manifest>
Frontend/AI-Chat-Bot/android/build.gradle
0 → 100644
View file @
98e4d02c
buildscript
{
ext
.
kotlin_version
=
'1.7.10'
repositories
{
google
()
mavenCentral
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:7.2.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects
{
repositories
{
google
()
mavenCentral
()
}
}
rootProject
.
buildDir
=
'../build'
subprojects
{
project
.
buildDir
=
"${rootProject.buildDir}/${project.name}"
}
subprojects
{
project
.
evaluationDependsOn
(
':app'
)
}
task
clean
(
type:
Delete
)
{
delete
rootProject
.
buildDir
}
Frontend/AI-Chat-Bot/android/gradle.properties
0 → 100644
View file @
98e4d02c
org.gradle.jvmargs
=
-Xmx1536M
android.useAndroidX
=
true
android.enableJetifier
=
true
Frontend/AI-Chat-Bot/android/gradle/wrapper/gradle-wrapper.properties
0 → 100644
View file @
98e4d02c
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.5-all.zip
Frontend/AI-Chat-Bot/android/settings.gradle
0 → 100644
View file @
98e4d02c
include
':app'
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
Frontend/AI-Chat-Bot/ios/.gitignore
0 → 100644
View file @
98e4d02c
**/dgph
*.mode1v3
*.mode2v3
*.moved-aside
*.pbxuser
*.perspectivev3
**/*sync/
.sconsign.dblite
.tags*
**/.vagrant/
**/DerivedData/
Icon?
**/Pods/
**/.symlinks/
profile
xcuserdata
**/.generated/
Flutter/App.framework
Flutter/Flutter.framework
Flutter/Flutter.podspec
Flutter/Generated.xcconfig
Flutter/ephemeral/
Flutter/app.flx
Flutter/app.zip
Flutter/flutter_assets/
Flutter/flutter_export_environment.sh
ServiceDefinitions.json
Runner/GeneratedPluginRegistrant.*
# Exceptions to above rules.
!default.mode1v3
!default.mode2v3
!default.pbxuser
!default.perspectivev3
Frontend/AI-Chat-Bot/ios/Flutter/AppFrameworkInfo.plist
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleDevelopmentRegion
</key>
<string>
en
</string>
<key>
CFBundleExecutable
</key>
<string>
App
</string>
<key>
CFBundleIdentifier
</key>
<string>
io.flutter.flutter.app
</string>
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
6.0
</string>
<key>
CFBundleName
</key>
<string>
App
</string>
<key>
CFBundlePackageType
</key>
<string>
FMWK
</string>
<key>
CFBundleShortVersionString
</key>
<string>
1.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
1.0
</string>
<key>
MinimumOSVersion
</key>
<string>
11.0
</string>
</dict>
</plist>
Frontend/AI-Chat-Bot/ios/Flutter/Debug.xcconfig
0 → 100644
View file @
98e4d02c
#include "Generated.xcconfig"
Frontend/AI-Chat-Bot/ios/Flutter/Release.xcconfig
0 → 100644
View file @
98e4d02c
#include "Generated.xcconfig"
Frontend/AI-Chat-Bot/ios/Runner.xcodeproj/project.pbxproj
0 → 100644
View file @
98e4d02c
This diff is collapsed.
Click to expand it.
Frontend/AI-Chat-Bot/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version =
"1.0"
>
<FileRef
location =
"self:"
>
</FileRef>
</Workspace>
Frontend/AI-Chat-Bot/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
IDEDidComputeMac32BitWarning
</key>
<true/>
</dict>
</plist>
Frontend/AI-Chat-Bot/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
PreviewsEnabled
</key>
<false/>
</dict>
</plist>
Frontend/AI-Chat-Bot/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"1300"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
buildImplicitDependencies =
"YES"
>
<BuildActionEntries>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"97C146ED1CF9000F007C117D"
BuildableName =
"Runner.app"
BlueprintName =
"Runner"
ReferencedContainer =
"container:Runner.xcodeproj"
>
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv =
"YES"
>
<MacroExpansion>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"97C146ED1CF9000F007C117D"
BuildableName =
"Runner.app"
BlueprintName =
"Runner"
ReferencedContainer =
"container:Runner.xcodeproj"
>
</BuildableReference>
</MacroExpansion>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle =
"0"
useCustomWorkingDirectory =
"NO"
ignoresPersistentStateOnLaunch =
"NO"
debugDocumentVersioning =
"YES"
debugServiceExtension =
"internal"
allowLocationSimulation =
"YES"
>
<BuildableProductRunnable
runnableDebuggingMode =
"0"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"97C146ED1CF9000F007C117D"
BuildableName =
"Runner.app"
BlueprintName =
"Runner"
ReferencedContainer =
"container:Runner.xcodeproj"
>
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration =
"Profile"
shouldUseLaunchSchemeArgsEnv =
"YES"
savedToolIdentifier =
""
useCustomWorkingDirectory =
"NO"
debugDocumentVersioning =
"YES"
>
<BuildableProductRunnable
runnableDebuggingMode =
"0"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"97C146ED1CF9000F007C117D"
BuildableName =
"Runner.app"
BlueprintName =
"Runner"
ReferencedContainer =
"container:Runner.xcodeproj"
>
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration =
"Debug"
>
</AnalyzeAction>
<ArchiveAction
buildConfiguration =
"Release"
revealArchiveInOrganizer =
"YES"
>
</ArchiveAction>
</Scheme>
Frontend/AI-Chat-Bot/ios/Runner.xcworkspace/contents.xcworkspacedata
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version =
"1.0"
>
<FileRef
location =
"group:Runner.xcodeproj"
>
</FileRef>
</Workspace>
Frontend/AI-Chat-Bot/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
IDEDidComputeMac32BitWarning
</key>
<true/>
</dict>
</plist>
Frontend/AI-Chat-Bot/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
0 → 100644
View file @
98e4d02c
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
PreviewsEnabled
</key>
<false/>
</dict>
</plist>
Frontend/AI-Chat-Bot/ios/Runner/AppDelegate.swift
0 → 100644
View file @
98e4d02c
import
UIKit
import
Flutter
@UIApplicationMain
@objc
class
AppDelegate
:
FlutterAppDelegate
{
override
func
application
(
_
application
:
UIApplication
,
didFinishLaunchingWithOptions
launchOptions
:
[
UIApplication
.
LaunchOptionsKey
:
Any
]?
)
->
Bool
{
GeneratedPluginRegistrant
.
register
(
with
:
self
)
return
super
.
application
(
application
,
didFinishLaunchingWithOptions
:
launchOptions
)
}
}
Frontend/AI-Chat-Bot/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
0 → 100644
View file @
98e4d02c
{
"images"
:
[
{
"size"
:
"20x20"
,
"idiom"
:
"iphone"
,
"filename"
:
"Icon-App-20x20@2x.png"
,
"scale"
:
"2x"
},
{
"size"
:
"20x20"
,
"idiom"
:
"iphone"
,
"filename"
:
"Icon-App-20x20@3x.png"
,
"scale"
:
"3x"
},
{