From 12596aee69710494eee987103220e6bc32d0c4d6 Mon Sep 17 00:00:00 2001 From: Ishita Shukla Date: Thu, 25 Jul 2024 16:29:09 +0530 Subject: [PATCH] name updated --- .flutter-plugins-dependencies | 2 +- .gitignore | 2 +- .pubignore | 0 CHANGELOG.md | 2 +- example/lib/main.dart | 4 ++-- example/pubspec.lock | 4 ++-- example/pubspec.yaml | 4 +++- lib/{imm_flutter.dart => kipps_chatbot.dart} | 0 pubspec.yaml | 6 +++--- 9 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 .pubignore rename lib/{imm_flutter.dart => kipps_chatbot.dart} (100%) diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies index 9f06c34..945f22c 100644 --- a/.flutter-plugins-dependencies +++ b/.flutter-plugins-dependencies @@ -1 +1 @@ -{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"webview_flutter_wkwebview","path":"C:\\\\Users\\\\hp\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\webview_flutter_wkwebview-2.9.5\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"webview_flutter_android","path":"C:\\\\Users\\\\hp\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\webview_flutter_android-2.10.4\\\\","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"webview_flutter","dependencies":["webview_flutter_android","webview_flutter_wkwebview"]},{"name":"webview_flutter_android","dependencies":[]},{"name":"webview_flutter_wkwebview","dependencies":[]}],"date_created":"2024-07-17 12:08:49.848895","version":"3.22.2"} \ No newline at end of file +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"webview_flutter_wkwebview","path":"C:\\\\Users\\\\hp\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\webview_flutter_wkwebview-2.9.5\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"webview_flutter_android","path":"C:\\\\Users\\\\hp\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\webview_flutter_android-2.10.4\\\\","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"webview_flutter","dependencies":["webview_flutter_android","webview_flutter_wkwebview"]},{"name":"webview_flutter_android","dependencies":[]},{"name":"webview_flutter_wkwebview","dependencies":[]}],"date_created":"2024-07-25 16:24:21.179051","version":"3.22.2"} \ No newline at end of file diff --git a/.gitignore b/.gitignore index ac5aa98..1351143 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,4 @@ migrate_working_dir/ /pubspec.lock **/doc/api/ .dart_tool/ -build/ +build/ \ No newline at end of file diff --git a/.pubignore b/.pubignore new file mode 100644 index 0000000..e69de29 diff --git a/CHANGELOG.md b/CHANGELOG.md index 00cf9fa..a33ee7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.1.4 +## 1.0.0 * Can help in calling the KIPPs AI ChatBot in a flutter application. diff --git a/example/lib/main.dart b/example/lib/main.dart index 2c9b166..f112cb8 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -1,5 +1,5 @@ import 'package:flutter/material.dart'; -import 'package:imm_flutter/imm_flutter.dart'; +import 'package:kipps_chatbot/kipps_chatbot.dart'; void main() { runApp(const MyApp()); @@ -33,7 +33,7 @@ class _MyHomePageState extends State { Widget build(BuildContext context) { return const Scaffold( floatingActionButton: - ChatbotIntegration(chatbotId: '868aafc1-74b3-4c44-93ec-8fac3b4b7cf3'), + ChatbotIntegration(chatbotId: ''), ); } } diff --git a/example/pubspec.lock b/example/pubspec.lock index 6069f56..8e71738 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -91,13 +91,13 @@ packages: url: "https://pub.dev" source: hosted version: "4.0.2" - imm_flutter: + kipps_chatbot: dependency: "direct main" description: path: ".." relative: true source: path - version: "0.1.1" + version: "1.0.0" leak_tracker: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index bec9c4b..ced17e9 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -35,7 +35,9 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.6 - imm_flutter: + # imm_flutter: + # path: ../ + kipps_chatbot: path: ../ dev_dependencies: diff --git a/lib/imm_flutter.dart b/lib/kipps_chatbot.dart similarity index 100% rename from lib/imm_flutter.dart rename to lib/kipps_chatbot.dart diff --git a/pubspec.yaml b/pubspec.yaml index d1c47aa..4936d0f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ -name: imm_flutter -description: "imm_flutter is a Flutter package that simplifies the integration of KIPPs AI chatbot into your applications." +name: kipps_chatbot +description: "kipps_chatbot is a Flutter package that simplifies the integration of KIPPs AI chatbot into your applications." -version: 0.1.4 +version: 1.0.0 homepage: https://github.com/KIPPS-AI/kipps-flutter.git environment: